| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed bitrot in prototypes in synopsis. | bde | 1998-08-03 | 1 | -5/+5 |
* | 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 |
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | | 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 |
* | | 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 |
* | | Fix btree problems. This passes regressions tests. | guido | 1998-06-25 | 2 | -2/+5 |
* | | preserve errno across the readlink() calls. There is no value in trashing | peter | 1998-06-18 | 1 | -1/+4 |
* | | Don't compile in the use of poll() when building libc_r. This isn't | peter | 1998-06-14 | 1 | -1/+15 |
* | | Document EINVAL return value. | bde | 1998-06-14 | 1 | -0/+7 |
* | | Make nlist() understand elf unconditionally | peter | 1998-06-12 | 2 | -5/+2 |
* | | Update the resolver parts to bind-8.1.2 level. I have not touched the | peter | 1998-06-11 | 25 | -1733/+3219 |
* | | Move ftok() from libcompat to libc, so that it can be closer to its | jdp | 1998-06-10 | 1 | -3/+3 |
* | | Fix grammar, "null" -> "NUL" | danny | 1998-06-10 | 1 | -5/+5 |
* | | This is a null commit to log the fact that I have done a repository | jdp | 1998-06-10 | 2 | -2/+2 |
* | | Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk. | jb | 1998-06-09 | 1 | -2/+3 |
* | | Rename calls when building libc_r. | jb | 1998-06-09 | 1 | -3/+3 |
* | | Make this thread-safe in both libc as well as libc_r. | jb | 1998-06-09 | 1 | -13/+2 |
* | | Rename when building libc_r. | jb | 1998-06-09 | 5 | -9/+9 |
* | | Add rename support for libc_r. | jb | 1998-06-09 | 1 | -1/+50 |
* | | Fix potential resource leak: when call to des_crypt_1() fails, remember | wpaul | 1998-06-09 | 1 | -2/+3 |
* | | Implement compile time thread lock debug. | jb | 1998-06-09 | 2 | -4/+4 |
* | | Rename fstat as _thread_sys_fstat if being built into libc_r. | jb | 1998-06-09 | 1 | -1/+5 |
* | | Implement thread support for libc_r. Make the lseek syscall directly | jb | 1998-06-09 | 1 | -2/+7 |
* | | Implement compile time debug mode for thread locks. | jb | 1998-06-09 | 3 | -11/+11 |
* | | Add support for thread lock debug. No impact of the malloc code. | jb | 1998-06-09 | 1 | -4/+4 |
* | | Implement compile time debug support for spinlocks. | jb | 1998-06-09 | 1 | -5/+24 |