aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-172-1/+41
* Include <sys/_types.h>. This should have been part of the previousMike Barcroft2002-04-151-1/+1
* Add support for X/Open.Mike Barcroft2002-04-151-2/+5
* (ab)use unused bits in the pw_fields member of struct passwd to recordDag-Erling Smørgrav2002-04-141-0/+5
* Be more strict about exposing BSD-specific functions when a standardMike Barcroft2002-04-101-10/+4
* o Move some function prototypes from <string.h> to the newly rewrittenMike Barcroft2002-04-042-35/+52
* Don't clobber headers that we didn't create.Ruslan Ermilov2002-04-031-6/+1
* Remove the disktab.h include file from the build.Poul-Henning Kamp2002-04-011-1/+1
* This file is entirely bogus.Poul-Henning Kamp2002-04-011-62/+0
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-013-18/+49
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.Ruslan Ermilov2002-03-261-28/+11
* Join continuation lines that fit in 80 columns after removal of __P(()).Bruce Evans2002-03-261-4/+2
* Fixed some style bugs in the removal of __P(()). Some function parameterBruce Evans2002-03-263-7/+5
* Missed a __P in a .x file, remove it anywayWarner Losh2002-03-241-1/+1
* Breath deep and take __P out of the system include files.Warner Losh2002-03-2376-1547/+1346
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'Alfred Perlstein2002-03-221-3/+3
* Constify the first arg to callrpc(3).Alfred Perlstein2002-03-221-1/+1
* const poison just like NetBSD.Warner Losh2002-03-221-7/+7
* Make user_from_uid and group_from_gid return const char *, just likeWarner Losh2002-03-222-2/+2
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-211-0/+2
* Tokens after #endif are not strict ISO.David E. O'Brien2002-03-131-1/+1
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-2/+14
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-11/+15
* Synch with OpenBSD (style).Brian Feldman2002-03-081-2/+2
* Use a integral type that doesn't require <sys/types.h>. ThisMike Barcroft2002-03-081-1/+2
* Rather than include namespace pollution in <grp.h> in order to declareMike Barcroft2002-02-261-1/+5
* Per POSIX <grp.h> doesn't require <sys/types.h>.Maxim Sobolev2002-02-251-2/+3
* Backout rev.1.5 - it seems that it's posixly correct that the programMaxim Sobolev2002-02-251-2/+0
* In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t),Maxim Sobolev2002-02-251-0/+2
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-182-10/+20
* Oops, forgot to commit this (s/ucontext_t/struct __ucontext/).Daniel Eischen2002-02-171-1/+1
* Move user_from_uid to pwd.hWarner Losh2002-02-143-2/+3
* Revert 1.29. It breaks the build. Will figure out a better way to doWarner Losh2002-02-131-2/+2
* Make the user_from_uid and group_from_gid prototypes match the actualWarner Losh2002-02-131-2/+2
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-24/+24
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-052-4/+14
* Move arguments in prototype out of application namespace.Dag-Erling Smørgrav2002-02-051-1/+1
* Makes __istype() an inline (and a non inlined) function to avoid C++Rob Braun2002-02-052-4/+14
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-041-0/+1
* WARNS-n and lint(1) silencer. Declare (const) strings properly asMark Murray2002-02-031-1/+1
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-241-2/+2
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalMark Murray2002-01-222-3/+4
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-8/+8
* 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