aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-07-061-4/+7
* Don't depend on pollution in <limits.h> for the definition ofMike Barcroft2002-07-051-0/+1
* Fix a memory leak.Maxim Konovalov2002-07-051-0/+1
* mdoc(7) police: a bit of tidying.Ruslan Ermilov2002-07-041-55/+126
* Fix some low-hanging lint-fruit: endianness and staticness warnings.Mark Murray2002-07-032-4/+6
* Fix type-o in last commit in preparation for MFC.Matthew Dillon2002-07-021-1/+1
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.Ruslan Ermilov2002-07-022-35/+28
* Remove double #include <sys/cdef.h> and __FBSDID.David Malone2002-07-011-2/+0
* Put documentation of the -m option's argument in its list tag in theTim J. Robbins2002-06-301-2/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-3067-145/+138
* Consistently use __FBSDIDDavid E. O'Brien2002-06-3034-95/+72
* Avoid truncating the pathname to UNIX Domain Sockets with snprintf(),Tim J. Robbins2002-06-291-2/+5
* Check that snprintf() does not truncate the destination pathname whenTim J. Robbins2002-06-291-1/+6
* Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c.Sheldon Hearn2002-06-271-1/+3
* Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()Matthew Dillon2002-06-261-1/+1
* ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, noteTim J. Robbins2002-06-251-1/+1
* Correctly mark up the final command line arguments with the Ar macro forTim J. Robbins2002-06-251-2/+2
* Add a description of the restrictions that red(1) imposes to users,Giorgos Keramidas2002-06-241-7/+24
* Don't try to decode old-style options if the argv[1] begins with `-' and theMaxim Sobolev2002-06-201-10/+28
* Bogusness may have happened using a variable assignment here before, butJuli Mallett2002-06-201-1/+1
* Use size_t consistently and complete some uncompleted code resulting in aJuli Mallett2002-06-202-3/+6
* We have a place for extern declarations of global variables in ed.h, do notJuli Mallett2002-06-202-3/+2
* Remove two unused variables.Juli Mallett2002-06-201-2/+0
* Minor const cleanup.Juli Mallett2002-06-202-4/+4
* Bring documentation on CDPATH and its effects on cd(1) back into sync withTim J. Robbins2002-06-191-4/+6
* When trying to emulate a cross-device move operation with cp and rm, addTim J. Robbins2002-06-161-2/+2
* Use an usage() rather than doing the fprintf inside option parsing.Juli Mallett2002-06-141-3/+9
* When -R is not specified, fail to copy the contents of dangling symlinksTim J. Robbins2002-06-131-3/+11
* Print the "$" symbol on blank lines when the -s and -e options are usedTim J. Robbins2002-06-131-17/+11
* Remove bogus "-" operand from usage message. There is no restriction onTim J. Robbins2002-06-131-1/+1
* Markup nits: use the Ar macro when describing the -signal_name andTim J. Robbins2002-06-131-5/+7
* Add examples and diagnostics sectionsTim J. Robbins2002-06-131-0/+17
* Support the "--" end of options marker, useful to disambiguate betweenTim J. Robbins2002-06-131-1/+4
* Don't list shell builtins when the hash command is used (SUSv3)Tim J. Robbins2002-06-131-1/+2
* ps(1) appeared in v4Juli Mallett2002-06-101-1/+1
* Sort sections, use Ex macro in Diagnostics section, point out that the firstTim J. Robbins2002-06-101-11/+4
* Add History section. sleep appeared in v4.Tim J. Robbins2002-06-101-0/+5
* Note early appearence of some commands. These actually appeared in PWB, butJuli Mallett2002-06-101-0/+5
* Use socklen_t for the length of a socket structure instead of `int'.Giorgos Keramidas2002-06-091-1/+2
* Replace <strings.h> with <string.h>. No functions from the former areGiorgos Keramidas2002-06-091-1/+1
* Check the return value of getcwd() to avoid printf()ing a NULL. MarkMike Barcroft2002-06-091-4/+5
* Allow whitespace to act as a delimiter in the keywords list given to the -o,Juli Mallett2002-06-082-5/+14
* Fixed unsorting.Bruce Evans2002-06-081-1/+1
* Don't say that the list of formats can be space delimited, it no longer can be.Juli Mallett2002-06-081-2/+5
* Back out previous back out of previously correct code.Juli Mallett2002-06-071-2/+1
* Remove tunables to hide warnings that no longer exist.Juli Mallett2002-06-071-2/+0
* Cast to long to match format. Hidden by revision 1.18 of Makefile.Juli Mallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atJuli Mallett2002-06-063-6/+5
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedJuli Mallett2002-06-064-0/+21