aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* mdoc(7) police: A better version of the same.Ruslan Ermilov2003-05-162-3/+3
* mdoc(7) police: Fix document date.Ruslan Ermilov2003-05-161-1/+1
* Note that -n and \c are implementation-defined as per TC1 to POSIX 2001.Jens Schweikhardt2003-05-081-2/+11
* df(1) and ls(1) print units in 'four or fewer' not 'three or less'.Tom Rhodes2003-05-062-3/+3
* Centralize _PATH_* definitions.David E. O'Brien2003-05-053-40/+2
* Fix long constant usage for i386.Mark Murray2003-05-031-1/+1
* Fix a broken reference to locale(5) and point to re_format(7) too for anGiorgos Keramidas2003-05-031-2/+3
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-0317-148/+161
* WARNS cleaning for the Alpha. On alpha, size_t is a long, and itMark Murray2003-05-031-13/+17
* Fix a shedload of warnings, some memory leaks and clean up WARNSMark Murray2003-05-031-39/+61
* Fix format warning. This is WARNS=9, std=c99 clean on i386.Mark Murray2003-05-031-1/+1
* Fix warnings. This is now WARNS=9, std=c99 clean in i386.Mark Murray2003-05-031-9/+10
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyDavid E. O'Brien2003-05-021-0/+1
* Make count a size_t as that is what is compared against and how it is used.David E. O'Brien2003-05-021-1/+2
* The is_name and is_in_name macros are FUBAR'ed.David E. O'Brien2003-05-021-0/+2
* fmt.c has a comparison between signed and unsigned that is unclear howDavid E. O'Brien2003-05-021-0/+1
* Quiet warnings about copyright[].David E. O'Brien2003-05-021-2/+2
* Fix signed/unsigned mix comparisons involving sizeof.David E. O'Brien2003-05-023-11/+13
* Quiet warnings about copyright[].David E. O'Brien2003-05-0124-44/+47
* Make GCC 3.3 STFU about copyright[].David E. O'Brien2003-05-011-1/+1
* Add the -j and -y options to the synopsis.Tim J. Robbins2003-05-011-1/+1
* Fix references to non-existing or obsoleted man pages.Jens Schweikhardt2003-04-302-5/+2
* We have to hide copyright[] for gcc33. :-(David E. O'Brien2003-04-301-0/+2
* When mac_from_text() fails with -Z, print "-" rather than "" so thatRobert Watson2003-04-261-1/+1
* Revert the zombie part of previous commitPhilippe Charnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,Philippe Charnier2003-04-141-58/+42
* Include <signal.h> instead of depending on namespace pollution inBruce Evans2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.Bruce Evans2003-04-131-3/+2
* Display residency and sleep times (re and sl fields) larger than 127 as 127.Tim J. Robbins2003-04-123-3/+6
* Refer to 1003.1-2001 in the Standards section now that TC1 allows theTim J. Robbins2003-04-121-4/+4
* Document the -L and -P options as being mutually exclusive.Tim J. Robbins2003-04-121-2/+2
* Document the -L and -P options to the cd and pwd commands as beingTim J. Robbins2003-04-121-3/+3
* Use the correct data type and qualifier for signal flag.Matthew N. Dodd2003-04-072-2/+2
* Add a SIGINFO handler.Matthew N. Dodd2003-04-074-0/+45
* Document how to clear flags with negative-logic, currently onlyJohan Karlsson2003-03-241-4/+9
* The .Nm utilityPhilippe Charnier2003-03-241-2/+3
* Flush the output buffers before forking a child process to avoidTim J. Robbins2003-03-171-0/+1
* ssize_t is not required to be the same width as size_t by theRuslan Ermilov2003-03-151-4/+6
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-152-4/+5
* Add an -o filename option to have the output written to a file.Marcel Moolenaar2003-03-152-6/+22
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray2003-02-278-47/+50
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.Marcel Moolenaar2003-02-243-101/+54
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-31/+22
* Grammar.Ruslan Ermilov2003-02-231-1/+1
* We can simplify this Makefile down to a single line now.David E. O'Brien2003-02-191-4/+0
* Add an example to help one manually set the date on one machine taking the outDavid E. O'Brien2003-02-181-0/+5
* chflags(1) repo copied, usr.bin->bin.David E. O'Brien2003-02-181-0/+1
* Revert ALIGN change for the second and last time. I can't figure outTim J. Robbins2003-02-183-6/+56
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.Tim J. Robbins2003-02-173-56/+6