aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64,Tim J. Robbins2003-02-163-4/+54
* Use the ALIGN macro from <sys/param.h> instead of defining our ownTim J. Robbins2003-02-143-54/+4
* Fix slight disorder that broke sorting. Put in bold warning about theMaxim Sobolev2003-02-051-2/+3
* Add FBSDID.Philippe Charnier2003-02-051-1/+3
* Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according toPhilippe Charnier2003-02-055-4/+24
* Enclose sccsid according to style(9).Philippe Charnier2003-02-052-5/+7
* Remove another unused doc Makefile.Tom Rhodes2003-02-041-8/+0
* Cross ref chflags(1).Tom Rhodes2003-02-041-0/+1
* Improve the layout of the description of the various parameter expansionTony Finch2003-02-031-0/+2
* Remove now unnecessary main() prototype.Maxime Henrion2003-01-291-1/+0
* Ensure that the TTY file descriptor is greater than or equal to 10 so thatTim J. Robbins2003-01-271-1/+14
* Don't call DIOCWLABEL on disks, it is not implemented, and calling itPoul-Henning Kamp2003-01-261-7/+1
* Make this compile with DEBUG defined now that WARNS=0 has been removedTim J. Robbins2003-01-213-2/+4
* Reference maclabel(7).Chris Costello2003-01-201-1/+3
* kenv(1) has been repo copied from usr.bin to bin.David E. O'Brien2003-01-201-0/+1
* Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similarJuli Mallett2003-01-194-11/+19
* When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupeJuli Mallett2003-01-193-16/+39
* Refer to the process label as proclabel, as there is a function called label,Juli Mallett2003-01-181-10/+10
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.Johan Karlsson2003-01-151-1/+1
* Make the "tarcp" example more direct.David E. O'Brien2003-01-101-5/+5
* Do not strip CTL* escapes from redirection filenames in exptilde(),Tim J. Robbins2003-01-081-4/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-0112-23/+23
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-302-240/+240
* Back out rev 1.44; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-4/+3
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerRobert Watson2002-12-305-20/+49
* Add the "wordexp" shell built-in command which will be used to implementTim J. Robbins2002-12-263-0/+24
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
* mdoc(7) police: markup nit.Ruslan Ermilov2002-12-231-1/+1
* Use '\033' rather than '\e' as the latter is a gccism.David Malone2002-12-221-1/+1
* pathconf() and acl_get_file() follow links so they cannot be used toTim J. Robbins2002-12-191-0/+8
* Improve handling of symlink targets when listing MAC labels: don'tRobert Watson2002-12-181-6/+13
* Remove undocumented behavior (return current work dir if no pathJohan Karlsson2002-12-181-5/+2