summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change brk's prototype from char *brk(const char *) to int brk(const void *)dwmalone2002-01-241-2/+2
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-222-3/+4
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-8/+8
* Add support for C++.mike2002-01-061-0/+2
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-1/+1
* Fix support for K&R C.mike2001-12-222-2/+3
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-16/+16
* Install devfs includes.green2001-12-171-1/+1
* Add bmake glue for src/contrib/smbfs and connect userland smbfssheldonh2001-12-141-0/+7
* * style(9)'ifyphantom2001-12-122-8/+8
* Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define.phantom2001-12-111-3/+0
* Add my e-mail to copyrightsphantom2001-12-112-2/+2
* An extra #ifdef crept in with rev 1.38.obrien2001-12-051-1/+0
* Turn back on fmtcheck's attribute checks, guarded for non-GCC compilers.obrien2001-12-041-1/+7
* Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype.obrien2001-12-041-2/+1
* Merge from master (crypto) telnet. WARNS fixes for alpha.markm2001-12-031-6/+6
* Add a missing underscore.mike2001-12-011-1/+1
* o Stop abusing MD headers with non-MD types.mike2001-12-011-9/+49
* o Improve consistency of style by fixing tabs around _PATH_AUTHCONF.rwatson2001-11-301-1/+1
* o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the systemrwatson2001-11-301-0/+2
* Oops, actually fix the namespace pollution for atoll() as the previousbde2001-11-291-4/+4
* Fixed namespace pollution and/or breakage of K&R and C90 support related tobde2001-11-281-16/+21
* Fixed namespace pollution in previous commit. The C99 functionbde2001-11-281-1/+1
* Whitespace formattingache2001-11-281-1/+2
* Fix just added atoll prototypeache2001-11-281-1/+1
* Add atoll(3) to conform POSIX and C99ache2001-11-281-0/+1
* Add strerror_r function per Posix prototype.wes2001-11-271-0/+1
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-202-1/+48
* Install LOMAC includes from the new directory.green2001-11-201-2/+2
* Use fixed-size fields in the structure for the timed protocol. Thisjhb2001-11-201-4/+9
* Install LOMAC public headers.green2001-11-191-0/+5
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-152-2/+15
* NFS split forgot to prototype nfsclnt() syscall, do it.alfred2001-11-131-0/+1
* - Put missing prototype for rcmd() in <unistd.h>.ru2001-11-091-0/+2
* Traditionally work in the -traditional case.obrien2001-11-071-0/+4
* Remove FreeBSD/vax and FreeBSD/tahoe support.peter2001-11-031-17/+1
* o Add new header <sys/stdint.h>.mike2001-11-022-2/+56
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-281-0/+4
* Make the protocol/dumprestore.h header match restore's idea of the dumpdillon2001-10-281-2/+4
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-281-0/+7
* ll_time and ut_time are int32_t on disk and have to remain that waypeter2001-10-271-2/+2
* Restore K&R prototype. Fix other style bugs.mike2001-10-271-8/+9
* Diff-reduce these two.markm2001-10-271-2/+3
* Resume deorbit burn sequence for <malloc.h>. Inspection of my make logswollman2001-10-251-5/+2
* Add $FreeBSD$.asmodai2001-10-241-3/+6
* Fixed some style bugs:bde2001-10-101-3/+3
* Implement strcasestr() which many others (f.e. Linux) already haveache2001-10-101-0/+1
* Add a new libc function, strnstr(3), which allows one to limit themike2001-10-091-1/+3
* Add compatibility functions for the AF_LOCAL RPC transport stuffwpaul2001-10-042-0/+15
* Fixed order of includes. <sys/cdefs.h> must be included beforebde2001-10-041-9/+6
OpenPOWER on IntegriCloud