aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* To avoid anybody else getting caught out, these two files are reallyPeter Wemm2002-06-292-278/+0
* Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:Peter Wemm2002-06-291-1/+13
* Use __FBSDID.David E. O'Brien2002-06-295-36/+9
* Add frexp(3).David E. O'Brien2002-06-292-2/+80
* Add additional field 'overwrite' to login_vars. It mainly needed to handleAndrey A. Chernov2002-06-281-10/+11
* Make sigpending and sigsuspend account for signals that are pending onDaniel Eischen2002-06-286-15/+81
* Add a wrapper for pselect() in order to make it a cancellation point.Daniel Eischen2002-06-286-0/+165
* The new ipfw code.Luigi Rizzo2002-06-271-0/+118