Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take out 0201-0207 range - those characters abused by sh | ache | 1996-08-12 | 2 | -5/+6 |
| | |||||
* | Convert to newly added collate compare function | ache | 1996-08-12 | 1 | -36/+4 |
| | |||||
* | Convert to newly added collate compare function | ache | 1996-08-12 | 1 | -40/+4 |
| | |||||
* | Simplify expression | ache | 1996-08-12 | 1 | -2/+2 |
| | |||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -3/+37 |
| | |||||
* | Fix unsetenv of locale variable | ache | 1996-08-11 | 1 | -5/+5 |
| | |||||
* | Localize it | ache | 1996-08-11 | 4 | -12/+96 |
| | |||||
* | Pick collate info for RE character ranges | ache | 1996-08-11 | 1 | -2/+2 |
| | |||||
* | Localize it | ache | 1996-08-11 | 2 | -12/+14 |
| | | | | 8bit cleanup | ||||
* | chmod(2) directories once only (was twice) | adam | 1996-08-10 | 1 | -6/+5 |
| | |||||
* | Updated to match kernel changes for timer/run queue. | dg | 1996-07-31 | 1 | -2/+2 |
| | |||||
* | add a reference to killall(1) | wosch | 1996-07-03 | 1 | -1/+2 |
| | |||||
* | The default swap device is /dev/drum, not /dev/swap | mpp | 1996-07-03 | 1 | -2/+2 |
| | | | | | | as ps.1 states. Submitted by: Zahemszhky Gabor <zgabor@code.hu> | ||||
* | Fix some minor formatting problems in some examples. | mpp | 1996-07-03 | 1 | -3/+3 |
| | | | | Obtained from: Partially obtained from NetBSD-bugs mailing list | ||||
* | Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-) | peter | 1996-06-29 | 1 | -3/+4 |
| | | | | Pointed out by: bde | ||||
* | Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking the | peter | 1996-06-29 | 1 | -2/+2 |
| | | | | | vm_rssize (in pages, not bytes), then dividing (bogusly) by the page size, then using that as a fraction of the total pages. | ||||
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 3 | -9/+9 |
| | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | Add a better TEST script. I was surprised how much can be wrong | wosch | 1996-06-19 | 2 | -0/+133 |
| | | | | with program test(1) or builtin test(1). | ||||
* | Backup yacc changes. | phk | 1996-06-02 | 2 | -5/+4 |
| | |||||
* | Backout yacc changes | phk | 1996-06-02 | 1 | -2/+6 |
| | |||||
* | Use new yacc rules. (I'm fixing the tree as fast as I can :-) | phk | 1996-05-30 | 2 | -6/+7 |
| | |||||
* | Use default yacc rule. | phk | 1996-05-30 | 1 | -7/+3 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r15920, | peter | 1996-05-27 | 3 | -0/+168 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import the 4.4BSD-Lite2 /bin/sh sources | peter | 1996-05-27 | 66 | -1222/+2226 |
| | | | | | | | | | | | | | | | | Requested by: joerg (Note, this is mostly going to be conflicts, which is expected. Our entire sh source has a mainline, so this should not change anything except for a few new files appearing. I dont think they are a problem) | ||||
* | | Nuke the undocumented -F flag, since it doesn't do anything anymore. | peter | 1996-05-24 | 1 | -9/+6 |
| | | | | | | | | | | It used to allow root to hard-link directories (and screw up programs that expexted the ".." entry to point to the parent dir) | ||||
* | | Output line count to stdout. Complies to POSIX.2. | tg | 1996-05-23 | 1 | -3/+3 |
| | | | | | | | | Reviewed by: joerg | ||||
* | | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -2/+2 |
| | | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root | ||||
* | | CLSIZE -> getpagesize() | phk | 1996-05-02 | 1 | -2/+2 |
| | | |||||
* | | Replace NBPG with getpagesize() | phk | 1996-05-02 | 1 | -3/+3 |
| | | |||||
* | | Fix up the badly out of date struct proc's p_flags. | smpatel | 1996-04-19 | 1 | -39/+22 |
| | | | | | | | | Flags aren't printed in hexadecimal, as documented. | ||||
* | | Correct some cross references and some path names. | mpp | 1996-04-06 | 2 | -4/+4 |
| | | |||||
* | | For nonexisten time use proper diagnostic instead of bad format and usage | ache | 1996-04-06 | 1 | -2/+2 |
| | | |||||
* | | Use unsigned char for isprint | ache | 1996-03-31 | 1 | -2/+2 |
| | | |||||
* | | Fixed typo. | bde | 1996-03-31 | 1 | -2/+2 |
| | | | | | | | | Reported by: andreas@knobel.gun.de | ||||
* | | Fix 'stutter' in manpage. | nate | 1996-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The man page for date(1) talks about "a a" maximum, not just "a" maximum. Submitted by: Simon Burge <simonb@telstra.com.au> via NetBSD GNATS | ||||
* | | err() --> errx() for non-errno related failures. | joerg | 1996-03-11 | 1 | -3/+3 |
| | | |||||
* | | Option -f implemented (remove + create) | wosch | 1996-03-08 | 4 | -17/+37 |
| | | | | | | | | | | | | | | | | | | option -f and -i are exclusive respond `Y' is equal to `y' fix usage string remove isatty(3) check Reviewed by: pst | ||||
* | | fix usage string | wosch | 1996-03-07 | 2 | -4/+20 |
| | | | | | | | | | | | | respond `Y' is equal to `y' Add a note how to delete file name with beginning `-' | ||||
* | | delete unused label endarg | wosch | 1996-03-01 | 1 | -9/+8 |
| | | | | | | | | | | correct indent of last new code fix usage string, option -f before option -i (alphabetic order) | ||||
* | | option -f and -i are exclusive (Posix) | wosch | 1996-02-20 | 2 | -9/+29 |
| | | | | | | | | | | | | respond `Y' is equal to `y' update usage string prompt only if source exist | ||||
* | | Don't initialize udata, fix usage string | pst | 1996-02-19 | 1 | -4/+3 |
| | | |||||
* | | Don't initialize udata, remove bogus case, fix usage string | pst | 1996-02-19 | 2 | -6/+5 |
| | | |||||
* | | -- is implemented in getopt(3) | pst | 1996-02-19 | 1 | -5/+2 |
| | | | | | | | | -? is an unnecessary case statement and not useful | ||||
* | | delete my last commit | wosch | 1996-02-19 | 7 | -68/+27 |
| | | | | | | | | Submitted by: pst, ache | ||||
* | | Remove unnecessary '?' case and don't zero global udata, it's already zero | pst | 1996-02-18 | 1 | -5/+4 |
| | | |||||
* | | update usage string | wosch | 1996-02-18 | 1 | -5/+6 |
| | | | | | | | | | | all flag variables initialized with zero respond `Y' is equal to `y' | ||||
* | | Option -f implemented (remove + create) | wosch | 1996-02-18 | 4 | -18/+39 |
| | | | | | | | | | | | | | | option -f and -i are exclusive all flag variables initialized with zero respond `Y' is equal to `y' update usage string | ||||
* | | option -f and -i are exclusive | wosch | 1996-02-18 | 2 | -10/+30 |
| | | | | | | | | | | | | | | | | | | | | all flag variables initialized with zero respond `Y' is equal to `y' update usage string prompt only if source exist ignore -i option if file descriptor stdin not refers to a valid terminal type device | ||||
* | | Add an .Xr for chflags(1) into the SEE ALSO sectoin. | joerg | 1996-02-16 | 1 | -1/+2 |
| | | | | | | | | Submitted by: jhs | ||||
* | | Added a update(4) man page to describe the kernel initiated update | mpp | 1996-02-12 | 1 | -3/+3 |
| | | | | | | | | process and changed all of the old references to update(8) to update(4). |