| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the -z (zero counters) option for the various bpf counters. | Christian S.J. Peron | 2009-06-19 | 2 | -1/+9 |
| * | Two fixes for SMALL case when compiling with WARNS=6: | Xin LI | 2009-06-19 | 1 | -1/+4 |
| * | In preparation for raising NGROUPS and NGROUPS_MAX, change base | Brooks Davis | 2009-06-19 | 3 | -13/+34 |
| * | When checking if we can write to a file, use access() instead of a | Brooks Davis | 2009-06-19 | 1 | -28/+2 |
| * | Since the width is always 2, it is enough to put just one | Hajimu UMEMOTO | 2009-06-18 | 1 | -2/+2 |
| * | Fix column width of weekday names for multibyte locales. | Hajimu UMEMOTO | 2009-06-17 | 1 | -9/+18 |
| * | Add revoke(1). | Ed Schouten | 2009-06-15 | 4 | -0/+123 |
| * | Make the chpass Makefile honour NO_FSCHG. | Ed Schouten | 2009-06-15 | 1 | -3/+4 |
| * | Add volatile to sig_atomic_t where it was missing. | Dag-Erling Smørgrav | 2009-06-14 | 1 | -1/+1 |
| * | Include <sys/module.h> for modfind(). | Ed Schouten | 2009-06-14 | 1 | -0/+1 |
| * | Fix bug in zphys offset calculation I introduced while retyping | Alexander Nedotsukov | 2009-06-09 | 1 | -1/+1 |
| * | Chase ZFS v13 import changes. | Alexander Nedotsukov | 2009-06-09 | 1 | -1/+2 |
| * | Change the behaviour of -F slightly; it now persists (forever) in | Brian Somers | 2009-06-05 | 7 | -107/+144 |
| * | [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not Cali... | Edwin Groothuis | 2009-06-04 | 1 | -1/+1 |
| * | Remove window(1) from the base system. | Ed Schouten | 2009-06-02 | 103 | -16640/+0 |
| * | Add support for the build options that are currently in the port: | Doug Barton | 2009-06-01 | 1 | -0/+5 |
| * | - Add Hungarian catalog | Gabor Kovesdan | 2009-06-01 | 2 | -1/+186 |
| * | Change the "-4" option flag to "-e" since it does not refer to IPv4 | Rick Macklem | 2009-06-01 | 2 | -5/+5 |
| * | Convert the two dimensional array to be malloced and introduce | Bjoern A. Zeeb | 2009-06-01 | 1 | -11/+14 |
| * | Unbreak buildworld. | Marko Zec | 2009-05-31 | 1 | -0/+1 |
| * | rm, find -delete: fix removing symlinks with uchg/uappnd set. | Jilles Tjoelker | 2009-05-30 | 1 | -1/+1 |
| * | Use prototype for usage(). This makes perror(1) WARNS=6 clean. | Xin LI | 2009-05-28 | 1 | -2/+2 |
| * | Correct off-by-one issue in truss(1) which happens when system call number | Xin LI | 2009-05-28 | 9 | -9/+9 |
| * | Update ee(1) in the base system to version 1.5.0. | Ed Schouten | 2009-05-27 | 6 | -7/+9 |
| |\ |
|
| | * | Vendor import of ee 1.4.2.vendor/ee/1.4.2 | Ed Schouten | 2009-05-26 | 17 | -15192/+0 |
| * | | Delete the old USB stack. The new stack has settled in and has all the | Andrew Thompson | 2009-05-27 | 1 | -4/+1 |
| * | | Add support for the arbitrary named jail parameters used by jail_set(2) | Jamie Gritton | 2009-05-27 | 2 | -11/+22 |
| * | | Merge local changes to ee(1) into contrib space. | Ed Schouten | 2009-05-26 | 8 | -6540/+6 |
| * | | Remove unused curses replacement implementation from ee(1) sources. | Ed Schouten | 2009-05-26 | 2 | -3989/+0 |
| * | | Bump the document date to reflect the recent address range enhancements. | Brian Somers | 2009-05-25 | 1 | -1/+1 |
| * | | Fix kdump build when building it by hand. | Ed Schouten | 2009-05-25 | 1 | -1/+1 |
| * | | Add the "-4" option to nfsstat, so that it will reports stats | Rick Macklem | 2009-05-25 | 2 | -7/+369 |
| * | | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. | Brian Somers | 2009-05-25 | 4 | -18/+39 |
| * | | A few more style changes as well as a more broad allowance for | George V. Neville-Neil | 2009-05-20 | 1 | -27/+19 |
| * | | o style.Makefile(5): remove SRCS. | Maxim Konovalov | 2009-05-20 | 1 | -1/+0 |
| * | | Fix a few style(9) nits. | George V. Neville-Neil | 2009-05-19 | 1 | -7/+9 |
| * | | Add a new program, perror, which takes an errno as a command line argument | George V. Neville-Neil | 2009-05-19 | 4 | -0/+133 |
| * | | find: do not silently disable -L when -delete is used | Andriy Gapon | 2009-05-19 | 1 | -5/+5 |
| * | | Reduce diff against my local version: replace malloc+memset() cases to calloc(). | Xin LI | 2009-05-15 | 10 | -22/+12 |
| * | | Fix print_syscall_ret parameter order. | Diomidis Spinellis | 2009-05-13 | 1 | -1/+1 |
| * | | Fix compilation error introduced in r192025. | Diomidis Spinellis | 2009-05-13 | 1 | -1/+2 |
| * | | Add -c option to summarize number of calls, errors, and system time. | Diomidis Spinellis | 2009-05-12 | 13 | -145/+247 |
| * | | Add support for old TTY ioctls to kdump. | Ed Schouten | 2009-05-09 | 1 | -0/+1 |
| * | | Add my birthday | Steven Kreuzer | 2009-05-07 | 1 | -0/+1 |
| * | | Add my birthday to the calendar. | Rene Ladan | 2009-05-05 | 1 | -0/+1 |
| * | | Add myself as a mentee of dwmalone for the committers graph. Also add my | Sean Nicholas Barkas | 2009-05-05 | 1 | -0/+1 |
| * | | Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT. | David E. O'Brien | 2009-05-04 | 2 | -242/+2 |
| |\ \ |
|
| | * | | Virgin import of FILE 3.32vendor/file/3.32 | David E. O'Brien | 2000-11-05 | 129 | -8237/+0 |
| * | | | Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}. | Roman Divacky | 2009-05-02 | 2 | -25/+27 |
| * | | | Fixed multi-byte character support to actually work. | Ruslan Ermilov | 2009-04-30 | 1 | -6/+6 |