| Commit message (Expand) | Author | Age | Files | Lines |
| * | Guard definitions for use with C++ code. | David E. O'Brien | 2002-06-19 | 1 | -0/+4 |
| * | Move dillon's time conversion functions to a new header <timeconv.h>. | Garrett Wollman | 2002-06-17 | 3 | -13/+67 |
| * | Clean up a bit of namespace pollution which crept in with the last rev. | Garrett Wollman | 2002-06-17 | 1 | -1/+1 |
| * | Restore local bits lost in recent merge from NetBSD. | Matthew N. Dodd | 2002-06-16 | 1 | -0/+6 |
| * | Partially fix namespace visibility issues by using new visibility macros. | Garrett Wollman | 2002-06-15 | 2 | -63/+89 |
| * | o Remove include of <sys/types.h>, it adds too much pollution; | Mike Barcroft | 2002-06-09 | 1 | -9/+28 |
| * | Const poison. | Poul-Henning Kamp | 2002-05-30 | 1 | -1/+1 |
| * | Since POSIX gives us plenary authority to define _t types, change | Garrett Wollman | 2002-05-29 | 1 | -2/+2 |
| * | Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces. | Garrett Wollman | 2002-05-29 | 1 | -3/+23 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -8/+2 |
| * | Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with an | Mike Barcroft | 2002-05-28 | 1 | -6/+6 |
| * | Reorder prototypes to be in alphabetical order. | Daniel Eischen | 2002-05-24 | 1 | -4/+4 |
| * | Add the prototypes for pthread_suspend_all_np and pthread_resume_all_np. | Daniel Eischen | 2002-05-24 | 1 | -0/+2 |
| * | Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. | Juli Mallett | 2002-05-17 | 1 | -0/+1 |
| * | Rename `includes' to `buildincludes'. | Ruslan Ermilov | 2002-05-15 | 1 | -2/+2 |
| * | Use explicitly sized fields for the tape format definition. | Poul-Henning Kamp | 2002-05-14 | 1 | -1/+1 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 5 | -42/+29 |
| * | Add some more commonly-used directories and files. | Dag-Erling Smørgrav | 2002-05-08 | 1 | -0/+6 |
| * | Spell void * as void * rather than caddr_t. This is complicated by the | Dag-Erling Smørgrav | 2002-04-28 | 5 | -22/+22 |
| * | Constify _malloc_options. | Poul-Henning Kamp | 2002-04-24 | 1 | -1/+1 |
| * | Rework the kernel environment subsystem. We now convert the static | Maxime Henrion | 2002-04-17 | 2 | -1/+41 |
| * | Include <sys/_types.h>. This should have been part of the previous | Mike Barcroft | 2002-04-15 | 1 | -1/+1 |
| * | Add support for X/Open. | Mike Barcroft | 2002-04-15 | 1 | -2/+5 |
| * | (ab)use unused bits in the pw_fields member of struct passwd to record | Dag-Erling Smørgrav | 2002-04-14 | 1 | -0/+5 |
| * | Be more strict about exposing BSD-specific functions when a standard | Mike Barcroft | 2002-04-10 | 1 | -10/+4 |
| * | o Move some function prototypes from <string.h> to the newly rewritten | Mike Barcroft | 2002-04-04 | 2 | -35/+52 |
| * | Don't clobber headers that we didn't create. | Ruslan Ermilov | 2002-04-03 | 1 | -6/+1 |
| * | Remove the disktab.h include file from the build. | Poul-Henning Kamp | 2002-04-01 | 1 | -1/+1 |
| * | This file is entirely bogus. | Poul-Henning Kamp | 2002-04-01 | 1 | -62/+0 |
| * | o Implement <sys/_types.h>, a new header for storing types that are | Mike Barcroft | 2002-04-01 | 3 | -18/+49 |
| * | Install sys/security/lomac/*.h to /usr/include/security/lomac/. | Ruslan Ermilov | 2002-03-26 | 1 | -28/+11 |
| * | Join continuation lines that fit in 80 columns after removal of __P(()). | Bruce Evans | 2002-03-26 | 1 | -4/+2 |
| * | Fixed some style bugs in the removal of __P(()). Some function parameter | Bruce Evans | 2002-03-26 | 3 | -7/+5 |
| * | Missed a __P in a .x file, remove it anyway | Warner Losh | 2002-03-24 | 1 | -1/+1 |
| * | Breath deep and take __P out of the system include files. | Warner Losh | 2002-03-23 | 76 | -1544/+1343 |
| * | rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status' | Alfred Perlstein | 2002-03-22 | 1 | -3/+3 |
| * | Constify the first arg to callrpc(3). | Alfred Perlstein | 2002-03-22 | 1 | -1/+1 |
| * | const poison just like NetBSD. | Warner Losh | 2002-03-22 | 1 | -7/+7 |
| * | Make user_from_uid and group_from_gid return const char *, just like | Warner Losh | 2002-03-22 | 2 | -2/+2 |
| * | Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217 | Ruslan Ermilov | 2002-03-21 | 1 | -0/+2 |
| * | Tokens after #endif are not strict ISO. | David E. O'Brien | 2002-03-13 | 1 | -1/+1 |
| * | o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> | Mike Barcroft | 2002-03-10 | 1 | -2/+14 |
| * | o Don't require long long support in bswap64() functions. | Mike Barcroft | 2002-03-09 | 1 | -11/+15 |
| * | Synch with OpenBSD (style). | Brian Feldman | 2002-03-08 | 1 | -2/+2 |
| * | Use a integral type that doesn't require <sys/types.h>. This | Mike Barcroft | 2002-03-08 | 1 | -1/+2 |
| * | Rather than include namespace pollution in <grp.h> in order to declare | Mike Barcroft | 2002-02-26 | 1 | -1/+5 |
| * | Per POSIX <grp.h> doesn't require <sys/types.h>. | Maxim Sobolev | 2002-02-25 | 1 | -2/+3 |
| * | Backout rev.1.5 - it seems that it's posixly correct that the program | Maxim Sobolev | 2002-02-25 | 1 | -2/+0 |
| * | In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t), | Maxim Sobolev | 2002-02-25 | 1 | -0/+2 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 2 | -10/+20 |