Commit Graph

18 Commits

Author SHA1 Message Date
Poul-Henning Kamp
ca7cc5c89e Fix a bunch of annoying details here, while I remember it. 1994-10-27 05:27:00 +00:00
Rodney W. Grimes
9093632c7d Root should NEVER have . in the path. 1994-09-22 08:32:39 +00:00
Rodney W. Grimes
50db970974 Revert the change that removed the -k flag from the ls alias, we have ls -k
again.
1994-09-22 08:23:02 +00:00
Paul Traina
986c2270fe Fix 'ls' alias to work with new ls (-k is not supported) 1994-09-19 07:01:35 +00:00
Rodney W. Grimes
8f087b98fa Eliminate use of raw control characters in stty commands, make echo's and
stty commands self consistent.

Submitted by:	bde
1994-09-16 04:20:14 +00:00
Jordan K. Hubbard
7d686f6cd2 Since we're using syscons now, make ^H the backspace character by
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
1994-06-15 22:58:49 +00:00
Rodney W. Grimes
c8d1c78f59 Add $Id$'s 1994-02-21 20:36:03 +00:00
Rodney W. Grimes
ff80e2f414 Add a TERM=pc3 so that an initial system install is at least usable
at the console!
1994-02-21 20:34:25 +00:00
Rodney W. Grimes
d5b9fc6698 Fix up the cdpath, it was missing a / before i386. 1994-02-18 09:51:54 +00:00
Rodney W. Grimes
81cc481644 Added savehist=1000 as a security feature to know what root has been up to,
added very common set filec.

Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of
sys/conf.
1994-01-22 10:58:26 +00:00
Rodney W. Grimes
e2cf90647e Fixed ^? to ^\?, need to escape that for csh 1993-08-31 14:40:22 +00:00
Rodney W. Grimes
c3ab227a27 Changed stty erase ^H to stty erase ^?. 1993-08-31 14:38:58 +00:00
Rodney W. Grimes
b4218e818a Updated paths and cdpath to be more appropriate to FreeBSD (removal of old
directories).

Junked all the sccs aliases that get in the way of rcs
1993-08-31 07:19:58 +00:00
Nate Williams
db267812a6 Default BLOCKSIZE for root is K-Blocks 1993-08-02 22:50:43 +00:00
Nate Williams
774839c35a Removed df/du aliases, will make them more global and use BLOCKSIZE
environment variable
1993-08-02 21:23:27 +00:00
Rodney W. Grimes
a236d4b122 Put back the du -k and df -k flags since POSIX says they should still work,
and Nate is fixing them to work.
1993-08-02 21:04:36 +00:00
Rodney W. Grimes
30c9ac0b78 Removed aliases of df -> df -k and du -> du -k, as the k option is not
supported in the new df and du code, use setenv BLOCKSIZE 1024 to get
the same effect.
1993-08-01 00:40:29 +00:00
Rodney W. Grimes
1bf9d5d951 Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00