| Commit message (Expand) | Author | Age | Files | Lines |
* | Return the correct environment name for 64-bit platforms in the | wollman | 2002-09-19 | 1 | -1/+2 |
* | Welcome the sem_ API to libc! | alfred | 2002-09-19 | 1 | -0/+354 |
* | add a stub for pthread_cond_destroy. | alfred | 2002-09-19 | 1 | -0/+7 |
* | Bandaid to stop failing on non-i386 platforms. | peter | 2002-09-17 | 1 | -0/+5 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 2 | -158/+5 |
* | Add signalcontext(), which lays down a signal frame onto a ucontext_t. | mini | 2002-09-16 | 1 | -12/+15 |
* | Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), | archie | 2002-09-11 | 4 | -5/+331 |
* | Add `restrict' type-qualifier. | mike | 2002-09-11 | 3 | -6/+6 |
* | Fix a syntax error which causes an annoying warning. | wollman | 2002-09-08 | 1 | -0/+1 |
* | Two arrays were born from the same seeds, both grew into complementary sets | jmallett | 2002-09-07 | 1 | -1/+1 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 2 | -2/+2 |
* | Fix a memory leak. | mike | 2002-09-01 | 1 | -1/+3 |
* | Note that <sys/types.h> in no longer a prerequisite for <utime.h> and | mike | 2002-08-24 | 1 | -1/+0 |
* | s/EDOFUS/EDOOFUS/ | phk | 2002-08-21 | 1 | -1/+1 |
* | s/trailing NULL/trailing NUL/ | jmallett | 2002-08-19 | 2 | -2/+2 |
* | Fix libc build breakage by defining FSTYPENAMES before including | bmilekic | 2002-08-16 | 1 | -0/+1 |
* | can not -> cannot. | ru | 2002-08-13 | 1 | -1/+1 |
* | Add a missing copyright for Doug. There are other files missing this | dwmalone | 2002-08-11 | 1 | -0/+28 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -4/+4 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 3 | -55/+43 |
* | mdoc(7) police: laundry. | ru | 2002-08-09 | 1 | -9/+14 |
* | Introduce a new error return code: | phk | 2002-08-09 | 1 | -0/+3 |
* | Implement POSIX.1-2001 (XSI)'s ulimit(3). | mike | 2002-08-08 | 3 | -3/+171 |
* | o Fix a memory leak. | mike | 2002-08-05 | 1 | -11/+15 |
* | Implement POSIX.1-2001 (XSI)'s fmtmsg(3). | mike | 2002-08-05 | 4 | -2/+473 |
* | Update glob(3) to add all the POSIX required options, specifically: | mikeh | 2002-07-17 | 2 | -29/+34 |
* | Don't ask me how I consistently turned struct statvfs into struct vfsconf.... | wollman | 2002-07-16 | 1 | -3/+3 |
* | Assume that my bug report against 1003.1-2001 will be resolved my way, | wollman | 2002-07-15 | 1 | -13/+9 |
* | Support POSIX/SUS ``programming environment'' mistake in confstr(). | wollman | 2002-07-15 | 1 | -1/+62 |
* | All of the things that confstr() returns are compile-time constants. | wollman | 2002-07-15 | 1 | -31/+10 |
* | Don't bother asking the kernel about _SC_FSYNC; it's not optional. | wollman | 2002-07-15 | 1 | -4/+3 |
* | Fix a few bugs in the ERRORS section. | wollman | 2002-07-13 | 1 | -3/+12 |
* | Add statvfs(3) to the build. | wollman | 2002-07-13 | 1 | -2/+3 |
* | Well, it's not quite strxfrm(3) but at least it's honest. | wollman | 2002-07-13 | 1 | -0/+176 |
* | Various typo fixes. | keramida | 2002-07-12 | 1 | -2/+2 |
* | A simple implementation of statvfs(3) (one step above the trivial one). | wollman | 2002-07-11 | 1 | -0/+160 |
* | Move appropriate information out of `DESCRIPTION' and into `SECURITY | chris | 2002-07-03 | 1 | -12/+12 |
* | 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 |
* | Actually document pselect(3) so that Bruce can mention it in the release | wollman | 2002-06-17 | 2 | -1/+123 |
* | Add pselect(3) to the build. Need to figure out the most appropriate | wollman | 2002-06-15 | 1 | -1/+1 |
* | Since POSIX gives us plenary authority to define _t types, change | wollman | 2002-05-29 | 2 | -3/+3 |
* | Add link dlopen(3) -> dlfunc(3). | wollman | 2002-05-29 | 1 | -1/+2 |
* | Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces. | wollman | 2002-05-29 | 3 | -6/+61 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 7 | -101/+1 |
* | These files are no longer used. | jake | 2002-05-24 | 11 | -196/+0 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 2 | -8/+3 |
* | Retire the bogus uses of the disklabel field d_sbsize and begin to | phk | 2002-05-12 | 1 | -3/+1 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -1/+1 |
* | Fix bug that causes passwd and friends to fail when the user has a '+' in | des | 2002-05-07 | 1 | -0/+3 |