summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer needed #include after removing the legacybz2009-07-181-1/+0
* Make mklocale work again, now that fwrite()'s return codes are different.ed2009-07-141-2/+2
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-093-3/+6
* Fix some uninitialise variables.brian2009-07-081-4/+4
* This addresses some issues with my earlier -R fix thatkientzle2009-07-062-66/+74
* This fixes bsdcpio's -R option to accept numerickientzle2009-07-032-20/+50
* Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-253-0/+3
* Sync with NetBSD:delphij2009-06-243-10/+10
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-1/+1
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-243-20/+18
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-242-13/+6
* %.s expects an int as the length specifier, so cast properly.delphij2009-06-231-1/+2
* Use strlcpy() instead of manually setting the last byte of the array to \0.delphij2009-06-231-8/+4
* Use strlcpy() instead of explicitly set \0 on the tail of the array.delphij2009-06-231-2/+1
* Use C99 initialization when necessary; apply static to internal rountines.delphij2009-06-231-5/+5
* K&R -> ANSIdelphij2009-06-231-3/+1
* Use getprogname() instead of referencing __progname.delphij2009-06-231-3/+2
* Usermode portion of the support for swap allocation accounting:kib2009-06-231-13/+23
* Add support for uncompressing pack(1)'ed files. Pack(1) is a program founddelphij2009-06-212-1/+359
* Restore the check against running as root that I accidentally removed inbrooks2009-06-201-0/+9
* Implement the -z (zero counters) option for the various bpf counters.csjp2009-06-192-1/+9
* Two fixes for SMALL case when compiling with WARNS=6:delphij2009-06-191-1/+4
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-193-13/+34
* When checking if we can write to a file, use access() instead of abrooks2009-06-191-28/+2
* Since the width is always 2, it is enough to put just oneume2009-06-181-2/+2
* Fix column width of weekday names for multibyte locales.ume2009-06-171-9/+18
* Add revoke(1).ed2009-06-154-0/+123
* Make the chpass Makefile honour NO_FSCHG.ed2009-06-151-3/+4
* Add volatile to sig_atomic_t where it was missing.des2009-06-141-1/+1
* Include <sys/module.h> for modfind().ed2009-06-141-0/+1
* Fix bug in zphys offset calculation I introduced while retypingbland2009-06-091-1/+1
* Chase ZFS v13 import changes.bland2009-06-091-1/+2
* Change the behaviour of -F slightly; it now persists (forever) inbrian2009-06-057-107/+144
* [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not Cali...edwin2009-06-041-1/+1
* Remove window(1) from the base system.ed2009-06-02103-16640/+0
* Add support for the build options that are currently in the port:dougb2009-06-011-0/+5
* - Add Hungarian cataloggabor2009-06-012-1/+186
* Change the "-4" option flag to "-e" since it does not refer to IPv4rmacklem2009-06-012-5/+5
* Convert the two dimensional array to be malloced and introducebz2009-06-011-11/+14
* Unbreak buildworld.zec2009-05-311-0/+1
* rm, find -delete: fix removing symlinks with uchg/uappnd set.jilles2009-05-301-1/+1
* Use prototype for usage(). This makes perror(1) WARNS=6 clean.delphij2009-05-281-2/+2
* Correct off-by-one issue in truss(1) which happens when system call numberdelphij2009-05-289-9/+9
* Update ee(1) in the base system to version 1.5.0.ed2009-05-276-7/+9
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-271-4/+1
* Add support for the arbitrary named jail parameters used by jail_set(2)jamie2009-05-272-11/+22
* Merge local changes to ee(1) into contrib space.ed2009-05-268-6540/+6
* Remove unused curses replacement implementation from ee(1) sources.ed2009-05-262-3989/+0
* Bump the document date to reflect the recent address range enhancements.brian2009-05-251-1/+1
* Fix kdump build when building it by hand.ed2009-05-251-1/+1
OpenPOWER on IntegriCloud