summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments.wollman2002-07-101-4/+6
* Fix a typo.maxim2002-07-102-2/+2
* Oops, forgot to set the suspended flag for threads that are createddeischen2002-07-093-6/+9
* Fix a bug caused by dereferencing an invalid pointer whenluigi2002-07-081-62/+65
* 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
* Add a hack (kludge?) to avoid trying to access files backed by diskjake2002-07-072-0/+8
* s/unavilable/unavailable/dannyboy2002-07-071-1/+1
* Ficl wants _setjmp and _longjmp. No need for weak symbols either.jake2002-07-071-6/+4
* 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
* Whitespace diffs only; this brings this file into the same whitespacemarkm2002-07-032-52/+54
* 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
* No need to explicitly set NOMAN here.ru2002-07-031-1/+0
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).mp2002-07-021-1/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-0/+1
* Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachume2002-07-021-0/+1
* Make NI_WITHSCOPEID a default (always on), to synchronizeume2002-07-021-30/+20
* Fix a couple of minor nits that prevented this from compiling.deischen2002-07-023-6/+12
* DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG tojmallett2002-07-011-1/+1
* In getino, have our DEBUG message in the unhandled case mention that itjmallett2002-07-013-1/+5
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up tochris2002-07-011-10/+10
* Remove trailing whitespacebrian2002-07-0110-142/+142
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-017-1/+536
* LP64 fix: don't cast pointer to intnaddy2002-06-301-1/+1
* Don't even read in the thread if it is a zombie process.julian2002-06-301-7/+10
* grow a brain and do this right.julian2002-06-301-5/+7
* Don't follow non existant thread pointers (e.g. for zombies)julian2002-06-301-33/+35
* Use FBSDIDobrien2002-06-3013-84/+32
* Part 1 of KSE-IIIjulian2002-06-291-2/+19
* To avoid anybody else getting caught out, these two files are reallypeter2002-06-292-278/+0
* Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6:peter2002-06-291-1/+13
* Use __FBSDID.obrien2002-06-295-36/+9
* Add frexp(3).obrien2002-06-292-2/+80
* Add additional field 'overwrite' to login_vars. It mainly needed to handleache2002-06-281-10/+11
* Make sigpending and sigsuspend account for signals that are pending ondeischen2002-06-286-15/+81
* Add a wrapper for pselect() in order to make it a cancellation point.deischen2002-06-286-0/+165
* The new ipfw code.luigi2002-06-271-0/+118
* Add these libs from the 4.6-RELEASE.obrien2002-06-273-0/+2152
* Add these libs from the 4.6-RELEASE.obrien2002-06-273-0/+1861
* Fix style bugs I added in last commit.silby2002-06-271-4/+4
* Remove pselect from application namespace and instead use a weak referencedeischen2002-06-271-1/+3
* Remove improper use of <namespace.h>.deischen2002-06-271-6/+2
* Remove improper use of <namespace.h>deischen2002-06-271-1/+0
* Modify bcopy (and memcpy/memmove) so that the length value is notsilby2002-06-271-2/+4
* Remove two lines that were cvs merged that shouldn't have been. Thisimp2002-06-261-2/+0
* Remove two stray lines that snuck in the cvs mergeimp2002-06-262-2/+0
* Backout previous delta (addition of -I${.CURDIR}/../../sys).sobomax2002-06-261-2/+1
OpenPOWER on IntegriCloud