| Commit message (Expand) | Author | Age | Files | Lines |
* | A second attempt to adjust option-parsing on a shell command, for the | gad | 2005-05-16 | 1 | -1/+20 |
* | Add an interface to the lchflags(2) syscall. The new -h option is | dd | 2005-05-14 | 2 | -12/+35 |
* | Define HAVE_STRUCT_UTMP_UT_HOST in order for the REMOTEHOST environment | mp | 2005-05-04 | 1 | -1/+1 |
* | o Typo: s/teminal/terminal/. | maxim | 2005-04-29 | 1 | -1/+1 |
* | Add in FreeBSD specific options for tcsh 6.14. | mp | 2005-04-24 | 1 | -53/+11 |
* | Add the config.h resulting from running the configure script. | mp | 2005-04-24 | 1 | -164/+203 |
* | Add new file (tc.nls.c) to the build. | mp | 2005-04-24 | 1 | -1/+1 |
* | There is no /etc/rc.network anymore. | keramida | 2005-04-17 | 1 | -2/+2 |
* | Various sh(1) enhancements: | keramida | 2005-04-15 | 1 | -10/+83 |
* | Document problems with writing to disks under GEOM. | scottl | 2005-04-07 | 1 | -1/+10 |
* | Add and document the 'jid' keyword for the '-o' option. | pjd | 2005-03-20 | 2 | -1/+4 |
* | Fix bin/pax doesn't wait for compress/gzip before exiting. | obrien | 2005-03-12 | 1 | -4/+6 |
* | Use ``.Pq Ql'' to quote single characters, instead of ``.Pq Li''. | keramida | 2005-03-04 | 1 | -17/+17 |
* | Add a section describing the exit status of the shell. | keramida | 2005-03-04 | 1 | -0/+8 |
* | Wrap BSD r* commands in NO_RCMDS. | trhodes | 2005-03-02 | 1 | -1/+1 |
* | Support \H, \h, \w, \W, \$ string expansion in the prompt. | obrien | 2005-03-01 | 1 | -4/+91 |
* | Fix typo | phantom | 2005-02-27 | 2 | -2/+2 |
* | Fix a few markup nits in previous commit. | trhodes | 2005-02-25 | 2 | -7/+9 |
* | Note how cp(1) handles directories ending in "/." | trhodes | 2005-02-24 | 1 | -1/+5 |
* | Add information on utilities which may or may not be aware of file flags. | trhodes | 2005-02-23 | 1 | -1/+18 |
* | Change /bin/sh so *it* implements the processing needed for scripts to | gad | 2005-02-16 | 1 | -11/+43 |
* | Several improvements to ps.1: | delphij | 2005-02-14 | 1 | -10/+22 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 5 | -6/+6 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 2 | -2/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 15 | -29/+32 |
* | Since it is not un-common for a process's resident set size (rss) | csjp | 2005-02-06 | 1 | -1/+1 |
* | Use LC_MESSAGES locale category instead of value of LANG environment variable | phantom | 2005-02-01 | 2 | -0/+4 |
* | Remove unnecessary SRCS= where could be guessed directly by our | delphij | 2005-01-27 | 1 | -1/+0 |
* | ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, | delphij | 2005-01-27 | 1 | -1/+1 |
* | Don't specify SRCS= when it can be obtained from PROGS= | delphij | 2005-01-27 | 1 | -1/+0 |
* | WARNS?=6 is already in bin/Makefile.inc, so remove this one. | delphij | 2005-01-27 | 1 | -1/+0 |
* | Remove useless errno.h include. | ssouhlal | 2005-01-26 | 1 | -1/+0 |
* | Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.inc | ssouhlal | 2005-01-26 | 1 | -1/+0 |
* | - The first argument of getmode() is a void * | ssouhlal | 2005-01-25 | 2 | -1/+3 |
* | De-kerberize the manpage. | ru | 2005-01-21 | 1 | -24/+3 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 26 | -220/+220 |
* | no need to have break; after return; | charnier | 2005-01-16 | 1 | -1/+1 |
* | Eliminate macro calls inside literal displays. | ru | 2005-01-15 | 1 | -9/+6 |
* | Removed harmful empty lines that crept in during the copyright | ru | 2005-01-13 | 2 | -2/+0 |
* | Don't decend into directories when -d is set and the directory itself doesn't | brian | 2005-01-12 | 3 | -2/+19 |
* | The total sum of blocks for the -l and -s option is printed always, | joerg | 2005-01-11 | 1 | -3/+5 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 92 | -48/+114 |
* | Remove the clause 3, per berkeley and mail from rwatson representing | imp | 2005-01-10 | 1 | -5/+1 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-09 | 4 | -9/+13 |
* | Correct typo. | ceri | 2005-01-04 | 1 | -1/+1 |
* | Remove single line containing the word "KLD" ommitted in ps.1:1.80. | rwatson | 2004-12-22 | 1 | -1/+0 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 2 | -2/+2 |