| Commit message (Expand) | Author | Age | Files | Lines |
* | o Runnable threads are now maintained in priority queues. The | jb | 1999-03-23 | 2 | -36/+78 |
* | Nuke old copies of /usr/include/timepps.h | phk | 1999-03-22 | 1 | -1/+2 |
* | Remove <timepps.h> here as well. | phk | 1999-03-11 | 1 | -2/+2 |
* | removed from PPS-API draft | phk | 1999-03-11 | 1 | -86/+0 |
* | Use __i386__ instead of i386 in an ifdef. | bde | 1999-03-05 | 1 | -3/+3 |
* | Added functions fseeko() and ftello() (from susv2). | dt | 1999-02-08 | 1 | -1/+3 |
* | Removed evil typedef kvm_swap_t and all uses of it (not many). | bde | 1999-01-27 | 1 | -5/+5 |
* | Oops, forgot this. Needed by libkvm. | dillon | 1999-01-23 | 1 | -1/+14 |
* | Add a prototype for strtok_r(). | jdp | 1999-01-20 | 1 | -0/+1 |
* | Use the correct type for uid and gid in struct passwd. Document it. | des | 1999-01-18 | 1 | -2/+2 |
* | Install <sys/aio.h> as <aio.h>. | dt | 1999-01-17 | 1 | -2/+2 |
* | Instead of a wrapper <linker_set.h>, use a symlink to | jdp | 1999-01-14 | 2 | -37/+3 |
* | Add a wrapper <linker_set.h> for <sys/linker_set.h>, so that | jdp | 1999-01-14 | 2 | -2/+36 |
* | optreset is a POSIX extension, make it visible in POSIX_SOURCE scope. | msmith | 1999-01-11 | 1 | -1/+1 |
* | Move nologin from /etc to /var/run. This means one less file that has | asami | 1999-01-11 | 1 | -1/+1 |
* | POSIX introduced optreset to deal with multiple invocations | msmith | 1999-01-11 | 1 | -0/+1 |
* | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | dt | 1999-01-04 | 1 | -7/+4 |
* | Implement fpsetmask() and other fp*() functions. Programs should use | dfr | 1998-12-23 | 2 | -2/+27 |
* | Install <sys/inttypes.h> as <inttypes.h>. | dt | 1998-12-19 | 1 | -2/+2 |
* | Little reorganization: | dt | 1998-12-19 | 1 | -5/+3 |
* | Declare size_t and ssize_t if they are not already declared, so that | bde | 1998-12-16 | 1 | -6/+15 |
* | Make this protototype of mmap return void *, like two other copies. | dt | 1998-12-14 | 1 | -2/+2 |
* | Make rcsid a const char[] instead of char[] to avoid compiler warnings | archie | 1998-12-06 | 10 | -10/+10 |
* | Add support for pthread_mutexattr_settype(). As a side effect of | eivind | 1998-11-28 | 1 | -2/+8 |
* | Don't forget to use the appropriate __printf*like attribute for verr* | bde | 1998-11-22 | 1 | -11/+14 |
* | 64bit clean now | dima | 1998-11-08 | 1 | -1/+1 |
* | Add support for -Wformat consistency checking between format strings | jdp | 1998-10-29 | 1 | -7/+7 |
* | 64bit fixes. | dima | 1998-10-27 | 1 | -9/+9 |
* | make talk/talkd work on alpha. | dima | 1998-10-20 | 1 | -3/+3 |
* | Don't even think about using a sysctl to build osreldate.h, since this | bde | 1998-10-17 | 1 | -17/+4 |
* | Move auth.conf path in here. Doesn't affect published interface. | jkh | 1998-10-09 | 1 | -0/+1 |
* | back out h2ph from here, Bruce found another proper place | ache | 1998-10-02 | 1 | -4/+1 |
* | Add h2ph call to afterinstall target | ache | 1998-10-02 | 1 | -1/+4 |
* | #ifdef out DES ioctls which don't exist in FreeBSD. These originated | wpaul | 1998-09-26 | 1 | -0/+10 |
* | Don't declare functions without a prototype if KERNEL is defined. This | bde | 1998-09-21 | 2 | -4/+11 |
* | Build headers with -DWANT_NFS3. | obrien | 1998-09-17 | 1 | -2/+2 |
* | Adjust the declarations of kvm_read and kvm_write to match reality a little | dfr | 1998-09-16 | 1 | -2/+2 |
* | (this is an extract from src/share/examples/atm/README) | phk | 1998-09-15 | 1 | -2/+2 |
* | Add new cam include hierarchy. | gibbs | 1998-09-15 | 1 | -3/+3 |
* | Add reallocf to the library. This function is simliar to realloc, but | imp | 1998-09-14 | 1 | -0/+1 |
* | Change return type of strptime from const char* to char*. | dt | 1998-09-12 | 1 | -1/+1 |
* | A small last-minute iitem for 3.0: | wollman | 1998-09-12 | 1 | -1/+6 |
* | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -4/+4 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 2 | -2/+41 |
* | Add support for the RPC 64-bit integer type ``hyper''. | obrien | 1998-09-08 | 1 | -1/+3 |
* | Remove the extern decl of ``h_errno''. It's already | brian | 1998-09-07 | 1 | -10/+1 |
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 1 | -0/+25 |
* | Fix tons of cut-n-paste errors in the WANT_NFS3 code. | obrien | 1998-09-06 | 1 | -14/+16 |
* | Add hints file structures and defines. | jdp | 1998-09-05 | 2 | -2/+38 |
* | Add the prototype for sigwait(). | jb | 1998-08-25 | 1 | -0/+1 |