| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply the following mechanical transformations in preparation for | Dag-Erling Smørgrav | 2002-02-06 | 2 | -24/+24 |
| * | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | Alfred Perlstein | 2002-02-05 | 2 | -4/+14 |
| * | Move arguments in prototype out of application namespace. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -1/+1 |
| * | Makes __istype() an inline (and a non inlined) function to avoid C++ | Rob Braun | 2002-02-05 | 2 | -4/+14 |
| * | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -0/+1 |
| * | WARNS-n and lint(1) silencer. Declare (const) strings properly as | Mark Murray | 2002-02-03 | 1 | -1/+1 |
| * | Change brk's prototype from char *brk(const char *) to int brk(const void *) | David Malone | 2002-01-24 | 1 | -2/+2 |
| * | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | Mark Murray | 2002-01-22 | 2 | -3/+4 |
| * | I've been meaning to do this for a while. Add an underscore to the | Matthew Dillon | 2002-01-19 | 1 | -8/+8 |
| * | Add support for C++. | Mike Barcroft | 2002-01-06 | 1 | -0/+2 |
| * | Fix bugs in the structure for rx_frame by making gap length one byte and | Doug Ambrisko | 2001-12-31 | 1 | -1/+1 |
| * | Fix support for K&R C. | Mike Barcroft | 2001-12-22 | 2 | -2/+3 |
| * | FILES support for bsd.prog.mk. See bsd.README for details. | Ruslan Ermilov | 2001-12-17 | 1 | -16/+16 |
| * | Install devfs includes. | Brian Feldman | 2001-12-17 | 1 | -1/+1 |
| * | Add bmake glue for src/contrib/smbfs and connect userland smbfs | Sheldon Hearn | 2001-12-14 | 1 | -0/+7 |
| * | * style(9)'ify | Alexey Zelkin | 2001-12-12 | 2 | -8/+8 |
| * | Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define. | Alexey Zelkin | 2001-12-11 | 1 | -3/+0 |
| * | Add my e-mail to copyrights | Alexey Zelkin | 2001-12-11 | 2 | -2/+2 |
| * | An extra #ifdef crept in with rev 1.38. | David E. O'Brien | 2001-12-05 | 1 | -1/+0 |
| * | Turn back on fmtcheck's attribute checks, guarded for non-GCC compilers. | David E. O'Brien | 2001-12-04 | 1 | -1/+7 |
| * | Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype. | David E. O'Brien | 2001-12-04 | 1 | -2/+1 |
| * | Merge from master (crypto) telnet. WARNS fixes for alpha. | Mark Murray | 2001-12-03 | 1 | -6/+6 |
| * | Add a missing underscore. | Mike Barcroft | 2001-12-01 | 1 | -1/+1 |
| * | o Stop abusing MD headers with non-MD types. | Mike Barcroft | 2001-12-01 | 1 | -9/+49 |
| * | o Improve consistency of style by fixing tabs around _PATH_AUTHCONF. | Robert Watson | 2001-11-30 | 1 | -1/+1 |
| * | o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the system | Robert Watson | 2001-11-30 | 1 | -0/+2 |
| * | Oops, actually fix the namespace pollution for atoll() as the previous | Bruce Evans | 2001-11-29 | 1 | -4/+4 |
| * | Fixed namespace pollution and/or breakage of K&R and C90 support related to | Bruce Evans | 2001-11-28 | 1 | -16/+21 |
| * | Fixed namespace pollution in previous commit. The C99 function | Bruce Evans | 2001-11-28 | 1 | -1/+1 |
| * | Whitespace formatting | Andrey A. Chernov | 2001-11-28 | 1 | -1/+2 |
| * | Fix just added atoll prototype | Andrey A. Chernov | 2001-11-28 | 1 | -1/+1 |
| * | Add atoll(3) to conform POSIX and C99 | Andrey A. Chernov | 2001-11-28 | 1 | -0/+1 |
| * | Add strerror_r function per Posix prototype. | Wes Peters | 2001-11-27 | 1 | -0/+1 |
| * | Introduce readpassphrase(3), a superset of getpass(3). This | Brian Feldman | 2001-11-20 | 2 | -1/+48 |
| * | Install LOMAC includes from the new directory. | Brian Feldman | 2001-11-20 | 1 | -2/+2 |
| * | Use fixed-size fields in the structure for the timed protocol. This | John Baldwin | 2001-11-20 | 1 | -4/+9 |
| * | Install LOMAC public headers. | Brian Feldman | 2001-11-19 | 1 | -0/+5 |
| * | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | Mike Barcroft | 2001-11-15 | 2 | -2/+15 |
| * | NFS split forgot to prototype nfsclnt() syscall, do it. | Alfred Perlstein | 2001-11-13 | 1 | -0/+1 |
| * | - Put missing prototype for rcmd() in <unistd.h>. | Ruslan Ermilov | 2001-11-09 | 1 | -0/+2 |
| * | Traditionally work in the -traditional case. | David E. O'Brien | 2001-11-07 | 1 | -0/+4 |
| * | Remove FreeBSD/vax and FreeBSD/tahoe support. | Peter Wemm | 2001-11-03 | 1 | -17/+1 |
| * | o Add new header <sys/stdint.h>. | Mike Barcroft | 2001-11-02 | 2 | -2/+56 |
| * | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | Matthew Dillon | 2001-10-28 | 1 | -0/+4 |
| * | Make the protocol/dumprestore.h header match restore's idea of the dump | Matthew Dillon | 2001-10-28 | 1 | -2/+4 |
| * | Add routines to convert time_t to/from fixed-bit fields. These routines | Matthew Dillon | 2001-10-28 | 1 | -0/+7 |
| * | ll_time and ut_time are int32_t on disk and have to remain that way | Peter Wemm | 2001-10-27 | 1 | -2/+2 |
| * | Restore K&R prototype. Fix other style bugs. | Mike Barcroft | 2001-10-27 | 1 | -8/+9 |
| * | Diff-reduce these two. | Mark Murray | 2001-10-27 | 1 | -2/+3 |
| * | Resume deorbit burn sequence for <malloc.h>. Inspection of my make logs | Garrett Wollman | 2001-10-25 | 1 | -5/+2 |