aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Merge r198118 from head to stable/8:Robert Watson2009-10-181-5/+5
* MFC r197725:Doug Barton2009-10-062-19/+8
* MFC r196652: Fix the problem that the entry broke into two linesHajimu UMEMOTO2009-09-133-12/+24
* MFC r196558: Don't try to mmap the contents of empty files. This behaviourColin Percival2009-08-311-0/+4
* MFC 196399: fstat: fix fsid comparison when executed on systems with 64-bit longAndriy Gapon2009-08-202-2/+2
* MFC calendar.freebsdDima Panov2009-08-151-0/+1
* Merge r196120 from head to stable/8:Robert Watson2009-08-131-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