aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map filePeter Wemm2006-03-251-3/+3
* Extended attribute support on write for Linux; FreeBSD hooks areTim Kientzle2006-03-219-23/+140
* Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, dependingRuslan Ermilov2006-03-211-0/+6
* Extend coverage of the MK_IPX build option to the following:Ruslan Ermilov2006-03-201-0/+4
* Convert NO_PROFILE and NO_LIB32 to new style.Ruslan Ermilov2006-03-181-1/+3
* add an entry for ozfod..John-Mark Gurney2006-03-181-0/+1
* fix spelling of ozfod... I've been wondering why we'd need to fill a pageJohn-Mark Gurney2006-03-181-1/+1
* A few minor corrections to the mkuzip.8 man page.Maxim Sobolev2006-03-171-25/+24
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-179-26/+46
* Cross-reference basename(3) and dirname(3).Joseph Koshy2006-03-161-1/+3
* When opening a trace file, open O_NONBLOCK so that ktrace doesn't stallRobert Watson2006-03-141-1/+4
* Update make glue for csup-snap-20060313.Maxime Henrion2006-03-141-0/+1
* Remove non-FreeBSD source from FreeBSD repository.Tim Kientzle2006-03-121-20/+0
* Remove including of libc sources. All the required functionsDaniel Eischen2006-03-101-8/+2
* Remove configure.ac.in and the 'distfile' target fromTim Kientzle2006-03-084-164/+6
* Add a check for Linux' "libacl" library and headers.Tim Kientzle2006-03-071-0/+4
* Change the output of --version to match GNU "gnits" standards.Tim Kientzle2006-03-071-5/+2
* Fix a format mismatch (%d integer format, platform-dependentTim Kientzle2006-03-071-1/+1
* Add an override (DONTSTRIP) so that one can easily install debugableDavid E. O'Brien2006-03-062-0/+14
* Managing login.access is no longer a responsibility of login(1).Yaroslav Tykhiy2006-03-061-10/+6
* Remove the last reference to LOGIN_ACCESS from login(1).Yaroslav Tykhiy2006-03-061-2/+3
* login.access.5 and login_access.c are no longer usedYaroslav Tykhiy2006-03-062-296/+0
* login(1) no longer handles /etc/login.access by itself,Yaroslav Tykhiy2006-03-061-1/+0
* Since the whole login.access feature has moved to PAM,Yaroslav Tykhiy2006-03-061-1/+1
* Reduce number of spaces for full name by four, and reduce paddingRobert Watson2006-03-041-5/+5
* Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we dependMaxime Henrion2006-03-031-1/+2
* Connect csup the build!Maxime Henrion2006-03-031-0/+1
* - Don't put the .h in SRCS.Maxime Henrion2006-03-031-25/+25
* Add make glue for building csup. Not yet connected to the build.Maxime Henrion2006-03-031-0/+35
* Fix the way in which median is calculated. If the data source has evenWojciech A. Koszek2006-02-231-7/+18
* Add myself as a new src commiter:Wojciech A. Koszek2006-02-221-0/+1
* If opendir(".") fails after descending into a subdirectory viaPeter Edwards2006-02-221-1/+2
* Add option -w to specify graph width.Matthew N. Dodd2006-02-221-3/+24
* In wall and who, check that the utmp entry isn't stalled, as it is done in w.Olivier Houchard2006-02-212-3/+36
* Improved description for packet zone statistics.Andre Oppermann2006-02-181-1/+1
* Print statistics on mbuf+clusters in packet zone.Andre Oppermann2006-02-181-0/+4
* Print statistics on jumbo mbuf clusters.Andre Oppermann2006-02-181-2/+72
* Move the "r p d s w" fields to the left to create space for expansion.Bruce Evans2006-02-141-25/+26
* Removed the frobbing of CPU percentages from > 99.9 to 99.9. Rev.1.35Bruce Evans2006-02-141-2/+0
* Fix some minor bugs:Bruce Evans2006-02-141-13/+21
* Reduce the field width by 1 for many numeric fields so that most fieldsBruce Evans2006-02-141-39/+39
* Oops, the "excessive" {} removed in the previous commit was neededBruce Evans2006-02-141-1/+3
* Fixed all (?) bitrot in the comments about the number of columns used byBruce Evans2006-02-141-8/+8
* Fix all (?) cases where the field width of a numeric field was far tooBruce Evans2006-02-141-8/+7
* Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interruptBruce Evans2006-02-141-7/+7
* The change to make column use roundup(x, TAB) rounded things to theDavid Malone2006-02-131-3/+3
* Default number of direct access devices had been changed from three to two.Dmitry Morozovsky2006-02-121-6/+6
* Sort sfbuf allocation counters with other sfbuf information.Robert Watson2006-02-111-13/+9
* Un-#if 0 the printing of allocation failure counts for mbufs, clusters,Robert Watson2006-02-111-2/+0
* Make login audit-enabled, submitting audit records for the login and logoutWayne Salamon2006-02-045-3/+238