summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Include <signal.h> instead of depending on namespace pollution inbde2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.bde2003-04-131-3/+2
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-123-3/+6
* Refer to 1003.1-2001 in the Standards section now that TC1 allows thetjr2003-04-121-4/+4
* Document the -L and -P options as being mutually exclusive.tjr2003-04-121-2/+2
* Document the -L and -P options to the cd and pwd commands as beingtjr2003-04-121-3/+3
* Use the correct data type and qualifier for signal flag.mdodd2003-04-072-2/+2
* Add a SIGINFO handler.mdodd2003-04-074-0/+45
* Document how to clear flags with negative-logic, currently onlyjohan2003-03-241-4/+9
* The .Nm utilitycharnier2003-03-241-2/+3
* Flush the output buffers before forking a child process to avoidtjr2003-03-171-0/+1
* ssize_t is not required to be the same width as size_t by theru2003-03-151-4/+6
* Fixed (soon might be fatal) -Wformat warnings.ru2003-03-152-4/+5
* Add an -o filename option to have the output written to a file.marcel2003-03-152-6/+22
* WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofmarkm2003-02-278-47/+50
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.marcel2003-02-243-101/+54
* mdoc(7) police: markup laundry.ru2003-02-231-31/+22
* Grammar.ru2003-02-231-1/+1
* We can simplify this Makefile down to a single line now.obrien2003-02-191-4/+0
* Add an example to help one manually set the date on one machine taking the outobrien2003-02-181-0/+5
* chflags(1) repo copied, usr.bin->bin.obrien2003-02-181-0/+1
* Revert ALIGN change for the second and last time. I can't figure outtjr2003-02-183-6/+56
* Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.tjr2003-02-173-56/+6
* Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,tjr2003-02-163-4/+54
* Use the ALIGN macro from <sys/param.h> instead of defining our owntjr2003-02-143-54/+4
* Fix slight disorder that broke sorting. Put in bold warning about thesobomax2003-02-051-2/+3
* Add FBSDID.charnier2003-02-051-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according tocharnier2003-02-055-4/+24
* Enclose sccsid according to style(9).charnier2003-02-052-5/+7
* Remove another unused doc Makefile.trhodes2003-02-041-8/+0
* Cross ref chflags(1).trhodes2003-02-041-0/+1
* Improve the layout of the description of the various parameter expansionfanf2003-02-031-0/+2
* Remove now unnecessary main() prototype.mux2003-01-291-1/+0
* Ensure that the TTY file descriptor is greater than or equal to 10 so thattjr2003-01-271-1/+14
* Don't call DIOCWLABEL on disks, it is not implemented, and calling itphk2003-01-261-7/+1
* Make this compile with DEBUG defined now that WARNS=0 has been removedtjr2003-01-213-2/+4
* Reference maclabel(7).chris2003-01-201-1/+3
* kenv(1) has been repo copied from usr.bin to bin.obrien2003-01-201-0/+1
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarjmallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupejmallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.johan2003-01-151-1/+1
* Make the "tarcp" example more direct.obrien2003-01-101-5/+5
* Do not strip CTL* escapes from redirection filenames in exptilde(),tjr2003-01-081-4/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0112-23/+23
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-240/+240
* Back out rev 1.44; getbsize(3)'s original interface has been restored.mike2002-12-301-4/+3
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerrwatson2002-12-305-20/+49
OpenPOWER on IntegriCloud