summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update our compat libs to the 4.6-RELEASE level.obrien2002-06-258-22939/+16105
* Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT.obrien2002-06-2510-1/+1269
* Fix a typo.obrien2002-06-251-1/+1
* Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT.obrien2002-06-2510-1/+844
* Update our compat libs to the 4.6-RELEASE level.obrien2002-06-254-12270/+12410
* - Remove UM_* memory handling macros as they just obfuscate code.arr2002-06-244-19/+18
* Add missing const's.mux2002-06-241-1/+1
* Reintroduce debugging code that somehow got lost in a previous revision.des2002-06-241-0/+2
* Fix a bug which prevented the duplication of the standard i/orobert2002-06-231-13/+24
* Be more clear in error messages.n_hibma2002-06-231-4/+9
* Improve the handling of Encode and Decode operations in MD5.phk2002-06-221-22/+15
* Fix incorrect library ordering. I thought I'd committed this already...des2002-06-211-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-95/+90
* Update for libpcap 0.7.1fenner2002-06-211-6/+23
* Don't try to dereference conn when we know it's NULL.des2002-06-191-2/+5
OpenPOWER on IntegriCloud