| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the description of skeyaccess(). It determines whether Unix | jdp | 1998-08-05 | 1 | -5/+7 |
* | Fixed bitrot in prototypes in synopsis. | bde | 1998-08-03 | 1 | -5/+5 |
* | Changed prototype in synopsis to match prototype in <pthread.h>. | bde | 1998-08-03 | 6 | -6/+6 |
* | Fixed missing header in synopsis. | bde | 1998-08-03 | 1 | -1/+2 |
* | isnetworktty -> isnettty. ttyent.h has already gone through 3 | bde | 1998-08-03 | 2 | -6/+6 |
* | The pthreads standard has been published. Change: | alex | 1998-08-03 | 48 | -94/+94 |
* | A style fix for my previous commit. | alex | 1998-08-02 | 3 | -3/+3 |
* | Fixed a race condition during the first lock/trylock of a statically | alex | 1998-08-02 | 3 | -12/+63 |
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -1/+1 |
* | I've put together man pages for the pthread_cleanup, pthread_cond, and | phk | 1998-07-31 | 30 | -4/+1902 |
* | Print uid/gid as u_long per bde suggestion | ache | 1998-07-29 | 1 | -5/+5 |
* | Fixed disordering in previous commit. | bde | 1998-07-29 | 2 | -8/+8 |
* | Add missing period. We don't allow maternity leaves. | hoek | 1998-07-29 | 1 | -2/+2 |
* | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | jlemon | 1998-07-28 | 3 | -15/+13 |
* | oops, forgot to do ``cvs add'' first. | jlemon | 1998-07-28 | 6 | -0/+417 |
* | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | jlemon | 1998-07-28 | 3 | -8/+13 |
* | cast arg to (long) to match format | ache | 1998-07-28 | 1 | -3/+3 |
* | Provide meaningful errno value on error return | ache | 1998-07-14 | 1 | -5/+17 |
* | Changed to the C9x draft spelling of the (unsigned) integral type | bde | 1998-07-14 | 1 | -12/+12 |
* | Forgot to remove base64.c from SRCS in the Makefile. | des | 1998-07-12 | 1 | -1/+1 |
* | Base64 code (and the MIT copyright) moved to http.c | des | 1998-07-12 | 3 | -180/+223 |
* | FTP retrieve works. | des | 1998-07-11 | 3 | -58/+145 |
* | Too many changes to list. Basically, FTP is nearly there and error | des | 1998-07-11 | 5 | -138/+302 |
* | Oops, fptrint_t still needs to be declared in <machine/profile.h> in the | bde | 1998-07-10 | 1 | -9/+1 |
* | Added a kernel-only typedef (ptrint_t) giving an integral type that is | bde | 1998-07-10 | 1 | -2/+11 |
* | This commit was generated by cvs2svn to compensate for changes in r37535, | des | 1998-07-09 | 11 | -0/+1375 |
|\ |
|
| * | Imported libfetch into the tree. It compiles, but there's still some | des | 1998-07-09 | 11 | -0/+1375 |
* | Correct wording on range of addresses examined by `msync(2)'. | jkoshy | 1998-07-09 | 1 | -2/+2 |
* | Add lockf(). | dt | 1998-07-08 | 1 | -3/+3 |
* | Make this look more FreeBSDish. | dt | 1998-07-08 | 1 | -8/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r37510, | dt | 1998-07-08 | 2 | -0/+345 |
|\ |
|
| * | An implementation of lockf() function call. | dt | 1998-07-08 | 2 | -0/+345 |
* | | Replace my original asprintf() and vasprintf() hacks with something | peter | 1998-07-08 | 4 | -142/+99 |
* | | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -1/+3 |
* | | fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that | phk | 1998-07-03 | 2 | -6/+8 |
* | | Cross-reference to sysconf(3). | eivind | 1998-06-30 | 1 | -1/+2 |
* | | Allow /dev/null as path for the "/dev/mem" file, and assume that people | phk | 1998-06-30 | 2 | -30/+38 |
* | | Fixed printf format errors. | bde | 1998-06-30 | 1 | -1/+1 |
* | | Fixed print format errors. | bde | 1998-06-30 | 1 | -1/+1 |
* | | Fixed a printf format error. Didn't fix assumption that sigset_t is | bde | 1998-06-30 | 3 | -3/+3 |
* | | Fixed printf format errors. | bde | 1998-06-30 | 4 | -7/+7 |
* | | Fixed scanf format errors. The error handling is not quite bug for bug | bde | 1998-06-30 | 1 | -7/+4 |
* | | Fixed printf format errors. Don't assume so many things about time_t. | bde | 1998-06-30 | 1 | -20/+16 |
* | | Fixes assorted problems with the history edit functions in libedit. This | brian | 1998-06-27 | 6 | -14/+49 |
* | | Extend the existing hackery to set the disk type to SCSI for the | jdp | 1998-06-27 | 1 | -2/+3 |
* | | Fix btree problems. This passes regressions tests. | guido | 1998-06-25 | 2 | -2/+5 |
* | | Add the missing {} that caused the function to return ESRCH if it | jb | 1998-06-25 | 3 | -3/+6 |
* | | Add CUSEEME support. This has *not* been tested, nor | brian | 1998-06-24 | 4 | -2/+131 |
* | | Fix keypad on/off for ^Z suspends by replacing reset_*_mode() | ache | 1998-06-19 | 3 | -25/+53 |
* | | Add check for non-NULL cur_term | ache | 1998-06-19 | 1 | -0/+11 |