Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.NetBSD.org] / src / lib / libc / gen
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
1.3 | 18 years | dsl | KNF |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.3 | 22 years | cgd | fix NetBSD RCS id tags |
![]() |
1.2 | 22 years | cgd | fix NetBSD RCS id tags |
![]() |
1.2 | 22 years | cgd | fix NetBSD RCS id tags |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.3 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.3 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.3 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.3 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.2 | 24 years | christos | PR/6251: ``TheMan'': Delint. |
![]() |
1.2 | 24 years | christos | PR/6251: ``TheMan'': Delint. |
![]() |
1.2 | 22 years | cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match... |
![]() |
1.3 | 11 years | joerg | Mark _resumecontext as dead. ANSIfy all declarations for it. |
![]() |
1.2 | 20 years | thorpej | Merge the nathanw_sa branch. |
![]() |
1.216 | 12 months | riastradh | libc: Reintroduce getentropy. This was introduced two years ago when the getran... |
![]() |
1.13 | 15 years | martin | branches: 1.13.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.4 | 15 years | martin | branches: 1.4.8; Convert TNF licenses to new 2 clause variant |
![]() |
1.22 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.11 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.3 | 6 years | mrg | scandir/alphasort take "const struct dirent **" not "const void *" in modern uni... |
![]() |
1.21 | 6 years | wiz | Fix mdoclint warnings. |
![]() |
1.33 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.18 | 6 years | christos | Don't make assert use stdio; saves >100K on an empty static binary. |
![]() |
1.2 | 6 years | christos | cast for size_t |
![]() |
1.14 | 15 years | christos | branches: 1.14.6; undo the constification of the argument. Per opengroup. |
![]() |
1.12 | 4 months | simonb | KNF nit: opening brace of a function on next line. |
![]() |
1.2 | 6 years | wiz | Remove trailing whitespace. Fix Xr. Fix Dd argument. |
![]() |
1.11 | 13 years | bouyer | Remove closes 3 and 4 from my copyright. |
![]() |
1.10 | 5 months | uwe | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS |
![]() |
1.10 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.10 | 14 years | christos | merge christos-time_t |
![]() |
1.16 | 12 years | yamt | fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) |
![]() |
1.6 | 6 months | gutteridge | closefrom.3: add a history section |
![]() |
1.4 | 5 years | kamil | Revert to commits as they broke few rump tests "Include namespace.h in a few of... |
![]() |
1.20 | 13 years | jruoho | Use .In for includes. |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.6 | 11 years | wiz | Fix typo. |
![]() |
1.11 | 13 years | joerg | Use .In for header files instead of .Ar Pa and variations. |
![]() |
1.11 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.31 | 4 years | wiz | Use \- for minus. |
![]() |
1.20 | 10 years | joerg | Extend ctype classification table to 16bit. Based on patch by Takehiko Nozaki, w... |
![]() |
1.15 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.10 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.8 | 2 years | christos | make sure errno is always set when we return -1 (Anon Ymous) |
![]() |
1.17 | 5 years | wiz | Fix typo. |
![]() |
1.23 | 4 years | christos | appease string + int warning. |
![]() |
1.43 | 2 years | dholland | Document that rewinddir(3) might either reopen or just lseek the dir. (Currentl... |
![]() |
1.4 | 12 years | yamt | fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) |
![]() |
1.14 | 15 years | christos | branches: 1.14.6; undo the constification of the argument. Per opengroup. |
![]() |
1.14 | 4 years | kre | HACK: if calling dirname() with the results of a previous dirname() there is ... |
![]() |
1.37 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.2 | 2 years | wiz | Fix xref, add missing word. |
![]() |
1.7 | 2 years | christos | revert previous; utmpxname is already documented in getlastlogx.3. Should probab... |
![]() |
1.23 | 4 months | kre | Add errc() and verrc() to the list of functions which do not return, but exit()... |
![]() |
1.26 | 15 years | ginsbach | Follow the example of other nbtool compat functions, like dirname, and don't cre... |
![]() |
1.3 | 8 years | joerg | branches: 1.3.4; Fix conditionals. |
![]() |
1.4 | 12 years | joerg | Replace use of errlist with a single concatenated version and an offset array. T... |
![]() |
1.5 | 17 years | lukem | Add missing __RCSID() |
![]() |
1.14 | 15 years | ginsbach | Follow the example of other nbtool compat functions, like dirname, and don't cre... |
![]() |
1.32 | 16 months | uwe | exec(3): execlpe() first argument should be named "file" "path" arguments are n... |
![]() |
1.17 | 11 years | joerg | Drop special cases for i386 and m68k. It is not a validate assumption that the a... |
![]() |
1.12 | 11 years | joerg | Drop special cases for i386 and m68k. It is not a validate assumption that the a... |
![]() |
1.13 | 8 years | christos | add execvpe, execlpe (reviewed by phone) |
![]() |
1.3 | 5 years | kamil | Revert to commits as they broke few rump tests "Include namespace.h in a few of... |
![]() |
1.10 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.31 | 8 years | christos | add execvpe, execlpe (reviewed by phone) |
![]() |
1.5 | 6 years | maya | Remove redundant null check before free. it is safe to free(NULL) While here, cl... |
![]() |
1.4 | 17 months | andvar | s/unaccessible/inaccessible/ |
![]() |
1.1 | 11 years | wiz | branches: 1.1.4; Split extattr(3) into two man pages to get rid of ugly duplica... |
![]() |
1.3 | 9 years | joerg | Add fabsl alias if necessary. |
![]() |
1.3 | 10 years | matt | Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases. |
![]() |
1.1 | 11 years | matt | Add ieee754 versions of the compiler runtime functions __fixuns{sf,df,tf}{si,di... |
![]() |
1.4 | 13 months | andvar | fix various typos in comments and log messages. |
![]() |
1.3 | 10 years | matt | Include softfloat-for-gcc.h for __ARM_EABI__ to get aeabi aliases. |
![]() |
1.1 | 11 years | matt | Add ieee754 versions of the compiler runtime functions __fixuns{sf,df,tf}{si,di... |
![]() |
1.2 | 10 years | matt | If compiling for SOFTFLOAT, include "softfloat/softfloat-for-gcc.h" so we can pi... |
![]() |
1.1 | 9 years | joerg | branches: 1.1.4; 1.1.8; Provide a simple floatunditf implementation, at least ... |
![]() |
1.1 | 9 years | matt | branches: 1.1.4; 1.1.8; Add __floatunsi{sd}f for IEEE754. Unlike the quad vers... |
![]() |
1.1 | 9 years | matt | branches: 1.1.4; 1.1.8; Add __floatunsi{sd}f for IEEE754. Unlike the quad vers... |
![]() |
1.8 | 8 years | apb | Teach fmtcheck(3) that a pointer and a long are not the same. |
![]() |
1.16 | 5 years | rin | Revert change made by rev 1.11; now, fmtcheck(3) does not complain about unused ... |
![]() |
1.8 | 4 months | rillig | fmtmsg.3: fix typo |
![]() |
1.6 | 8 years | christos | make more descriptors that we open as close-on-exec |
![]() |
1.22 | 12 years | jruoho | Xref glob(7). |
![]() |
1.26 | 8 years | christos | Fix fnmatch issues according to POSIX. http://pubs.opengroup.org/onlinepubs/0096... |
![]() |
1.3 | 15 years | martin | branches: 1.3.8; Convert TNF licenses to new 2 clause variant |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.3 | 15 years | martin | branches: 1.3.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.3 | 9 years | martin | Fix very stupid typo |
![]() |
1.12 | 12 years | wiz | Whitespace and punctuation. |
![]() |
1.31 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.18 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.12 | 4 years | kamil | Avoid undefined behavior in ftok(3) Do not change the signedness bit with a lef... |
![]() |
1.31 | 9 years | wiz | Strings are NUL-terminated, not NULL-terminated. |
![]() |
1.52 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.5 | 13 years | jruoho | More obsolete things. These are all already deprecated in NetBSD, but it is wort... |
![]() |
1.1 | 17 years | agc | Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality, from OpenB... |
![]() |
1.10 | 5 months | uwe | getbsize(3): Use .Ev for BLOCKSIZE |
![]() |
1.17 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.57 | 5 years | manu | Make shared -DSMALL libc buildable without breaking libhack We used -DSMALL to ... |
![]() |
1.18 | 13 years | jruoho | Add some STANDARDS lingo, mainly to note the functions that have been removed fr... |
![]() |
1.53 | 10 years | enami | All error path must go through the free function call after an allocation of res... |
![]() |
1.6 | 5 years | wiz | Remove workaround for ancient HTML generation code. |
![]() |
1.6 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.13 | 13 years | joerg | Fix markup. |
![]() |
1.16 | 8 years | ginsbach | PR/49642: change processor to host Use the wording used by FreeBSD, IRIX, and M... |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.4 | 12 months | riastradh | libc: Reintroduce getentropy. This was introduced two years ago when the getran... |
![]() |
1.3 | 12 months | riastradh | libc: Reintroduce getentropy. This was introduced two years ago when the getran... |
![]() |
1.12 | 11 years | christos | cross reference getfsspecname |
![]() |
1.32 | 5 years | pgoyette | Fix typos, as reported by Eitan Adler. Update dates. |
![]() |
1.67 | 10 years | dholland | Check for NULL *before* using ALIGN(). I don't remember what prompted this, but... |
![]() |
1.15 | 5 years | abhinav | Remove trailing comma after last Nm entry in the NAME section |
![]() |
1.22 | 15 years | martin | branches: 1.22.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.4 | 15 years | martin | branches: 1.4.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.18 | 7 years | jnemeth | PR/49641 - Henning Petersen -- wordo |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Convert TNF licenses to new 2 clause variant |
![]() |
1.15 | 12 years | jruoho | Use RETURN VALUES rather than DIAGNOSTIC for... return values. |
![]() |
1.14 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.16 | 3 years | uwe | getlogin_r: use strcpy(). We check namelen before copying the result. gcc 8 -Ws... |
![]() |
1.16 | 6 years | abhinav | Don't refer getfsstat() using .Xr as we don't have man page for it anymore. Ok f... |
![]() |
1.17 | 11 years | matt | Use C89 definitions. Remove use of __P |
![]() |
1.12 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.43 | 7 years | dholland | PR 51002 David Binderman: fix wrong printing code not enabled by default. |
![]() |
1.12 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.11 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.23 | 5 years | abhinav | Add getpass_r and getpassfd to the NAME section as well. |
![]() |
1.30 | 7 years | christos | PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh) Always res... |
![]() |
1.8 | 12 years | dholland | Clarify paragraph about calling setprogname, requested by Tobias Ulmer on freeno... |
![]() |
1.5 | 2 years | christos | Instead of compiling files with -fcommon, create an include file and declare the... |
![]() |
1.40 | 5 years | pgoyette | Fix typos, as reported by Eitan Adler. Update dates. |
![]() |
1.83 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.21 | 9 years | christos | don't lie about function signatures. |
![]() |
1.26 | 9 years | martin | Rearrange to make lint deal with it (to unbreak the build). Someone please (1) f... |
![]() |
1.11 | 5 months | uwe | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS |
![]() |
1.29 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.45 | 5 months | uwe | lib: Mark up error names in man pages with .Er |
![]() |
1.39 | 4 years | christos | Add GLOB_TILDE_CHECK (from GNU) |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.13 | 4 years | wiz | Fix typo. |
![]() |
1.18 | 4 years | kre | PR lib/54053 When auto scaling, and the buffer is bigger than big enough for th... |
![]() |
1.3 | 17 years | lukem | Add missing __RCSID() |
![]() |
1.2 | 17 years | lukem | Add missing __RCSID() |
![]() |
1.1 | 19 years | kleink | Add __infinityf and __infinityl, float respectively long double analogs of __inf... |
![]() |
1.1 | 12 years | matt | branches: 1.1.4; Make the MIPS N32/N64 ABIs properly support 128-bit long doubl... |
![]() |
1.5 | 22 months | kre | Make sure dd_size is init'd, even when nothing has been read (so it will be 0).... |
![]() |
1.15 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.22 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.15 | 15 years | apb | branches: 1.15.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.14 | 15 years | apb | branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.19 | 2 years | rillig | isascii.3: fix typo |
![]() |
1.4 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.13 | 15 years | apb | branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.13 | 15 years | apb | branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.25 | 9 years | joerg | Remove most LC_CTYPE specific parts of locale.cache. |
![]() |
1.14 | 15 years | apb | branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.4 | 11 years | jruoho | Xref the non-standard finite(3). |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.1 | 12 years | matt | branches: 1.1.4; Make the MIPS N32/N64 ABIs properly support 128-bit long doubl... |
![]() |
1.14 | 15 years | apb | branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.1 | 16 years | drochner | -get cabs() and cabsf() out of public view - these are historical and conflict ... |
![]() |
1.13 | 5 years | maya | Move VAX notes to CAVEATS, clarify that it just returns zero The VAX isinf impl... |
![]() |
1.2 | 21 months | andvar | fix various typos in compatibility, mainly in comments. |
![]() |
1.1 | 19 years | kleink | * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports... |
![]() |
1.5 | 9 years | martin | Make ext_fraclm and ext_frachm parts of the long double mantissa optional in gen... |
![]() |
1.14 | 15 years | apb | branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.3 | 5 years | maya | move VAX notes to CAVEATS, clarify. |
![]() |
1.2 | 21 months | andvar | fix various typos in compatibility, mainly in comments. |
![]() |
1.1 | 19 years | kleink | * Turn isinf(3) and isnan(3) into C99-style macros. * Make it possible for ports... |
![]() |
1.7 | 9 years | martin | Make ext_fraclm and ext_frachm parts of the long double mantissa optional in gen... |
![]() |
1.3 | 15 years | martin | branches: 1.3.8; Convert TNF licenses to new 2 clause variant |
![]() |
1.13 | 15 years | apb | branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.13 | 15 years | apb | branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.15 | 10 years | wiz | Improve wording. From Bug Hunting. |
![]() |
1.14 | 15 years | apb | branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.13 | 15 years | apb | branches: 1.13.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.12 | 11 years | rmind | Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr. |
![]() |
1.4 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.10 | 11 years | joerg | Drop obsolete pthread restriction. |
![]() |
1.2 | 7 months | andvar | fix RCSID. |
![]() |
1.14 | 12 years | christos | Start eliminating "super-user" from the documentation. |
![]() |
1.13 | 12 years | christos | nice should always return EPERM, not EACCES |
![]() |
1.14 | 3 years | wiz | Add comma in enumeration. |
![]() |
1.25 | 8 years | christos | make more descriptors that we open as close-on-exec |
![]() |
1.23 | 11 years | christos | c89 definitions |
![]() |
1.11 | 11 years | christos | get rid of the cheesy BAD macros |
![]() |
1.23 | 11 years | matt | Simplify a bit and constify as well. Since the file is mapped read-only, use co... |
![]() |
1.39 | 7 years | christos | lint comment |
![]() |
1.6 | 19 years | salo | netbsd.org->NetBSD.org |
![]() |
1.26 | 3 years | maya | Be less of a minefield for new architectures. They're not going to be a.out. Rem... |
![]() |
1.39 | 8 years | christos | - Use O_DIRECTORY to open the file, so that we don't need to stat() after that... |
![]() |
1.15 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.11 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.25 | 5 months | uwe | lib: Mark up error names in man pages with .Er |
![]() |
1.38 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.13 | 18 months | wiz | Sort SEE ALSO. |
![]() |
1.3 | 18 months | kre | More cleanups and typo corrections. |
![]() |
1.5 | 9 years | wiz | Sort errors. Bump date for previous. |
![]() |
1.5 | 9 years | wiz | Sort errors. Bump date for previous. |
![]() |
1.5 | 18 months | christos | Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva |
![]() |
1.2 | 9 years | martin | Remove paranthesis from return operands. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 9 years | riastradh | Merge riastradh-drm2 to HEAD. |
![]() |
1.4 | 3 years | kre | Do as the manual says, and use _PATH_DEFPATH if PATH is not present in the envi... |
![]() |
1.17 | 12 years | christos | add psiginfo. |
![]() |
1.23 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.7 | 8 years | wiz | Use Nx. |
![]() |
1.17 | 8 months | riastradh | pthread_atfork(3): Block signals during the call to pthread_atfork. This doesn'... |
![]() |
1.3 | 11 years | matt | Use C89 definitions. Remove use of __P |
![]() |
1.23 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.18 | 5 years | abhinav | Add missing functions from the SYNOPSIS to the NAME section |
![]() |
1.34 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.5 | 19 years | wiz | Spell address with two d's. Inspired by similar changes in OpenBSD, originating ... |
![]() |
1.10 | 12 years | jruoho | Xref raise_default_signal(3). |
![]() |
1.8 | 14 years | rmind | Change raise(3) to be thread-aware - send the signal to current LWP. From <ad> v... |
![]() |
1.9 | 5 years | abhinav | Use commas at the right places in the NAME section |
![]() |
1.16 | 12 months | andvar | s/wich/which in comments. |
![]() |
1.26 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.19 | 6 years | pgoyette | Improve grammar. Pointed out by Timo Buhrmester on netbsd-docs list. |
![]() |
1.13 | 12 years | yamt | fix rewinddir on nfs. fix PR/42879 (and probably PR/40229.) |
![]() |
1.17 | 5 months | uwe | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS |
![]() |
1.30 | 14 months | christos | reallocarr returns errno. preserve it. |
![]() |
1.15 | 10 years | yamt | wrap a long line |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.18 | 2 years | riastradh | Clarify what happens when you longjmp(..., 0). Derived from C99 7.13.2.1 `The l... |
![]() |
1.8 | 10 years | christos | fix old style definitions; XXX: gcc should have picked them up but it did not. |
![]() |
1.23 | 14 months | christos | reallocarr returns errno. preserve it. |
![]() |
1.38 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.18 | 19 years | salo | netbsd.org->NetBSD.org |
![]() |
1.23 | 2 years | christos | Instead of compiling files with -fcommon, create an include file and declare the... |
![]() |
1.3 | 19 years | salo | netbsd.org->NetBSD.org |
![]() |
1.10 | 5 years | wiz | Remove workaround for ancient HTML generation code. |
![]() |
1.8 | 17 years | christos | Coverity CID 561: Remove dead code. |
![]() |
1.5 | 17 years | lukem | Add missing __RCSID() |
![]() |
1.5 | 13 years | jruoho | More obsolete things. These are all already deprecated in NetBSD, but it is wort... |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.6 | 13 years | wiz | Merge two entries for the same error. |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.12 | 5 months | uwe | lib: Mark up error names in man pages with .Er |
![]() |
1.13 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.18 | 6 years | dholland | Fix three of these strings (ones that are rarely seen) |
![]() |
1.29 | 21 months | dholland | typo |
![]() |
1.14 | 7 years | christos | Add bsd_signal as required by POSIX (from GSoC 2016, Charles Cui) |
![]() |
1.3 | 2 years | kre | When not compiling -DSMALL permit use of names RTMIN[+n] and RTMAX[-n] (where n... |
![]() |
1.1 | 6 years | kre | branches: 1.1.2; Add the new signalname/signalnext/signalnumber interface to ... |
![]() |
1.1 | 6 years | kre | branches: 1.1.2; Add the new signalname/signalnext/signalnumber interface to ... |
![]() |
1.3 | 2 years | kre | When not compiling -DSMALL permit use of names RTMIN[+n] and RTMAX[-n] (where n... |
![]() |
1.13 | 17 years | christos | compat core reorg. |
![]() |
1.3 | 15 years | martin | branches: 1.3.8; Convert TNF licenses to new 2 clause variant |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.2 | 4 years | maya | Unify signbitl implementations. (Unclear why they were different, it was only th... |
![]() |
1.4 | 13 years | jruoho | More obsolete things. These are all already deprecated in NetBSD, but it is wort... |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.8 | 13 years | wiz | Merge two entries for the same error. |
![]() |
1.2 | 15 years | martin | branches: 1.2.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.14 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.16 | 12 years | joerg | Define a new __c99inline macro for compilers known to implement the C99 behavior... |
![]() |
1.15 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.23 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.16 | 5 years | wiz | Remove workaround for ancient HTML generation code. |
![]() |
1.15 | 14 months | christos | reallocarr returns errno. preserve it. |
![]() |
1.51 | 6 years | ryoon | Fix _SC_TIMER_MAX listing, bump date |
![]() |
1.43 | 3 years | joerg | PR 54619: Remove semaphore limit introduce as part of GSoC 2016 with _SC_SEM_NSE... |
![]() |
1.207 | 5 months | uwe | lib: Mark up error names in man pages with .Er |
![]() |
1.38 | 2 years | rillig | libc/gen: fix hack for previously unsupported lint initializers Supported since... |
![]() |
1.7 | 12 years | pooka | Don't __weak_alias non-existent symbols. Apparently the alpha compiler doesn't ... |
![]() |
1.15 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.7 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.33 | 5 years | wiz | Remove workaround for ancient HTML generation code. |
![]() |
1.58 | 6 years | christos | undo SSP damage from -Wsystem-headers |
![]() |
1.4 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.3 | 6 years | christos | branches: 1.3.4; fix *syslog_ss* |
![]() |
1.20 | 10 years | yamt | remove unnecessary casts |
![]() |
1.16 | 11 years | christos | there no errors defined for time. |
![]() |
1.12 | 11 years | christos | PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ... |
![]() |
1.15 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.15 | 14 years | christos | merge christos-time_t |
![]() |
1.5 | 3 years | kamil | timespec_get(3) was developed by myself Remove FreeBSD from the authorship as i... |
![]() |
1.2 | 6 years | christos | branches: 1.2.2; return 0 on unsupported bases. |
![]() |
1.12 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.13 | 13 years | jruoho | Interestingly, the committees plan to remove also isascii(3) and toascii(3) in t... |
![]() |
1.3 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.14 | 15 years | apb | branches: 1.14.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.14 | 10 years | joerg | Use more consistent naming for tolower/toupper translation table for the C local... |
![]() |
1.17 | 15 years | apb | branches: 1.17.10; Refer to the CAVEATS section of ctype(3) for more informatio... |
![]() |
1.14 | 10 years | joerg | Use more consistent naming for tolower/toupper translation table for the C local... |
![]() |
1.24 | 11 years | joerg | Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to depend o... |
![]() |
1.26 | 10 years | joerg | Prefix devname's buffer with /dev/ as ttyname is supposed to return the full pat... |
![]() |
1.13 | 14 years | christos | merge christos-time_t |
![]() |
1.19 | 12 years | jruoho | Clarify STANDARDS (i.e. cf. ualarm(3) is no longer in POSIX). |
![]() |
1.11 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.9 | 13 years | jruoho | Deprecated in POSIX (rev. 2008). |
![]() |
1.3 | 15 years | martin | branches: 1.3.8; Remove clause 3 and 4 from TNF licenses |
![]() |
1.13 | 8 years | apb | Document the relationship between uname(3) and sysctl(7) variables. |
![]() |
1.12 | 8 years | apb | If sysctl kern.version returns a string that's too long to fit in {struct utsnam... |
![]() |
1.30 | 4 years | bad | Clarify that strunvisx() and strnunvisx() take the same flags as unvis(). Docume... |
![]() |
1.45 | 13 months | rillig | lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo... |
![]() |
1.19 | 13 years | jruoho | No more usleep(3) in POSIX; "use nanosleep(2) instead". |
![]() |
1.20 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.22 | 8 years | njoly | Do not use hard-coded values with ENAMETOOLONG, use symbolic constants instead. |
![]() |
1.14 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.2 | 3 years | kamil | Remove _INCOMPLETE_XOPEN_C063, no longer needed |
![]() |
1.10 | 11 years | christos | close on exec fixes: - open + fcntl -> open O_CLOEXEC - configuration database f... |
![]() |
1.35 | 8 years | christos | use VIS_NOLOCALE |
![]() |
1.14 | 13 years | wiz | Remove double quotes around missing function in BUGS section. |
![]() |
1.11 | 10 years | abs | Update old-style definitions to ANSI, remove a couple of register definitions al... |
![]() |
1.16 | 9 years | christos | Add the {v,}{err,warn}c flavors, from FreeBSD. |
![]() |
1.3 | 8 years | joerg | branches: 1.3.4; Fix conditionals. |
![]() |
1.15 | 11 years | joerg | Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e... |
![]() |
1.50 | 5 months | uwe | lib: Mark up error names in man pages with .Er |
![]() |
1.75 | 23 months | christos | PR/56260: Alex Richardson: Out-of-bounds stack read in lib/libc/gen/vis.c Also s... |
![]() |
1.16 | 9 years | christos | Add the {v,}{err,warn}c flavors, from FreeBSD. |
![]() |
1.3 | 8 years | joerg | branches: 1.3.4; Fix conditionals. |
![]() |
1.15 | 11 years | joerg | Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e... |
![]() |
1.9 | 11 years | matt | Use C89 definitions. Remove use of __P |
![]() |
1.10 | 11 years | matt | Use C89 definitions. Remove use of __P |
![]() |
1.4 | 7 years | christos | revert part of previous; not needed. |
![]() |
1.9 | 19 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... |
![]() |
1.14 | 15 years | ginsbach | Follow the example of other nbtool compat functions, like dirname, and don't cre... |
![]() |
1.3 | 8 years | joerg | branches: 1.3.4; Fix conditionals. |
![]() |
1.14 | 15 years | ginsbach | Follow the example of other nbtool compat functions, like dirname, and don't cre... |
![]() |
1.5 | 5 months | uwe | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS |
![]() |
1.3 | 14 years | lukem | sign-compare fix |
![]() |
1.7 | 3 years | christos | Add sysloglike attr. |