summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't claim to fully implement C99 in the STANDARDS section and then disclaimGarrett Wollman2002-07-151-2/+4
* Note that fseeko() and ftello() are standard in 1003.1-2001.Garrett Wollman2002-07-151-1/+1
* Fix whitespace in .Bd -literal display of S_IXXX constants.Giorgos Keramidas2002-07-151-15/+15
* Fix "rpcinfo -m" when talking to other implementations of rpcbind.Alfred Perlstein2002-07-141-0/+3
* clnt_vc_create() has const scalar arguments that wind up being modified,Alfred Perlstein2002-07-142-3/+3
* Cast function args to silence warning.Alfred Perlstein2002-07-141-1/+2
* Add a prototype for __rpcb_findaddr_timed to silence a warning.Alfred Perlstein2002-07-141-0/+4
* Silence several warnings due to functions that needed to take a void *Alfred Perlstein2002-07-143-32/+32
* Fix a few bugs in the ERRORS section.Garrett Wollman2002-07-131-3/+12
* Add statvfs(3) to the build.Garrett Wollman2002-07-131-2/+3
* Well, it's not quite strxfrm(3) but at least it's honest.Garrett Wollman2002-07-131-0/+176
* Various typo fixes.Giorgos Keramidas2002-07-121-2/+2
* A simple implementation of statvfs(3) (one step above the trivial one).Garrett Wollman2002-07-111-0/+160
* Update manpages to reference 'timed' rpc functionsAlfred Perlstein2002-07-111-0/+8
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett2002-07-112-2/+4
* RELENG_4_6 PL 1 libc bits with non-vulnerable resolver.David E. O'Brien2002-07-114-12161/+9126
* Add functions allowing for the user to specify a timeout for rpc functions.Alfred Perlstein2002-07-115-96/+670
* Add missing ret instruction to the ptrace() syscall wrapper.Thomas Moestl2002-07-111-0/+2
* Fix some comments.Garrett Wollman2002-07-101-4/+6
* Fix a typo.Maxim Konovalov2002-07-102-2/+2
* Oops, forgot to set the suspended flag for threads that are createdDaniel Eischen2002-07-093-6/+9
* Fix a bug caused by dereferencing an invalid pointer whenLuigi Rizzo2002-07-081-62/+65
* Typo fix: Setlogin() -> setlogin().Maxime Henrion2002-07-081-1/+1
* Bring poll.h up to conformance with POSIX.1-2001 by adding someMike Barcroft2002-07-081-3/+2
* Add a hack (kludge?) to avoid trying to access files backed by diskJake Burkholder2002-07-072-0/+8
* s/unavilable/unavailable/Daniel Harris2002-07-071-1/+1
* Ficl wants _setjmp and _longjmp. No need for weak symbols either.Jake Burkholder2002-07-071-6/+4
* Fix syntax error which occurred when LIBC_SCCS was defined.Robert Drehmel2002-07-071-1/+1
* Move appropriate information out of `DESCRIPTION' and into `SECURITYChris Costello2002-07-031-12/+12
* Whitespace diffs only; this brings this file into the same whitespaceMark Murray2002-07-032-52/+54
* Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.Chris Costello2002-07-031-1/+1
* Add a SECURITY CONSIDERATIONS example: make note that access to openChris Costello2002-07-031-0/+33
* Fix off-by-one error.Jonathan Mini2002-07-031-1/+1
* No need to explicitly set NOMAN here.Ruslan Ermilov2002-07-031-1/+0
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).Mark Peek2002-07-021-1/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-0/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-021-0/+1
* Make NI_WITHSCOPEID a default (always on), to synchronizeHajimu UMEMOTO2002-07-021-30/+20
* Fix a couple of minor nits that prevented this from compiling.Daniel Eischen2002-07-023-6/+12
* DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG toJuli Mallett2002-07-011-1/+1
* In getino, have our DEBUG message in the unhandled case mention that itJuli Mallett2002-07-013-1/+5
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up toChris Costello2002-07-011-10/+10
* Remove trailing whitespaceBrian Somers2002-07-0110-142/+142
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-017-1/+536
* LP64 fix: don't cast pointer to intChristian Weisgerber2002-06-301-1/+1
* Don't even read in the thread if it is a zombie process.Julian Elischer2002-06-301-7/+10
* grow a brain and do this right.Julian Elischer2002-06-301-5/+7
* Don't follow non existant thread pointers (e.g. for zombies)Julian Elischer2002-06-301-33/+35
* Use FBSDIDDavid E. O'Brien2002-06-3013-84/+32
* Part 1 of KSE-IIIJulian Elischer2002-06-291-2/+19