| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add extra initialisation code that is required for processes that | John Birrell | 1998-08-10 | 3 | -3/+87 |
| * | If using FreeBSD syscalls, handle the syscalls that don't require | John Birrell | 1998-08-08 | 1 | -1/+11 |
| * | Include FreeBSD's syscall.h if not using NetBSD syscalls. | John Birrell | 1998-08-08 | 1 | -2/+5 |
| * | Allow for the fact that NetBSD syscalls are no longer the default. Call | John Birrell | 1998-08-08 | 1 | -0/+4 |
| * | Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined. | John Birrell | 1998-08-08 | 1 | -1/+3 |
| * | References to NetBSD syscalls changed to just a comment about what to | John Birrell | 1998-08-08 | 1 | -6/+7 |
| * | Correct the description of skeyaccess(). It determines whether Unix | John Polstra | 1998-08-05 | 1 | -5/+7 |
| * | Fixed bitrot in prototypes in synopsis. | Bruce Evans | 1998-08-03 | 1 | -5/+5 |
| * | Changed prototype in synopsis to match prototype in <pthread.h>. | Bruce Evans | 1998-08-03 | 6 | -6/+6 |
| * | Fixed missing header in synopsis. | Bruce Evans | 1998-08-03 | 1 | -1/+2 |
| * | isnetworktty -> isnettty. ttyent.h has already gone through 3 | Bruce Evans | 1998-08-03 | 2 | -6/+6 |
| * | The pthreads standard has been published. Change: | Alexander Langer | 1998-08-03 | 48 | -94/+94 |
| * | A style fix for my previous commit. | Alexander Langer | 1998-08-02 | 3 | -3/+3 |
| * | Fixed a race condition during the first lock/trylock of a statically | Alexander Langer | 1998-08-02 | 3 | -12/+63 |
| * | Fixed printf format errors. | Bruce Evans | 1998-08-02 | 1 | -1/+1 |
| * | I've put together man pages for the pthread_cleanup, pthread_cond, and | Poul-Henning Kamp | 1998-07-31 | 30 | -4/+1902 |
| * | Print uid/gid as u_long per bde suggestion | Andrey A. Chernov | 1998-07-29 | 1 | -5/+5 |
| * | Fixed disordering in previous commit. | Bruce Evans | 1998-07-29 | 2 | -8/+8 |
| * | Add missing period. We don't allow maternity leaves. | Tim Vanderhoek | 1998-07-29 | 1 | -2/+2 |
| * | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | Jonathan Lemon | 1998-07-28 | 3 | -15/+13 |
| * | oops, forgot to do ``cvs add'' first. | Jonathan Lemon | 1998-07-28 | 6 | -0/+417 |
| * | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | Jonathan Lemon | 1998-07-28 | 3 | -8/+13 |
| * | cast arg to (long) to match format | Andrey A. Chernov | 1998-07-28 | 1 | -3/+3 |
| * | Provide meaningful errno value on error return | Andrey A. Chernov | 1998-07-14 | 1 | -5/+17 |
| * | Changed to the C9x draft spelling of the (unsigned) integral type | Bruce Evans | 1998-07-14 | 1 | -12/+12 |
| * | Forgot to remove base64.c from SRCS in the Makefile. | Dag-Erling Smørgrav | 1998-07-12 | 1 | -1/+1 |
| * | Base64 code (and the MIT copyright) moved to http.c | Dag-Erling Smørgrav | 1998-07-12 | 3 | -180/+223 |
| * | FTP retrieve works. | Dag-Erling Smørgrav | 1998-07-11 | 3 | -58/+145 |
| * | Too many changes to list. Basically, FTP is nearly there and error | Dag-Erling Smørgrav | 1998-07-11 | 5 | -138/+302 |
| * | Oops, fptrint_t still needs to be declared in <machine/profile.h> in the | Bruce Evans | 1998-07-10 | 1 | -9/+1 |
| * | Added a kernel-only typedef (ptrint_t) giving an integral type that is | Bruce Evans | 1998-07-10 | 1 | -2/+11 |
| * | Imported libfetch into the tree. It compiles, but there's still some | Dag-Erling Smørgrav | 1998-07-09 | 11 | -0/+1375 |
| * | Correct wording on range of addresses examined by `msync(2)'. | Joseph Koshy | 1998-07-09 | 1 | -2/+2 |
| * | Add lockf(). | Dmitrij Tejblum | 1998-07-08 | 1 | -3/+3 |
| * | Make this look more FreeBSDish. | Dmitrij Tejblum | 1998-07-08 | 1 | -8/+2 |
| * | This commit was generated by cvs2svn to compensate for changes in r37510, | Dmitrij Tejblum | 1998-07-08 | 2 | -0/+345 |
| |\ |
|
| | * | An implementation of lockf() function call. | Dmitrij Tejblum | 1998-07-08 | 2 | -0/+345 |
| * | | Replace my original asprintf() and vasprintf() hacks with something | Peter Wemm | 1998-07-08 | 4 | -142/+99 |
| * | | Added a `build-tools' target for internal tools. | Bruce Evans | 1998-07-07 | 1 | -1/+3 |
| * | | fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that | Poul-Henning Kamp | 1998-07-03 | 2 | -6/+8 |
| * | | Cross-reference to sysconf(3). | Eivind Eklund | 1998-06-30 | 1 | -1/+2 |
| * | | Allow /dev/null as path for the "/dev/mem" file, and assume that people | Poul-Henning Kamp | 1998-06-30 | 2 | -29/+37 |
| * | | Fixed printf format errors. | Bruce Evans | 1998-06-30 | 1 | -1/+1 |
| * | | Fixed print format errors. | Bruce Evans | 1998-06-30 | 1 | -1/+1 |
| * | | Fixed a printf format error. Didn't fix assumption that sigset_t is | Bruce Evans | 1998-06-30 | 3 | -3/+3 |
| * | | Fixed printf format errors. | Bruce Evans | 1998-06-30 | 4 | -7/+7 |
| * | | Fixed scanf format errors. The error handling is not quite bug for bug | Bruce Evans | 1998-06-30 | 1 | -7/+4 |
| * | | Fixed printf format errors. Don't assume so many things about time_t. | Bruce Evans | 1998-06-30 | 1 | -20/+16 |
| * | | Fixes assorted problems with the history edit functions in libedit. This | Brian Somers | 1998-06-27 | 6 | -14/+49 |
| * | | Extend the existing hackery to set the disk type to SCSI for the | John Polstra | 1998-06-27 | 1 | -2/+3 |