aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 filesXin LI2009-11-091-5/+14
* Use a safety belt for cases where corrupted narg can be passed to theAttilio Rao2009-11-071-1/+1
* Static'ify signal handler which is not called from outside.Xin LI2009-11-031-1/+1
* Use our canonical .Dd format.Christian Brueffer2009-11-021-1/+1
* When reading input from a file or device (via -f option) set theKirk McKusick2009-10-301-0/+1
* Add notes pointing out that bsdiff does not store file hashes andColin Percival2009-10-302-0/+40
* When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU countsJohn Baldwin2009-10-291-0/+81
* Reset UPTODATE gnodes after remaking makefiles when makeMax Khon2009-10-181-15/+21
* Exit with non-zero error code in case of errorsMax Khon2009-10-181-0/+2
* - If lstat()/stat() fails with an error other than ENOENT, don't ignoreJaakko Heinonen2009-10-161-4/+11
* Print routing statistics as unsigned short rather than unsigned int,Robert Watson2009-10-151-5/+5
* - Catch SIGHUP to perform cleanup before exiting.Jaakko Heinonen2009-10-112-4/+8
* Add the comment "(FreeBSD only)" to the altmonth_x keywordsEdwin Groothuis2009-10-071-12/+12
* Belatedly add my calendar entry.Benedict Reuschling2009-10-051-0/+1
* netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were requiredRobert Watson2009-10-053-7/+26
* Backout changes for c_fmt, x_fmt and X_fmt, they were coming fromEdwin Groothuis2009-10-051-3/+0
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.Edwin Groothuis2009-10-052-8/+40
* The 6bone was decommissioned on 6/6/06, so remove references to it.Doug Barton2009-10-032-19/+8
* Use %zu for size_t, not %zd.Ed Maste2009-09-231-3/+3
* In netstat -x, do not try to print out tcp timer status for udp sockets.Mike Silbersack2009-09-231-8/+10
* Update find(1) man page for -L/-delete interaction.Jilles Tjoelker2009-09-201-1/+2
* IEEE Std 1003.1, 2004 Edition states:Diomidis Spinellis2009-09-201-2/+1
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationDiomidis Spinellis2009-09-201-9/+12
* Allow [ to be used as a delimiter.Diomidis Spinellis2009-09-201-1/+1
* Add the ability to see TCP timers via netstat -x. This can be a usefulMike Silbersack2009-09-162-7/+20
* Add C/c/f/p/v switches plus a bunch of minor fixes and cleanups.Roman Divacky2009-09-082-42/+265
* Constify format string pointer, otherwise this would trigger warning whenXin LI2009-09-081-1/+1
* Make sure to use up-to-date libarchive header files from source tree whenPawel Jakub Dawidek2009-09-071-1/+1
* Add NFSv4 ACL support to find(1).Edward Tomasz Napierala2009-09-041-25/+35
* Remove single occurance of HAS_CTYPE ifdef, ctype functionsAndrey A. Chernov2009-09-041-1/+1
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-033-0/+47
* Fix the problem that the entry broke into two lines with multi-byteHajimu UMEMOTO2009-08-303-12/+24
* Don't try to mmap the contents of empty files. This behaviour was harmlessColin Percival2009-08-261-0/+4
* fstat: fix fsid comparison when executed on systems with 64-bit longAndriy Gapon2009-08-202-2/+2
* Add my birthdayDima Panov2009-08-151-0/+1
* Update procstat(1) for the fact that devfs paths are no longer unsupported.Robert Watson2009-08-121-4/+2
* Correct a stack underflow in gzip:Xin LI2009-07-311-1/+5
* Update less to v436. This is considered as a bugfix release from vendor.Xin LI2009-07-291-4/+5
* Introduce a new sysctl process mib, kern.proc.groups which adds theBrooks Davis2009-07-241-2/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-0/+3
* Move the check to ensure the locate database has the minimum required sizeJohn Baldwin2009-07-242-3/+2
* - Add my birthdayYi-Jheng Lin2009-07-211-0/+1
* Remove no longer needed #include after removing the legacyBjoern A. Zeeb2009-07-181-1/+0
* Make mklocale work again, now that fwrite()'s return codes are different.Ed Schouten2009-07-141-2/+2
* Add manual page links to advertise procstat(1) a little better.Edward Tomasz Napierala2009-07-093-3/+6
* Fix some uninitialise variables.Brian Somers2009-07-081-4/+4
* This addresses some issues with my earlier -R fix thatTim Kientzle2009-07-062-66/+74
* This fixes bsdcpio's -R option to accept numericTim Kientzle2009-07-032-20/+50
* Support shadow.byname and shadow.byuid maps, protecting them byBrian Somers2009-06-253-0/+3
* Sync with NetBSD:Xin LI2009-06-243-10/+10