aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the extern decl of ``h_errno''. It's alreadyBrian Somers1998-09-071-10/+1
* Implement pthread read/write locks as defined by Version 2 of the SingleAlexander Langer1998-09-071-0/+25
* Fix tons of cut-n-paste errors in the WANT_NFS3 code.David E. O'Brien1998-09-061-14/+16
* Add hints file structures and defines.John Polstra1998-09-052-2/+38
* Add the prototype for sigwait().John Birrell1998-08-251-0/+1
* Add extern declaration for `tzname[]' to make this header comply betterJoseph Koshy1998-08-211-0/+4
* Move the include of <machine/ansi.h> to before <sys/signal.h>.Doug Rabson1998-08-051-1/+1
* Fixed garbage after comment after #endif. Fixed reversed sense of sameBruce Evans1998-08-031-2/+2
* Added iso646.h as defined by the Single UNIX Specification, version 2.Alexander Langer1998-08-012-2/+46
* MF22: prototype fix.Jordan K. Hubbard1998-07-161-1/+1
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.Bruce Evans1998-07-131-7/+10
* Fixed whitespace lossage and long lines in previous commit.Bruce Evans1998-07-111-5/+5
* Declare lockf().Dmitrij Tejblum1998-07-081-0/+8
* New flag for internal stdio use to enable dynamic string allocation forPeter Wemm1998-07-081-1/+2
* Complete the switch to using gcc-2.4 features to declare fpos_t ,Bruce Evans1998-06-141-18/+1
* Damn, bind8 includes added <arpa/nameser.h> as a prerequisite forPeter Wemm1998-06-111-15/+17
* Install arpa/nameser_compat.hPeter Wemm1998-06-111-2/+2
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)Peter Wemm1998-06-115-268/+604
* This is a prototype implementation of the draft-mogul-pps-api-##.txtPoul-Henning Kamp1998-06-072-3/+89
* Add GDB support for ELF shared libs.Doug Rabson1998-05-231-1/+30
* Move __FreeBSD_version from src/sys/conf/newvers.sh toEivind Eklund1998-05-211-2/+4
* nuke signanosleep().Peter Wemm1998-05-141-5/+0
* Change the return types for strtoq and strtouq to int64_t and u_int64_tJohn Birrell1998-05-111-3/+2
* ut_time is a time_t, not a long.John Birrell1998-05-101-2/+2
* I have a long list of issues to address here, mostly related toJohn Birrell1998-05-051-6/+4
* Prototypes/typedefs cleanupAndrey A. Chernov1998-04-301-5/+6
* Basic support for LC_MESSAGESAndrey A. Chernov1998-04-291-1/+2
* Remove duplicate declsBrian Somers1998-04-191-2/+0
* ctime_r and asctime_r are not implemented.Poul-Henning Kamp1998-04-191-2/+2
* Format changes in an attempt to address some of Bruce's commentsJohn Birrell1998-04-121-18/+26
* Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,John Birrell1998-04-111-9/+59
* Add a function prototype to set the name of a thread for debuggingJohn Birrell1998-04-111-1/+2
* Add static initializer defines as specified by POSIX.John Birrell1998-04-041-2/+8
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-284-13/+13
* Added forgotten declaration of mkdtemp().Bruce Evans1998-03-121-0/+1