| Commit message (Expand) | Author | Age | Files | Lines |
* | Complain if more than one file argument is given to unlink(1) like we did | tjr | 2002-07-12 | 1 | -1/+1 |
* | Don't duplicate the description of the sticky bit that is already | keramida | 2002-07-12 | 1 | -7/+4 |
* | Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0 | bde | 2002-07-11 | 1 | -2/+1 |
* | Set WFORMAT=0, because our compiler currently complains about NULL | sheldonh | 2002-07-11 | 3 | -0/+3 |
* | Don't assume the shell's controlling terminal is attached to file descriptor | tjr | 2002-07-11 | 1 | -8/+27 |
* | Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER; | tjr | 2002-07-11 | 1 | -40/+0 |
* | When growing the job table, don't relocate the jobmru pointer if it's NULL. | tjr | 2002-07-11 | 1 | -1/+2 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 6 | -14/+14 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -1/+1 |
* | Update usage for the addition of -n in rev 1.35 of mv.c. | johan | 2002-07-09 | 2 | -3/+3 |
* | Close file descriptors when [n]>&- and [n]<&- redirections are used. | tjr | 2002-07-09 | 1 | -1/+2 |
* | Print out commands with NTOFD/NFROMFD redirections that close the | tjr | 2002-07-09 | 2 | -2/+8 |
* | Bring back WFORMAT=0. | jmallett | 2002-07-08 | 1 | -0/+1 |
* | - Use (MAXLOGNAME - 1) where UT_NAMESIZE was used to be able to | robert | 2002-07-08 | 2 | -4/+2 |
* | Make printval() take a 'void *' thus negating any assumptions the compiler | jmallett | 2002-07-07 | 1 | -2/+2 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -4/+7 |
* | Don't depend on pollution in <limits.h> for the definition of | mike | 2002-07-05 | 1 | -0/+1 |
* | Fix a memory leak. | maxim | 2002-07-05 | 1 | -0/+1 |
* | mdoc(7) police: a bit of tidying. | ru | 2002-07-04 | 1 | -55/+126 |
* | Fix some low-hanging lint-fruit: endianness and staticness warnings. | markm | 2002-07-03 | 2 | -4/+6 |
* | Fix type-o in last commit in preparation for MFC. | dillon | 2002-07-02 | 1 | -1/+1 |
* | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | ru | 2002-07-02 | 2 | -35/+28 |
* | Remove double #include <sys/cdef.h> and __FBSDID. | dwmalone | 2002-07-01 | 1 | -2/+0 |
* | Put documentation of the -m option's argument in its list tag in the | tjr | 2002-06-30 | 1 | -2/+4 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+4 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 67 | -145/+138 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 34 | -95/+72 |
* | Avoid truncating the pathname to UNIX Domain Sockets with snprintf(), | tjr | 2002-06-29 | 1 | -2/+5 |
* | Check that snprintf() does not truncate the destination pathname when | tjr | 2002-06-29 | 1 | -1/+6 |
* | Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c. | sheldonh | 2002-06-27 | 1 | -1/+3 |
* | Add support for RLIMIT_VMEM. The #ifdef's were already there but getopt() | dillon | 2002-06-26 | 1 | -1/+1 |
* | ln(1)'s symbolic link handling conforms to IEEE Std. 1003.1-2001, note | tjr | 2002-06-25 | 1 | -1/+1 |
* | Correctly mark up the final command line arguments with the Ar macro for | tjr | 2002-06-25 | 1 | -2/+2 |
* | Add a description of the restrictions that red(1) imposes to users, | keramida | 2002-06-24 | 1 | -7/+24 |
* | Don't try to decode old-style options if the argv[1] begins with `-' and the | sobomax | 2002-06-20 | 1 | -10/+28 |
* | Bogusness may have happened using a variable assignment here before, but | jmallett | 2002-06-20 | 1 | -1/+1 |
* | Use size_t consistently and complete some uncompleted code resulting in a | jmallett | 2002-06-20 | 2 | -3/+6 |
* | We have a place for extern declarations of global variables in ed.h, do not | jmallett | 2002-06-20 | 2 | -3/+2 |
* | Remove two unused variables. | jmallett | 2002-06-20 | 1 | -2/+0 |
* | Minor const cleanup. | jmallett | 2002-06-20 | 2 | -4/+4 |
* | Bring documentation on CDPATH and its effects on cd(1) back into sync with | tjr | 2002-06-19 | 1 | -4/+6 |
* | When trying to emulate a cross-device move operation with cp and rm, add | tjr | 2002-06-16 | 1 | -2/+2 |
* | Use an usage() rather than doing the fprintf inside option parsing. | jmallett | 2002-06-14 | 1 | -3/+9 |
* | When -R is not specified, fail to copy the contents of dangling symlinks | tjr | 2002-06-13 | 1 | -3/+11 |
* | Print the "$" symbol on blank lines when the -s and -e options are used | tjr | 2002-06-13 | 1 | -17/+11 |
* | Remove bogus "-" operand from usage message. There is no restriction on | tjr | 2002-06-13 | 1 | -1/+1 |
* | Markup nits: use the Ar macro when describing the -signal_name and | tjr | 2002-06-13 | 1 | -5/+7 |
* | Add examples and diagnostics sections | tjr | 2002-06-13 | 1 | -0/+17 |
* | Support the "--" end of options marker, useful to disambiguate between | tjr | 2002-06-13 | 1 | -1/+4 |
* | Don't list shell builtins when the hash command is used (SUSv3) | tjr | 2002-06-13 | 1 | -1/+2 |