summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Revert previous delta, which is not required with rev 1.5 ofsheldonh2002-07-153-3/+0
* Fix a couple of typos in a comment.keramida2002-07-152-3/+3
* Complain if more than one file argument is given to unlink(1) like we didtjr2002-07-121-1/+1
* Don't duplicate the description of the sticky bit that is alreadykeramida2002-07-121-7/+4
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0bde2002-07-111-2/+1
* Set WFORMAT=0, because our compiler currently complains about NULLsheldonh2002-07-113-0/+3
* Don't assume the shell's controlling terminal is attached to file descriptortjr2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;tjr2002-07-111-40/+0
* When growing the job table, don't relocate the jobmru pointer if it's NULL.tjr2002-07-111-1/+2
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-106-14/+14
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Update usage for the addition of -n in rev 1.35 of mv.c.johan2002-07-092-3/+3
* Close file descriptors when [n]>&- and [n]<&- redirections are used.tjr2002-07-091-1/+2
* Print out commands with NTOFD/NFROMFD redirections that close thetjr2002-07-092-2/+8
* Bring back WFORMAT=0.jmallett2002-07-081-0/+1
* - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able torobert2002-07-082-4/+2
* Make printval() take a 'void *' thus negating any assumptions the compilerjmallett2002-07-071-2/+2
* The .Nm utilitycharnier2002-07-061-4/+7
* Don't depend on pollution in <limits.h> for the definition ofmike2002-07-051-0/+1
* Fix a memory leak.maxim2002-07-051-0/+1
* mdoc(7) police: a bit of tidying.ru2002-07-041-55/+126
* Fix some low-hanging lint-fruit: endianness and staticness warnings.markm2002-07-032-4/+6
* Fix type-o in last commit in preparation for MFC.dillon2002-07-021-1/+1
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-022-35/+28
* Remove double #include <sys/cdef.h> and __FBSDID.dwmalone2002-07-011-2/+0
* Put documentation of the -m option's argument in its list tag in thetjr2002-06-301-2/+4
* Consistently use FBSDIDobrien2002-06-301-2/+4
* Consistently use FBSDIDobrien2002-06-3067-145/+138
* Consistently use __FBSDIDobrien2002-06-3034-95/+72
* Avoid truncating the pathname to UNIX Domain Sockets with snprintf(),tjr2002-06-291-2/+5
* Check that snprintf() does not truncate the destination pathname whentjr2002-06-291-1/+6
* Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c.sheldonh2002-06-271-1/+3
* Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt()dillon2002-06-261-1/+1
* ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, notetjr2002-06-251-1/+1
* Correctly mark up the final command line arguments with the Ar macro fortjr2002-06-251-2/+2
* Add a description of the restrictions that red(1) imposes to users,keramida2002-06-241-7/+24
* Don't try to decode old-style options if the argv[1] begins with `-' and thesobomax2002-06-201-10/+28
* Bogusness may have happened using a variable assignment here before, butjmallett2002-06-201-1/+1
* Use size_t consistently and complete some uncompleted code resulting in ajmallett2002-06-202-3/+6
* We have a place for extern declarations of global variables in ed.h, do notjmallett2002-06-202-3/+2
* Remove two unused variables.jmallett2002-06-201-2/+0
* Minor const cleanup.jmallett2002-06-202-4/+4
* Bring documentation on CDPATH and its effects on cd(1) back into sync withtjr2002-06-191-4/+6
* When trying to emulate a cross-device move operation with cp and rm, addtjr2002-06-161-2/+2
* Use an usage() rather than doing the fprintf inside option parsing.jmallett2002-06-141-3/+9
* When -R is not specified, fail to copy the contents of dangling symlinkstjr2002-06-131-3/+11
* Print the "$" symbol on blank lines when the -s and -e options are usedtjr2002-06-131-17/+11
* Remove bogus "-" operand from usage message. There is no restriction ontjr2002-06-131-1/+1
* Markup nits: use the Ar macro when describing the -signal_name andtjr2002-06-131-5/+7
* Add examples and diagnostics sectionstjr2002-06-131-0/+17
OpenPOWER on IntegriCloud