Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of annoying details here, while I remember it. | phk | 1994-10-27 | 3 | -7/+7 |
| | |||||
* | Root should NEVER have . in the path. | rgrimes | 1994-09-22 | 1 | -2/+2 |
| | |||||
* | Revert the change that removed the -k flag from the ls alias, we have ls -k | rgrimes | 1994-09-22 | 1 | -2/+2 |
| | | | | again. | ||||
* | Fix 'ls' alias to work with new ls (-k is not supported) | pst | 1994-09-19 | 1 | -2/+2 |
| | |||||
* | Eliminate use of raw control characters in stty commands, make echo's and | rgrimes | 1994-09-16 | 2 | -5/+5 |
| | | | | | | stty commands self consistent. Submitted by: bde | ||||
* | Since we're using syscons now, make ^H the backspace character by | jkh | 1994-06-15 | 2 | -5/+5 |
| | | | | | default (ack ack, evil evil, but easier than changing syscons at this late hour). | ||||
* | Add $Id$'s | rgrimes | 1994-02-21 | 4 | -0/+8 |
| | |||||
* | Add a TERM=pc3 so that an initial system install is at least usable | rgrimes | 1994-02-21 | 1 | -0/+1 |
| | | | | at the console! | ||||
* | Fix up the cdpath, it was missing a / before i386. | rgrimes | 1994-02-18 | 1 | -2/+2 |
| | |||||
* | Added savehist=1000 as a security feature to know what root has been up to, | rgrimes | 1994-01-22 | 1 | -1/+3 |
| | | | | | | | added very common set filec. Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of sys/conf. | ||||
* | Fixed ^? to ^\?, need to escape that for csh | rgrimes | 1993-08-31 | 1 | -1/+1 |
| | |||||
* | Changed stty erase ^H to stty erase ^?. | rgrimes | 1993-08-31 | 1 | -1/+1 |
| | |||||
* | Updated paths and cdpath to be more appropriate to FreeBSD (removal of old | rgrimes | 1993-08-31 | 2 | -14/+4 |
| | | | | | | directories). Junked all the sccs aliases that get in the way of rcs | ||||
* | Default BLOCKSIZE for root is K-Blocks | nate | 1993-08-02 | 1 | -0/+1 |
| | |||||
* | Removed df/du aliases, will make them more global and use BLOCKSIZE | nate | 1993-08-02 | 1 | -2/+0 |
| | | | | environment variable | ||||
* | Put back the du -k and df -k flags since POSIX says they should still work, | rgrimes | 1993-08-02 | 1 | -0/+2 |
| | | | | and Nate is fixing them to work. | ||||
* | Removed aliases of df -> df -k and du -> du -k, as the k option is not | rgrimes | 1993-08-01 | 1 | -2/+0 |
| | | | | | supported in the new df and du code, use setenv BLOCKSIZE 1024 to get the same effect. | ||||
* | Initial import of 386BSD 0.1 othersrc/etc | rgrimes | 1993-06-20 | 4 | -0/+49 |