| Commit message (Expand) | Author | Age | Files | Lines |
* | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | ume | 2002-07-02 | 1 | -0/+1 |
* | Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | ume | 2002-07-02 | 1 | -0/+1 |
* | Make NI_WITHSCOPEID a default (always on), to synchronize | ume | 2002-07-02 | 1 | -30/+20 |
* | Fix a couple of minor nits that prevented this from compiling. | deischen | 2002-07-02 | 3 | -6/+12 |
* | DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to | jmallett | 2002-07-01 | 1 | -1/+1 |
* | In getino, have our DEBUG message in the unhandled case mention that it | jmallett | 2002-07-01 | 3 | -1/+5 |
* | Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up to | chris | 2002-07-01 | 1 | -10/+10 |
* | Remove trailing whitespace | brian | 2002-07-01 | 10 | -142/+142 |
* | Add libufs, a library for dealing with UFS filesystems from userland to | jmallett | 2002-07-01 | 7 | -1/+536 |
* | LP64 fix: don't cast pointer to int | naddy | 2002-06-30 | 1 | -1/+1 |
* | Don't even read in the thread if it is a zombie process. | julian | 2002-06-30 | 1 | -7/+10 |
* | grow a brain and do this right. | julian | 2002-06-30 | 1 | -5/+7 |
* | Don't follow non existant thread pointers (e.g. for zombies) | julian | 2002-06-30 | 1 | -33/+35 |
* | Use FBSDID | obrien | 2002-06-30 | 13 | -84/+32 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -2/+19 |
* | To avoid anybody else getting caught out, these two files are really | peter | 2002-06-29 | 2 | -278/+0 |
* | Update from NetBSD 1.3 -> 1.6. Most notable, rev 1.6: | peter | 2002-06-29 | 1 | -1/+13 |
* | Use __FBSDID. | obrien | 2002-06-29 | 5 | -36/+9 |
* | Add frexp(3). | obrien | 2002-06-29 | 2 | -2/+80 |
* | Add additional field 'overwrite' to login_vars. It mainly needed to handle | ache | 2002-06-28 | 1 | -10/+11 |
* | Make sigpending and sigsuspend account for signals that are pending on | deischen | 2002-06-28 | 6 | -15/+81 |
* | Add a wrapper for pselect() in order to make it a cancellation point. | deischen | 2002-06-28 | 6 | -0/+165 |
* | The new ipfw code. | luigi | 2002-06-27 | 1 | -0/+118 |
* | Add these libs from the 4.6-RELEASE. | obrien | 2002-06-27 | 3 | -0/+2152 |
* | Add these libs from the 4.6-RELEASE. | obrien | 2002-06-27 | 3 | -0/+1861 |
* | Fix style bugs I added in last commit. | silby | 2002-06-27 | 1 | -4/+4 |
* | Remove pselect from application namespace and instead use a weak reference | deischen | 2002-06-27 | 1 | -1/+3 |
* | Remove improper use of <namespace.h>. | deischen | 2002-06-27 | 1 | -6/+2 |
* | Remove improper use of <namespace.h> | deischen | 2002-06-27 | 1 | -1/+0 |
* | Modify bcopy (and memcpy/memmove) so that the length value is not | silby | 2002-06-27 | 1 | -2/+4 |
* | Remove two lines that were cvs merged that shouldn't have been. This | imp | 2002-06-26 | 1 | -2/+0 |
* | Remove two stray lines that snuck in the cvs merge | imp | 2002-06-26 | 2 | -2/+0 |
* | Backout previous delta (addition of -I${.CURDIR}/../../sys). | sobomax | 2002-06-26 | 1 | -2/+1 |
* | Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world broken | sobomax | 2002-06-26 | 1 | -1/+2 |
* | Initialize a pointer that was left uninitialized with the previous | nectar | 2002-06-26 | 1 | -0/+1 |
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 4 | -52/+32 |
* | Don't allow buffer overflow here either. | imp | 2002-06-26 | 1 | -1/+3 |
* | Fix a minor last, minute issue that came in after I committed. | imp | 2002-06-26 | 1 | -1/+1 |
* | Avoid remote buffer overflow on hostbuf[]. | imp | 2002-06-26 | 2 | -1/+4 |
* | Add documentation for vmemoryuse | dillon | 2002-06-26 | 1 | -0/+1 |
* | Make libutil aware of vmemoryuse in its login.conf cap processing (aka | dillon | 2002-06-26 | 1 | -0/+1 |
* | WARNS=6'ify. | obrien | 2002-06-25 | 1 | -7/+5 |
* | Prototype _start. | obrien | 2002-06-25 | 1 | -2/+4 |
* | Update our compat libs to the 4.6-RELEASE level. | obrien | 2002-06-25 | 8 | -22939/+16105 |
* | Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT. | obrien | 2002-06-25 | 10 | -1/+1269 |
* | Fix a typo. | obrien | 2002-06-25 | 1 | -1/+1 |
* | Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT. | obrien | 2002-06-25 | 10 | -1/+844 |
* | Update our compat libs to the 4.6-RELEASE level. | obrien | 2002-06-25 | 4 | -12270/+12410 |
* | - Remove UM_* memory handling macros as they just obfuscate code. | arr | 2002-06-24 | 4 | -19/+18 |
* | Add missing const's. | mux | 2002-06-24 | 1 | -1/+1 |