| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to use the new elf headers. | dfr | 1998-08-17 | 1 | -15/+28 |
* | Remove support for NetBSD syscalls. | jb | 1998-08-17 | 9 | -378/+3 |
* | Remove the comment about how to get NetBSD syscalls since there are | jb | 1998-08-17 | 1 | -8/+1 |
* | Add missing #include of <sys.types.h> | phk | 1998-08-15 | 1 | -0/+1 |
* | I have added the support for BIG5 encoding into libc/libxpg4/mklocale. | phk | 1998-08-15 | 4 | -6/+128 |
* | Build libkvm on alpha too. | jb | 1998-08-15 | 1 | -3/+2 |
* | Add an alpha machdep for kvm. The vatop functions are stubbed out for | dfr | 1998-08-15 | 1 | -0/+197 |
* | Make the locally built and executed build tools in this directory | jb | 1998-08-15 | 1 | -6/+6 |
* | Add missing initialization of the length variable passed to | jdp | 1998-08-12 | 1 | -2/+3 |
* | Add extra initialisation code that is required for processes that | jb | 1998-08-10 | 3 | -3/+87 |
* | If using FreeBSD syscalls, handle the syscalls that don't require | jb | 1998-08-08 | 1 | -1/+11 |
* | Include FreeBSD's syscall.h if not using NetBSD syscalls. | jb | 1998-08-08 | 1 | -2/+5 |
* | Allow for the fact that NetBSD syscalls are no longer the default. Call | jb | 1998-08-08 | 1 | -0/+4 |
* | Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined. | jb | 1998-08-08 | 1 | -1/+3 |
* | References to NetBSD syscalls changed to just a comment about what to | jb | 1998-08-08 | 1 | -6/+7 |
* | 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 |