aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed missing dependency.Ruslan Ermilov2009-04-301-1/+1
* | | Report the next directory being scanned when a ^T is pressed (or anyWarner Losh2009-04-301-0/+15
* | | Add MLDv2 statistic IDs to netstat for IPv6 stack.Bruce M Simpson2009-04-291-3/+3
* | | Couple of changes based on feedbackRoman Divacky2009-04-211-4/+7
* | | Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.Bruce M Simpson2009-04-211-0/+3
* | | Implement highlighting of today in month view of cal/ncal just likeRoman Divacky2009-04-202-14/+82
* | | Pass int arguments to auditon(2)'s A_GETCOND API rather than longRobert Watson2009-04-191-6/+6
* | | When compiled for the release crunches, be a bitTim Kientzle2009-04-192-9/+37
* | | Make -lcrypto usage dependent on whether or not we're building with OpenSSL.Tim Kientzle2009-04-182-2/+9
* | | Merge from libarchive.googlecode.com:Tim Kientzle2009-04-1728-153/+788
* | | Merge remaining changes from libarchive.googlecode.com:Tim Kientzle2009-04-176-42/+150
* | | Set options before opening the archive.Tim Kientzle2009-04-171-7/+10
* | | Minor portability improvement in calls to ctype.h macros.Tim Kientzle2009-04-171-2/+2
* | | Merge from libarchive.googlecode.com: Numerous Windows-specific build tweaks.Tim Kientzle2009-04-1710-52/+58
* | | Don't exit until all truss children were exit.Xin LI2009-04-131-4/+10
* | | Correct a bug where pr_data should have been assigned.Xin LI2009-04-131-4/+4
* | | Avoid infinite loops when remaking makefiles not onlyMax Khon2009-04-074-41/+26
* | | Fixup the parameters to audit_submit(3) the order is errno then returnChristian S.J. Peron2009-04-041-7/+7
* | | Signed/unsigned fixes, should be WARNS=2 clean now.Xin LI2009-04-021-3/+3
* | | Don't crash when we have an invalid count number.Xin LI2009-04-021-0/+2
* | | Fix punctuation.Tom Rhodes2009-04-011-1/+1
* | | Don't strip TTY device name to the last '/'.Ed Schouten2009-03-271-2/+2