aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-06-241-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-243-20/+18
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-242-13/+6
* %.s expects an int as the length specifier, so cast properly.Xin LI2009-06-231-1/+2
* Use strlcpy() instead of manually setting the last byte of the array to \0.Xin LI2009-06-231-8/+4
* Use strlcpy() instead of explicitly set \0 on the tail of the array.Xin LI2009-06-231-2/+1
* Use C99 initialization when necessary; apply static to internal rountines.Xin LI2009-06-231-5/+5
* K&R -> ANSIXin LI2009-06-231-3/+1
* Use getprogname() instead of referencing __progname.Xin LI2009-06-231-3/+2
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-13/+23
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program foundXin LI2009-06-212-1/+359
* Restore the check against running as root that I accidentally removed inBrooks Davis2009-06-201-0/+9
* 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