summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world brokensobomax2002-06-261-1/+2
* Initialize a pointer that was left uninitialized with the previousnectar2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyimp2002-06-264-52/+32
* Don't allow buffer overflow here either.imp2002-06-261-1/+3
* Fix a minor last, minute issue that came in after I committed.imp2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].imp2002-06-262-1/+4
* Add documentation for vmemoryusedillon2002-06-261-0/+1
* Make libutil aware of vmemoryuse in its login.conf cap processing (akadillon2002-06-261-0/+1
* WARNS=6'ify.obrien2002-06-251-7/+5
* Prototype _start.obrien2002-06-251-2/+4
OpenPOWER on IntegriCloud