summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Implement the -z (zero counters) option for the various bpf counters.Christian S.J. Peron2009-06-192-1/+9
* Two fixes for SMALL case when compiling with WARNS=6:Xin LI2009-06-191-1/+4
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-193-13/+34
* When checking if we can write to a file, use access() instead of aBrooks Davis2009-06-191-28/+2
* Since the width is always 2, it is enough to put just oneHajimu UMEMOTO2009-06-181-2/+2
* Fix column width of weekday names for multibyte locales.Hajimu UMEMOTO2009-06-171-9/+18
* Add revoke(1).Ed Schouten2009-06-154-0/+123
* Make the chpass Makefile honour NO_FSCHG.Ed Schouten2009-06-151-3/+4
* Add volatile to sig_atomic_t where it was missing.Dag-Erling Smørgrav2009-06-141-1/+1
* Include <sys/module.h> for modfind().Ed Schouten2009-06-141-0/+1
* Fix bug in zphys offset calculation I introduced while retypingAlexander Nedotsukov2009-06-091-1/+1
* Chase ZFS v13 import changes.Alexander Nedotsukov2009-06-091-1/+2
* Change the behaviour of -F slightly; it now persists (forever) inBrian Somers2009-06-057-107/+144
* [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not Cali...Edwin Groothuis2009-06-041-1/+1
* Remove window(1) from the base system.Ed Schouten2009-06-02103-16640/+0
* Add support for the build options that are currently in the port:Doug Barton2009-06-011-0/+5
* - Add Hungarian catalogGabor Kovesdan2009-06-012-1/+186
* Change the "-4" option flag to "-e" since it does not refer to IPv4Rick Macklem2009-06-012-5/+5
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-11/+14
* Unbreak buildworld.Marko Zec2009-05-311-0/+1
* rm, find -delete: fix removing symlinks with uchg/uappnd set.Jilles Tjoelker2009-05-301-1/+1
* Use prototype for usage(). This makes perror(1) WARNS=6 clean.Xin LI2009-05-281-2/+2
* Correct off-by-one issue in truss(1) which happens when system call numberXin LI2009-05-289-9/+9
* Update ee(1) in the base system to version 1.5.0.Ed Schouten2009-05-276-7/+9
|\
| * Vendor import of ee 1.4.2.vendor/ee/1.4.2Ed Schouten2009-05-2617-15192/+0
* | Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-4/+1
* | Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-272-11/+22
* | Merge local changes to ee(1) into contrib space.Ed Schouten2009-05-268-6540/+6
* | Remove unused curses replacement implementation from ee(1) sources.Ed Schouten2009-05-262-3989/+0
* | Bump the document date to reflect the recent address range enhancements.Brian Somers2009-05-251-1/+1
* | Fix kdump build when building it by hand.Ed Schouten2009-05-251-1/+1
* | Add the "-4" option to nfsstat, so that it will reports statsRick Macklem2009-05-252-7/+369
* | Implement "addr1,+N" ranges - not dissimilar to grep's -A switch.Brian Somers2009-05-254-18/+39
* | A few more style changes as well as a more broad allowance forGeorge V. Neville-Neil2009-05-201-27/+19
* | o style.Makefile(5): remove SRCS.Maxim Konovalov2009-05-201-1/+0
* | Fix a few style(9) nits.George V. Neville-Neil2009-05-191-7/+9
* | Add a new program, perror, which takes an errno as a command line argumentGeorge V. Neville-Neil2009-05-194-0/+133
* | find: do not silently disable -L when -delete is usedAndriy Gapon2009-05-191-5/+5
* | Reduce diff against my local version: replace malloc+memset() cases to calloc().Xin LI2009-05-1510-22/+12
* | Fix print_syscall_ret parameter order.Diomidis Spinellis2009-05-131-1/+1
* | Fix compilation error introduced in r192025.Diomidis Spinellis2009-05-131-1/+2
* | Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-1213-145/+247
* | Add support for old TTY ioctls to kdump.Ed Schouten2009-05-091-0/+1
* | Add my birthdaySteven Kreuzer2009-05-071-0/+1
* | Add my birthday to the calendar.Rene Ladan2009-05-051-0/+1
* | Add myself as a mentee of dwmalone for the committers graph. Also add mySean Nicholas Barkas2009-05-051-0/+1
* | Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.David E. O'Brien2009-05-042-242/+2
|\ \
| * | Virgin import of FILE 3.32vendor/file/3.32David E. O'Brien2000-11-05129-8237/+0
* | | Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}.Roman Divacky2009-05-022-25/+27
* | | Fixed multi-byte character support to actually work.Ruslan Ermilov2009-04-301-6/+6