summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document the fpgetprec/fpsetprec functions in their man page.Jonathan Lemon1998-02-043-1/+4
* Cleanup the manpage now that setpwent has a void return type.Steve Price1998-02-011-7/+7
* XOpen says the void setpwent(void) is correct. Also call setpassent(0)Steve Price1998-02-011-7/+2
* Kill lfs files that were causing make world to fail.Warner Losh1998-01-311-3/+2
* PR: 5573Daniel O'Callaghan1998-01-272-2/+4
* Fix a cast from a pointer to a long instead of an int which was enoughJohn Birrell1998-01-241-2/+2
* Eliminate sprintfWarner Losh1998-01-211-1/+2
* Fixed #includes in the synopsis and in an example. <sys/socket.h>Bruce Evans1998-01-201-1/+1
* Moved most of the (source-level) compatibility hacks for the vfsconfBruce Evans1998-01-201-2/+4
* Added cross references to mincore(2) and minherit(2).Alexander Langer1998-01-201-0/+3
* Added #include <sys/types.h> to synopsis.Alexander Langer1998-01-202-1/+4
* Started getting rid of the compatibility cruft for the Lite1 mount()Bruce Evans1998-01-171-0/+2
* Fixed missing #include in synopsis.Bruce Evans1998-01-161-0/+2
* Fixed wrong prototype for clock_getres().Bruce Evans1998-01-161-2/+2
* Fixed wrong prototypes. Most of the prototypes had missing return types,Bruce Evans1998-01-161-9/+19
* Fixed missing return type in a prototype.Bruce Evans1998-01-161-0/+1
* Return the correct errno from getcwd() even if free() or closedir()Stephen McKay1998-01-151-0/+4
* Add #ifndef __NETBSD_SYSCALLS around calls to issetugid() whichJohn Birrell1998-01-153-6/+18
* Typo fix.Alexander Langer1998-01-151-2/+12
* Include string.h for memcpy function prototype.John Birrell1998-01-141-0/+1
* Consistently reference init as .Xr init 8.Alexander Langer1998-01-131-2/+2
* Return type and argument to sleep are unsigned int.Alexander Langer1998-01-131-2/+3
* Dump the constant NGROUPS in favor of the POSIX way:Alexander Langer1998-01-131-9/+6
* Use .Fn for sysconf(_SC_CLOCK_TCK) reference.Alexander Langer1998-01-131-1/+3
* Formatting fix & improved comment for struct timeval.Alexander Langer1998-01-111-1/+3
* Fixed brk(2) xref.Alexander Langer1998-01-111-1/+2
* Added sys/types.h to synopsis as per POSIX.Alexander Langer1998-01-111-1/+2
* Replace sys/param.h with sys/types.h as per POSIX.Alexander Langer1998-01-111-1/+9
* Document that arg max is controllable via sysctl.Alexander Langer1998-01-111-5/+7
* Formatting fix.Alexander Langer1998-01-111-1/+2
* Added EMFILE and ENFILE to errors section.Alexander Langer1998-01-111-0/+5
* .Xr sigvec --> sigactionAlexander Langer1998-01-111-2/+2
* Add <sys/types.h> to synopsis.Alexander Langer1998-01-111-1/+4
* Make a couple of the stat flags dependent on the sys/stat.h header fileJohn Birrell1998-01-093-3/+27
* handle long usernames more carefullyWarner Losh1998-01-071-5/+8
* Convert to mdoc format.Philippe Charnier1998-01-051-248/+146
* size_t -> unsignedAndrey A. Chernov1998-01-041-3/+3
* Expanded cross references.Alexander Langer1998-01-029-8/+20
* 1. EOF was returned when the buffer size was larger than INT_MAX. ThisAndrey A. Chernov1998-01-012-10/+10
* Drop the use of caddr_t in conjunction with mmap(2).Alexander Langer1997-12-311-4/+4
* Convert caddr_t --> void * for sys/mman.h functions.Alexander Langer1997-12-319-16/+16
* Fixed formatting of the MADV_FREE flag description.Alexander Langer1997-12-301-3/+3
* Typo fix.Alexander Langer1997-12-301-2/+2
* Document MS_SYNC.Alexander Langer1997-12-301-0/+1
* The terminating character in strings is `NUL', not `NULL'.Wolfram Schneider1997-12-282-2/+2
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.Tim Vanderhoek1997-12-261-1/+1
* Removed unnecessary initialization of hp in gethostbyaddr_r.Alexander Langer1997-12-251-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,Andrey A. Chernov1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)Andrey A. Chernov1997-12-242-4/+4
* 1) Restore back comment about snprintf()Andrey A. Chernov1997-12-241-7/+10