summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Prevent out of bounds writting for too many slashes case.ache2002-08-021-14/+10
* The fix applied to the XDR decoder in revision 1.11 was incorrect.nectar2002-08-011-1/+1
* Sort headers to reduce diffs between branches.nectar2002-07-311-1/+1
* some dolt forgot to add in an include for <limits.h>darrenr2002-07-311-0/+1
* Patch to fix bounds checking/overflow.darrenr2002-07-311-3/+4
* Grammar (`was' -> `were')chris2002-07-311-1/+1
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-302-2/+2
* Revert part of revision 1.10, as it broke portmap lookups for IPv4iedowse2002-07-261-9/+3
* sysctl(NET_RT_IFLIST) up to several (currently 5) times.ume2002-07-251-8/+29
* - ntohs() returns unsigned value.ume2002-07-241-59/+56
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-172-29/+34
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-0/+9
* Don't ask me how I consistently turned struct statvfs into struct vfsconf....wollman2002-07-161-3/+3
* Assume that my bug report against 1003.1-2001 will be resolved my way,wollman2002-07-151-13/+9
* Support POSIX/SUS ``programming environment'' mistake in confstr().wollman2002-07-151-1/+62
* All of the things that confstr() returns are compile-time constants.wollman2002-07-151-31/+10
* The .Fn function.keramida2002-07-1511-36/+68
* The .Fn functionkeramida2002-07-151-3/+6
* Don't bother asking the kernel about _SC_FSYNC; it's not optional.wollman2002-07-151-4/+3
* Add a missing 'function' word.keramida2002-07-151-2/+2
* Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()ume2002-07-156-328/+403
* The .Fn functionkeramida2002-07-153-11/+18
* Don't claim to fully implement C99 in the STANDARDS section and then disclaimwollman2002-07-151-2/+4
* Note that fseeko() and ftello() are standard in 1003.1-2001.wollman2002-07-151-1/+1
* Fix whitespace in .Bd -literal display of S_IXXX constants.keramida2002-07-151-15/+15
* Fix "rpcinfo -m" when talking to other implementations of rpcbind.alfred2002-07-141-0/+3
* clnt_vc_create() has const scalar arguments that wind up being modified,alfred2002-07-142-3/+3
* Cast function args to silence warning.alfred2002-07-141-1/+2
* Add a prototype for __rpcb_findaddr_timed to silence a warning.alfred2002-07-141-0/+4
* Silence several warnings due to functions that needed to take a void *alfred2002-07-143-32/+32
* Fix a few bugs in the ERRORS section.wollman2002-07-131-3/+12
* Add statvfs(3) to the build.wollman2002-07-131-2/+3
* Well, it's not quite strxfrm(3) but at least it's honest.wollman2002-07-131-0/+176
* Various typo fixes.keramida2002-07-121-2/+2
* A simple implementation of statvfs(3) (one step above the trivial one).wollman2002-07-111-0/+160
* Update manpages to reference 'timed' rpc functionsalfred2002-07-111-0/+8
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-115-96/+670
* Add missing ret instruction to the ptrace() syscall wrapper.tmm2002-07-111-0/+2
* Fix some comments.wollman2002-07-101-4/+6
* Typo fix: Setlogin() -> setlogin().mux2002-07-081-1/+1
* Bring poll.h up to conformance with POSIX.1-2001 by adding somemike2002-07-081-3/+2
* s/unavilable/unavailable/dannyboy2002-07-071-1/+1
* Fix syntax error which occurred when LIBC_SCCS was defined.robert2002-07-071-1/+1
* Move appropriate information out of `DESCRIPTION' and into `SECURITYchris2002-07-031-12/+12
* Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.chris2002-07-031-1/+1
* Add a SECURITY CONSIDERATIONS example: make note that access to openchris2002-07-031-0/+33
* Fix off-by-one error.mini2002-07-031-1/+1
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).mp2002-07-021-1/+1
* Make NI_WITHSCOPEID a default (always on), to synchronizeume2002-07-021-30/+20
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up tochris2002-07-011-10/+10
OpenPOWER on IntegriCloud