| Commit message (Expand) | Author | Age | Files | Lines |
* | Support POSIX/SUS ``programming environment'' mistake in confstr(). | wollman | 2002-07-15 | 1 | -0/+15 |
* | Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involved | wollman | 2002-07-15 | 1 | -0/+2 |
* | getopt(3) was also added in 1003.2-1992. | wollman | 2002-07-15 | 1 | -4/+4 |
* | Fix visibility: | wollman | 2002-07-15 | 1 | -11/+14 |
* | Clean up some of the rather strange structure and ordering of this | wollman | 2002-07-15 | 1 | -52/+67 |
* | clnt_vc_create() has const scalar arguments that wind up being modified, | alfred | 2002-07-14 | 1 | -1/+1 |
* | Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp. | sobomax | 2002-07-14 | 1 | -1/+1 |
* | Add functions allowing for the user to specify a timeout for rpc functions. | alfred | 2002-07-11 | 1 | -9/+67 |
* | Don't define wchar_t if we are a C++ compiler. | obrien | 2002-07-09 | 5 | -0/+10 |
* | Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's | mike | 2002-07-08 | 1 | -0/+1 |
* | Convince lint via the standard lint-comment /* LONGLONG */ to not | markm | 2002-07-04 | 1 | -0/+5 |
* | This header is for Solaris compatibility only (according to David | markm | 2002-07-04 | 1 | -0/+4 |
* | The thread-safe time functions appear to have been introduced as of | wollman | 2002-06-27 | 1 | -6/+7 |
* | Resort namespace blocks into a more sensible order. Delete a redundant | wollman | 2002-06-27 | 1 | -8/+7 |
* | Minor libc internal-only interface change for mapv4v6. | imp | 2002-06-26 | 1 | -1/+1 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -8/+39 |
* | Guard definitions for use with C++ code. | obrien | 2002-06-19 | 1 | -0/+4 |
* | Move dillon's time conversion functions to a new header <timeconv.h>. | wollman | 2002-06-17 | 3 | -13/+67 |
* | Clean up a bit of namespace pollution which crept in with the last rev. | wollman | 2002-06-17 | 1 | -1/+1 |
* | Restore local bits lost in recent merge from NetBSD. | mdodd | 2002-06-16 | 1 | -0/+6 |
* | Partially fix namespace visibility issues by using new visibility macros. | wollman | 2002-06-15 | 2 | -63/+89 |
* | o Remove include of <sys/types.h>, it adds too much pollution; | mike | 2002-06-09 | 1 | -9/+28 |
* | Const poison. | phk | 2002-05-30 | 1 | -1/+1 |
* | Since POSIX gives us plenary authority to define _t types, change | wollman | 2002-05-29 | 1 | -2/+2 |
* | Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces. | wollman | 2002-05-29 | 1 | -3/+23 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -8/+2 |
* | Prepend BIG_ENDIAN, BYTE_ORDER, LITTLE_ENDIAN, and PDP_ENDIAN with an | mike | 2002-05-28 | 1 | -6/+6 |
* | Reorder prototypes to be in alphabetical order. | deischen | 2002-05-24 | 1 | -4/+4 |
* | Add the prototypes for pthread_suspend_all_np and pthread_resume_all_np. | deischen | 2002-05-24 | 1 | -0/+2 |
* | Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. | jmallett | 2002-05-17 | 1 | -0/+1 |
* | Rename `includes' to `buildincludes'. | ru | 2002-05-15 | 1 | -2/+2 |
* | Use explicitly sized fields for the tape format definition. | phk | 2002-05-14 | 1 | -1/+1 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 5 | -42/+29 |
* | Add some more commonly-used directories and files. | des | 2002-05-08 | 1 | -0/+6 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 5 | -22/+22 |
* | Constify _malloc_options. | phk | 2002-04-24 | 1 | -1/+1 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 2 | -1/+41 |
* | Include <sys/_types.h>. This should have been part of the previous | mike | 2002-04-15 | 1 | -1/+1 |
* | Add support for X/Open. | mike | 2002-04-15 | 1 | -2/+5 |
* | (ab)use unused bits in the pw_fields member of struct passwd to record | des | 2002-04-14 | 1 | -0/+5 |
* | Be more strict about exposing BSD-specific functions when a standard | mike | 2002-04-10 | 1 | -10/+4 |
* | o Move some function prototypes from <string.h> to the newly rewritten | mike | 2002-04-04 | 2 | -35/+52 |
* | Don't clobber headers that we didn't create. | ru | 2002-04-03 | 1 | -6/+1 |
* | Remove the disktab.h include file from the build. | phk | 2002-04-01 | 1 | -1/+1 |
* | This file is entirely bogus. | phk | 2002-04-01 | 1 | -62/+0 |
* | o Implement <sys/_types.h>, a new header for storing types that are | mike | 2002-04-01 | 3 | -18/+49 |
* | Install sys/security/lomac/*.h to /usr/include/security/lomac/. | ru | 2002-03-26 | 1 | -28/+11 |
* | Join continuation lines that fit in 80 columns after removal of __P(()). | bde | 2002-03-26 | 1 | -4/+2 |
* | Fixed some style bugs in the removal of __P(()). Some function parameter | bde | 2002-03-26 | 3 | -7/+5 |
* | Missed a __P in a .x file, remove it anyway | imp | 2002-03-24 | 1 | -1/+1 |