| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 76 | -1547/+1346 |
* | rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status' | alfred | 2002-03-22 | 1 | -3/+3 |
* | Constify the first arg to callrpc(3). | alfred | 2002-03-22 | 1 | -1/+1 |
* | const poison just like NetBSD. | imp | 2002-03-22 | 1 | -7/+7 |
* | Make user_from_uid and group_from_gid return const char *, just like | imp | 2002-03-22 | 2 | -2/+2 |
* | Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217 | ru | 2002-03-21 | 1 | -0/+2 |
* | Tokens after #endif are not strict ISO. | obrien | 2002-03-13 | 1 | -1/+1 |
* | o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> | mike | 2002-03-10 | 1 | -2/+14 |
* | o Don't require long long support in bswap64() functions. | mike | 2002-03-09 | 1 | -11/+15 |
* | Synch with OpenBSD (style). | green | 2002-03-08 | 1 | -2/+2 |
* | Use a integral type that doesn't require <sys/types.h>. This | mike | 2002-03-08 | 1 | -1/+2 |
* | Rather than include namespace pollution in <grp.h> in order to declare | mike | 2002-02-26 | 1 | -1/+5 |
* | Per POSIX <grp.h> doesn't require <sys/types.h>. | sobomax | 2002-02-25 | 1 | -2/+3 |
* | Backout rev.1.5 - it seems that it's posixly correct that the program | sobomax | 2002-02-25 | 1 | -2/+0 |
* | In rev.1.4 type of (group)->gr_gid was changes from (int) to (gid_t), | sobomax | 2002-02-25 | 1 | -0/+2 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 2 | -10/+20 |
* | Oops, forgot to commit this (s/ucontext_t/struct __ucontext/). | deischen | 2002-02-17 | 1 | -1/+1 |
* | Move user_from_uid to pwd.h | imp | 2002-02-14 | 3 | -2/+3 |
* | Revert 1.29. It breaks the build. Will figure out a better way to do | imp | 2002-02-13 | 1 | -2/+2 |
* | Make the user_from_uid and group_from_gid prototypes match the actual | imp | 2002-02-13 | 1 | -2/+2 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 2 | -24/+24 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 2 | -4/+14 |
* | Move arguments in prototype out of application namespace. | des | 2002-02-05 | 1 | -1/+1 |
* | Makes __istype() an inline (and a non inlined) function to avoid C++ | bbraun | 2002-02-05 | 2 | -4/+14 |
* | Allow ldd(1) be used on shared libraries in addition to executables. | sobomax | 2002-02-04 | 1 | -0/+1 |
* | WARNS-n and lint(1) silencer. Declare (const) strings properly as | markm | 2002-02-03 | 1 | -1/+1 |
* | Change brk's prototype from char *brk(const char *) to int brk(const void *) | dwmalone | 2002-01-24 | 1 | -2/+2 |
* | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | markm | 2002-01-22 | 2 | -3/+4 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -8/+8 |
* | Add support for C++. | mike | 2002-01-06 | 1 | -0/+2 |
* | Fix bugs in the structure for rx_frame by making gap length one byte and | ambrisko | 2001-12-31 | 1 | -1/+1 |
* | Fix support for K&R C. | mike | 2001-12-22 | 2 | -2/+3 |
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 1 | -16/+16 |
* | Install devfs includes. | green | 2001-12-17 | 1 | -1/+1 |
* | Add bmake glue for src/contrib/smbfs and connect userland smbfs | sheldonh | 2001-12-14 | 1 | -0/+7 |
* | * style(9)'ify | phantom | 2001-12-12 | 2 | -8/+8 |
* | Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define. | phantom | 2001-12-11 | 1 | -3/+0 |
* | Add my e-mail to copyrights | phantom | 2001-12-11 | 2 | -2/+2 |
* | An extra #ifdef crept in with rev 1.38. | obrien | 2001-12-05 | 1 | -1/+0 |