| Commit message (Expand) | Author | Age | Files | Lines |
| * | mdoc(7) police: formatting nits. | Ruslan Ermilov | 2002-11-29 | 1 | -1/+1 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -5/+3 |
| * | goto break; != break; | Doug Barton | 2002-11-17 | 1 | -3/+3 |
| * | Rework the sysconf(3) interaction with aio: | Alfred Perlstein | 2002-11-17 | 1 | -6/+3 |
| * | Provide more correct default values for sysconf(3) reporting of the AIO | Alfred Perlstein | 2002-11-16 | 1 | -0/+3 |
| * | Reset LogTag to NULL in closelog(3). This fixes mysterious crashes | Ruslan Ermilov | 2002-11-14 | 1 | -0/+1 |
| * | Argh, change declaration of two-dimensional array so that it actually | Daniel Eischen | 2002-11-13 | 1 | -1/+1 |
| * | Use a jump table (a la Solaris) for pthread routines with default | Daniel Eischen | 2002-11-13 | 1 | -379/+152 |
| * | * Add stubs for pthread_cond_broadcast. | Doug Rabson | 2002-11-01 | 1 | -28/+243 |
| * | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman | 2002-10-28 | 3 | -2/+166 |
| * | Update limits and configuration parameters for 1003.1/TC1/D6. | Garrett Wollman | 2002-10-27 | 1 | -1/+23 |
| * | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | Mark Murray | 2002-10-23 | 2 | -3/+4 |
| * | The ftok() function has not been in libcompat for quite a while. | Tim J. Robbins | 2002-10-19 | 1 | -3/+0 |
| * | Oops. Also provide a lint-compatible unused argument warning killer. | Mark Murray | 2002-10-18 | 1 | -0/+4 |
| * | ISOfy functions, sort headers and mark unused arguments. | Mark Murray | 2002-10-18 | 1 | -13/+6 |
| * | Add a Bugs section and note that fmtcheck() is out of sync with printf(); | Tim J. Robbins | 2002-10-16 | 1 | -1/+7 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-10-12 | 2 | -3/+4 |
| * | Do not allow empty GIDs for non-NIS entries. | Maxim Konovalov | 2002-10-11 | 1 | -0/+7 |
| * | Drop almost 3k from /bin/sync by moving errno to a seperate file | Peter Wemm | 2002-10-09 | 3 | -2/+31 |
| * | Add restrict type-qualifier to sem_getvalue(). | Mike Barcroft | 2002-10-04 | 2 | -2/+2 |
| * | Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NIS | Maxim Konovalov | 2002-10-02 | 1 | -2/+2 |
| * | Disqualify UID/GID with non-numeric character. | Maxim Konovalov | 2002-09-25 | 1 | -3/+13 |
| * | Initiate deorbit burn sequence for sysctl CTL_USER MIB branch. | Garrett Wollman | 2002-09-21 | 1 | -105/+351 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 4 | -34/+184 |
| * | Don't peek into MD structures from MI code. The getcontext(3) and | Jonathan Mini | 2002-09-20 | 1 | -9/+1 |
| * | Return the correct environment name for 64-bit platforms in the | Garrett Wollman | 2002-09-19 | 1 | -1/+2 |
| * | Welcome the sem_ API to libc! | Alfred Perlstein | 2002-09-19 | 1 | -0/+354 |
| * | add a stub for pthread_cond_destroy. | Alfred Perlstein | 2002-09-19 | 1 | -0/+7 |
| * | Bandaid to stop failing on non-i386 platforms. | Peter Wemm | 2002-09-17 | 1 | -0/+5 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 2 | -158/+5 |
| * | Add signalcontext(), which lays down a signal frame onto a ucontext_t. | Jonathan Mini | 2002-09-16 | 1 | -12/+15 |
| * | Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), | Archie Cobbs | 2002-09-11 | 4 | -5/+331 |
| * | Add `restrict' type-qualifier. | Mike Barcroft | 2002-09-11 | 3 | -6/+6 |
| * | Fix a syntax error which causes an annoying warning. | Garrett Wollman | 2002-09-08 | 1 | -0/+1 |
| * | Two arrays were born from the same seeds, both grew into complementary sets | Juli Mallett | 2002-09-07 | 1 | -1/+1 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 2 | -2/+2 |
| * | Fix a memory leak. | Mike Barcroft | 2002-09-01 | 1 | -1/+3 |
| * | Note that <sys/types.h> in no longer a prerequisite for <utime.h> and | Mike Barcroft | 2002-08-24 | 1 | -1/+0 |
| * | s/EDOFUS/EDOOFUS/ | Poul-Henning Kamp | 2002-08-21 | 1 | -1/+1 |
| * | s/trailing NULL/trailing NUL/ | Juli Mallett | 2002-08-19 | 2 | -2/+2 |
| * | Fix libc build breakage by defining FSTYPENAMES before including | Bosko Milekic | 2002-08-16 | 1 | -0/+1 |
| * | can not -> cannot. | Ruslan Ermilov | 2002-08-13 | 1 | -1/+1 |
| * | Add a missing copyright for Doug. There are other files missing this | David Malone | 2002-08-11 | 1 | -0/+28 |
| * | Fix typos; each file has at least one s/seperat/separat/ | Jens Schweikhardt | 2002-08-11 | 1 | -4/+4 |
| * | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | Maxime Henrion | 2002-08-10 | 3 | -55/+43 |
| * | mdoc(7) police: laundry. | Ruslan Ermilov | 2002-08-09 | 1 | -9/+14 |
| * | Introduce a new error return code: | Poul-Henning Kamp | 2002-08-09 | 1 | -0/+3 |
| * | Implement POSIX.1-2001 (XSI)'s ulimit(3). | Mike Barcroft | 2002-08-08 | 3 | -3/+171 |
| * | o Fix a memory leak. | Mike Barcroft | 2002-08-05 | 1 | -11/+15 |
| * | Implement POSIX.1-2001 (XSI)'s fmtmsg(3). | Mike Barcroft | 2002-08-05 | 4 | -2/+473 |