aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Back out my change from 6 April PDT that added a new dlversion()John Polstra1999-04-221-1/+0
* Oops, the previous log message should have been:Bruce Evans1999-04-101-1/+1
* Declare mkstemps().Bruce Evans1999-04-092-4/+6
* Add a new function dlversion() which returns the version number ofJohn Polstra1999-04-071-1/+2
* Add prototypes for pread and pwrite.Dmitrij Tejblum1999-04-041-0/+2
* o Runnable threads are now maintained in priority queues. TheJohn Birrell1999-03-232-36/+78
* Nuke old copies of /usr/include/timepps.hPoul-Henning Kamp1999-03-221-1/+2
* Remove <timepps.h> here as well.Poul-Henning Kamp1999-03-111-2/+2
* removed from PPS-API draftPoul-Henning Kamp1999-03-111-86/+0
* Use __i386__ instead of i386 in an ifdef.Bruce Evans1999-03-051-3/+3
* Added functions fseeko() and ftello() (from susv2).Dmitrij Tejblum1999-02-081-1/+3
* Removed evil typedef kvm_swap_t and all uses of it (not many).Bruce Evans1999-01-271-5/+5
* Oops, forgot this. Needed by libkvm.Matthew Dillon1999-01-231-1/+14
* Add a prototype for strtok_r().John Polstra1999-01-201-0/+1
* Use the correct type for uid and gid in struct passwd. Document it.Dag-Erling Smørgrav1999-01-181-2/+2
* Install <sys/aio.h> as <aio.h>.Dmitrij Tejblum1999-01-171-2/+2
* Instead of a wrapper <linker_set.h>, use a symlink toJohn Polstra1999-01-142-37/+3
* Add a wrapper <linker_set.h> for <sys/linker_set.h>, so thatJohn Polstra1999-01-142-2/+36
* optreset is a POSIX extension, make it visible in POSIX_SOURCE scope.Mike Smith1999-01-111-1/+1
* Move nologin from /etc to /var/run. This means one less file that hasSatoshi Asami1999-01-111-1/+1
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-0/+1
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-041-7/+4
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-232-2/+27
* Install <sys/inttypes.h> as <inttypes.h>.Dmitrij Tejblum1998-12-191-2/+2
* Little reorganization:Dmitrij Tejblum1998-12-191-5/+3
* Declare size_t and ssize_t if they are not already declared, so thatBruce Evans1998-12-161-6/+15
* Make this protototype of mmap return void *, like two other copies.Dmitrij Tejblum1998-12-141-2/+2
* Make rcsid a const char[] instead of char[] to avoid compiler warningsArchie Cobbs1998-12-0610-10/+10
* Add support for pthread_mutexattr_settype(). As a side effect ofEivind Eklund1998-11-281-2/+8
* Don't forget to use the appropriate __printf*like attribute for verr*Bruce Evans1998-11-221-11/+14
* 64bit clean nowDima Ruban1998-11-081-1/+1
* Add support for -Wformat consistency checking between format stringsJohn Polstra1998-10-291-7/+7
* 64bit fixes.Dima Ruban1998-10-271-9/+9
* make talk/talkd work on alpha.Dima Ruban1998-10-201-3/+3
* Don't even think about using a sysctl to build osreldate.h, since thisBruce Evans1998-10-171-17/+4
* Move auth.conf path in here. Doesn't affect published interface.Jordan K. Hubbard1998-10-091-0/+1
* back out h2ph from here, Bruce found another proper placeAndrey A. Chernov1998-10-021-4/+1
* Add h2ph call to afterinstall targetAndrey A. Chernov1998-10-021-1/+4
* #ifdef out DES ioctls which don't exist in FreeBSD. These originatedBill Paul1998-09-261-0/+10
* Don't declare functions without a prototype if KERNEL is defined. ThisBruce Evans1998-09-212-4/+11
* Build headers with -DWANT_NFS3.David E. O'Brien1998-09-171-2/+2
* Adjust the declarations of kvm_read and kvm_write to match reality a littleDoug Rabson1998-09-161-2/+2
* (this is an extract from src/share/examples/atm/README)Poul-Henning Kamp1998-09-151-2/+2
* Add new cam include hierarchy.Justin T. Gibbs1998-09-151-3/+3
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-141-0/+1
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-121-1/+1
* A small last-minute iitem for 3.0:Garrett Wollman1998-09-121-1/+6
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.KATO Takenori1998-09-091-4/+4
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-092-2/+41
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-1/+3