summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-101-2/+14
* o Don't require long long support in bswap64() functions.mike2002-03-091-11/+15
* Synch with OpenBSD (style).green2002-03-081-2/+2
* Use a integral type that doesn't require <sys/types.h>. Thismike2002-03-081-1/+2
* Rather than include namespace pollution in <grp.h> in order to declaremike2002-02-261-1/+5
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-2/+3
* Backout rev.1.5 - it seems that it's posixly correct that the programsobomax2002-02-251-2/+0
* In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),sobomax2002-02-251-0/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-182-10/+20
* Oops, forgot to commit this (s/ucontext_t/struct __ucontext/).deischen2002-02-171-1/+1
* Move user_from_uid to pwd.himp2002-02-143-2/+3
* Revert 1.29. It breaks the build. Will figure out a better way to doimp2002-02-131-2/+2
* Make the user_from_uid and group_from_gid prototypes match the actualimp2002-02-131-2/+2
* Apply the following mechanical transformations in preparation fordes2002-02-062-24/+24
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-052-4/+14
* Move arguments in prototype out of application namespace.des2002-02-051-1/+1
* Makes __istype() an inline (and a non inlined) function to avoid C++bbraun2002-02-052-4/+14
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-0/+1
* WARNS-n and lint(1) silencer. Declare (const) strings properly asmarkm2002-02-031-1/+1
* 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
OpenPOWER on IntegriCloud