aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for C++.Mike Barcroft2002-01-061-0/+2
* Fix bugs in the structure for rx_frame by making gap length one byte andDoug Ambrisko2001-12-311-1/+1
* Fix support for K&R C.Mike Barcroft2001-12-222-2/+3
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-16/+16
* Install devfs includes.Brian Feldman2001-12-171-1/+1
* Add bmake glue for src/contrib/smbfs and connect userland smbfsSheldon Hearn2001-12-141-0/+7
* * style(9)'ifyAlexey Zelkin2001-12-122-8/+8
* Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define.Alexey Zelkin2001-12-111-3/+0
* Add my e-mail to copyrightsAlexey Zelkin2001-12-112-2/+2
* An extra #ifdef crept in with rev 1.38.David E. O'Brien2001-12-051-1/+0
* Turn back on fmtcheck's attribute checks, guarded for non-GCC compilers.David E. O'Brien2001-12-041-1/+7
* Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.David E. O'Brien2001-12-041-2/+1
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-6/+6
* Add a missing underscore.Mike Barcroft2001-12-011-1/+1
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-9/+49
* o Improve consistency of style by fixing tabs around _PATH_AUTHCONF.Robert Watson2001-11-301-1/+1
* o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the systemRobert Watson2001-11-301-0/+2
* Oops, actually fix the namespace pollution for atoll() as the previousBruce Evans2001-11-291-4/+4
* Fixed namespace pollution and/or breakage of K&R and C90 support related toBruce Evans2001-11-281-16/+21
* Fixed namespace pollution in previous commit. The C99 functionBruce Evans2001-11-281-1/+1
* Whitespace formattingAndrey A. Chernov2001-11-281-1/+2
* Fix just added atoll prototypeAndrey A. Chernov2001-11-281-1/+1
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-281-0/+1
* Add strerror_r function per Posix prototype.Wes Peters2001-11-271-0/+1
* Introduce readpassphrase(3), a superset of getpass(3). ThisBrian Feldman2001-11-202-1/+48
* Install LOMAC includes from the new directory.Brian Feldman2001-11-201-2/+2
* Use fixed-size fields in the structure for the timed protocol. ThisJohn Baldwin2001-11-201-4/+9
* Install LOMAC public headers.Brian Feldman2001-11-191-0/+5
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().Mike Barcroft2001-11-152-2/+15
* NFS split forgot to prototype nfsclnt() syscall, do it.Alfred Perlstein2001-11-131-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.Ruslan Ermilov2001-11-091-0/+2
* Traditionally work in the -traditional case.David E. O'Brien2001-11-071-0/+4
* Remove FreeBSD/vax and FreeBSD/tahoe support.Peter Wemm2001-11-031-17/+1
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-022-2/+56
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().Matthew Dillon2001-10-281-0/+4
* Make the protocol/dumprestore.h header match restore's idea of the dumpMatthew Dillon2001-10-281-2/+4
* Add routines to convert time_t to/from fixed-bit fields. These routinesMatthew Dillon2001-10-281-0/+7
* ll_time and ut_time are int32_t on disk and have to remain that wayPeter Wemm2001-10-271-2/+2
* Restore K&R prototype. Fix other style bugs.Mike Barcroft2001-10-271-8/+9
* Diff-reduce these two.Mark Murray2001-10-271-2/+3
* Resume deorbit burn sequence for <malloc.h>. Inspection of my make logsGarrett Wollman2001-10-251-5/+2
* Add $FreeBSD$.Jeroen Ruigrok van der Werven2001-10-241-3/+6
* Fixed some style bugs:Bruce Evans2001-10-101-3/+3
* Implement strcasestr() which many others (f.e. Linux) already haveAndrey A. Chernov2001-10-101-0/+1
* Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft2001-10-091-1/+3
* Add compatibility functions for the AF_LOCAL RPC transport stuffBill Paul2001-10-042-0/+15
* Fixed order of includes. <sys/cdefs.h> must be included beforeBruce Evans2001-10-041-9/+6
* Fixed some style bugs.Bruce Evans2001-10-041-4/+4
* Fixed namespace pollution:Bruce Evans2001-10-041-3/+12
* Back out WIP that snuck in with revs 1.15[23].David E. O'Brien2001-10-011-1/+0