summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fixed #includes in the synopsis and in an example. <sys/socket.h>bde1998-01-201-1/+1
* Moved most of the (source-level) compatibility hacks for the vfsconfbde1998-01-201-2/+4
* Added cross references to mincore(2) and minherit(2).alex1998-01-201-0/+3
* Added #include <sys/types.h> to synopsis.alex1998-01-202-1/+4
* Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-0/+2
* Fixed missing #include in synopsis.bde1998-01-161-0/+2
* Fixed wrong prototype for clock_getres().bde1998-01-161-2/+2
* Fixed wrong prototypes. Most of the prototypes had missing return types,bde1998-01-161-9/+19
* Fixed missing return type in a prototype.bde1998-01-161-0/+1
* Return the correct errno from getcwd() even if free() or closedir()mckay1998-01-151-0/+4
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichjb1998-01-153-6/+18
* Typo fix.alex1998-01-151-2/+12
* Include string.h for memcpy function prototype.jb1998-01-141-0/+1
* Consistently reference init as .Xr init 8.alex1998-01-131-2/+2
* Return type and argument to sleep are unsigned int.alex1998-01-131-2/+3
* Dump the constant NGROUPS in favor of the POSIX way:alex1998-01-131-9/+6
* Use .Fn for sysconf(_SC_CLOCK_TCK) reference.alex1998-01-131-1/+3
* Formatting fix & improved comment for struct timeval.alex1998-01-111-1/+3
* Fixed brk(2) xref.alex1998-01-111-1/+2
* Added sys/types.h to synopsis as per POSIX.alex1998-01-111-1/+2
* Replace sys/param.h with sys/types.h as per POSIX.alex1998-01-111-1/+9
* Document that arg max is controllable via sysctl.alex1998-01-111-5/+7
* Formatting fix.alex1998-01-111-1/+2
* Added EMFILE and ENFILE to errors section.alex1998-01-111-0/+5
* .Xr sigvec --> sigactionalex1998-01-111-2/+2
* Add <sys/types.h> to synopsis.alex1998-01-111-1/+4
* Make a couple of the stat flags dependent on the sys/stat.h header filejb1998-01-093-3/+27
* handle long usernames more carefullyimp1998-01-071-5/+8
* Convert to mdoc format.charnier1998-01-051-248/+146
* size_t -> unsignedache1998-01-041-3/+3
* Expanded cross references.alex1998-01-029-8/+20
* 1. EOF was returned when the buffer size was larger than INT_MAX. Thisache1998-01-012-10/+10
* Drop the use of caddr_t in conjunction with mmap(2).alex1997-12-311-4/+4
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-319-16/+16
* Fixed formatting of the MADV_FREE flag description.alex1997-12-301-3/+3
* Typo fix.alex1997-12-301-2/+2
* Document MS_SYNC.alex1997-12-301-0/+1
* The terminating character in strings is `NUL', not `NULL'.wosch1997-12-282-2/+2
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.hoek1997-12-261-1/+1
* Removed unnecessary initialization of hp in gethostbyaddr_r.alex1997-12-251-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,ache1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)ache1997-12-242-4/+4
* 1) Restore back comment about snprintf()ache1997-12-241-7/+10
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-243-21/+23
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-242-10/+10
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-242-6/+2
* Fix snprintf(...%n...)ache1997-12-241-5/+9
* Remove wrong comment about snprintf:ache1997-12-241-5/+4
* snprintf return value fixes to conform Single Unix specs:ache1997-12-242-6/+16
* Comment that long double is poorly implemented, not that it is unimplemented.bde1997-12-191-2/+3
OpenPOWER on IntegriCloud