nate
22079ffb5e
Libcrypt upgrade
1993-07-20 23:49:11 +00:00
dg
b361efa59c
Added config file override for memory size and added flags to force
...
8bit or 16bit operation, and a flag to disable transmitter double buffering.
See the updated "ed.relnotes" file for information about how to set
the flags.
This should be considered the first "production" release. It still
needs a manual page, though.
1993-07-20 23:16:50 +00:00
nate
a3fa63faa7
Libcrypt upgrade
1993-07-20 22:57:03 +00:00
rgrimes
d390d8dcdb
TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.
1993-07-20 19:38:44 +00:00
rgrimes
01e5460fc8
Fixed installation of sendmail. cd'ed to wrong directory. Now works
...
correctly.
1993-07-20 18:20:56 +00:00
rgrimes
b59981a3b6
Added .if ${MACHINE} == "i386" section to do install of boot blocks, all
...
standard tools, copies of include files, and sendmail.
1993-07-20 16:04:11 +00:00
rgrimes
3e57b81cfb
The install of manpath.config did not have a ${DESTDIR} in it. These
...
are needed on all install commands in Makefiles!
1993-07-20 02:13:11 +00:00
jkh
cd18b68a80
Applied Andrew's patch to fix loop-on-logout problem.
1993-07-20 02:06:49 +00:00
jkh
c850d6c77d
Changed comment relating to memsize to be a little less misleading.
1993-07-20 02:02:12 +00:00
jkh
6eed476a63
Fixed to allow iosiz config parameter to override what was (for me,
...
incorrectly) probed. This allows you more flexibility in getting weird
WD 80x3 clones to work.
1993-07-20 01:39:24 +00:00
rgrimes
6c8c0b42cf
Since pwd_mkdb always works in /etc no matter what I added pwd.db and
...
spwd.db that are created from the template master.passwd to src/etc so
that a build distribution can populate /etc correctly. This is a work
around until a better solution can be found.
1993-07-20 01:23:28 +00:00
jkh
5eed4aca6e
Removed check for interrupting board before interrupts were enabled.
...
This should result in more AST clones getting seen.
1993-07-20 00:22:30 +00:00
nate
a2f80ed681
The man page is now in two places, both in the DOCUMENTATION directory and
...
the source directory, but there isn't a very portable way of creating
it w/out writing to the source directory, so I just copied it.
1993-07-19 23:40:05 +00:00
rgrimes
30f9917f86
Pulled in patch kit 0.2.4 netstart, added ifconfig ed0 line. This is a
...
crock so I can get the binaries released.
1993-07-19 21:08:53 +00:00
rgrimes
7ba4170c77
Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.
1993-07-19 21:05:58 +00:00
rgrimes
464adeadb5
Fixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script
1993-07-19 19:49:45 +00:00
rgrimes
81449aeeca
From NetBSD, copied verbatium. May need some work yet.
1993-07-19 19:14:45 +00:00
rgrimes
34cf959191
New file from NetBSD, for when we get ready for the rpc code.
1993-07-19 19:13:15 +00:00
rgrimes
73794e686c
Changed banner from 386BSD to FreeBSD
1993-07-19 19:12:33 +00:00
rgrimes
fadb4998d2
Changed login banner from 386BSD to FreeBSD. Added entries for 38.4k, 57.6k
...
and 115.2k baud gettys.
1993-07-19 19:11:55 +00:00
rgrimes
f36f5b92be
Removed all Berkeley aliases information since it is way out of date.
...
General cleanup.. from NetBSD.
1993-07-19 19:09:14 +00:00
rgrimes
ec52a8985c
New file for netstart, should contain the hosts hostname.
1993-07-19 19:08:31 +00:00
rgrimes
3ecbd8d8c2
Cleaned up crontab from NetBSD, adjusted for FreeBSD.
1993-07-19 19:08:04 +00:00
rgrimes
fb330ff0d1
lp device was setup and enabled, changed it to be commented out. This caused
...
lpd to run on system where it had not been configured.
1993-07-19 18:58:09 +00:00
rgrimes
c8bc985487
Removed bill and lynne from group file, this was a security hole in the
...
0.1 distribution, as they had accounts in the password file with out passwords,
and were in group wheel!
1993-07-19 18:56:42 +00:00
rgrimes
cd245240f1
Removed the foreground/background escape sequences that cause headaches
...
if you are using a com console or a non pc3 console.
1993-07-19 18:55:38 +00:00
rgrimes
4281d05470
Brought in NetBSD Makefile, which was then fixed up to use mtree for
...
building the distrubution hierarchy. Still needs some work, but atleast
this version runs and does most of the right things.
1993-07-19 18:54:09 +00:00
rgrimes
9a5a1ed617
Removed extranious names from master.passwd file, changed root and toor to
...
be in group 0 (was group 10). Changed operator to be in group 20, was 28.
1993-07-19 18:52:51 +00:00
rgrimes
b289e6513e
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
...
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
MAKEDEV script from 0.1.2.4 system.
1993-07-19 18:50:36 +00:00
rgrimes
224b884080
Updated BSD.*.dist files to reflect FreeBSD as it is now.
1993-07-19 18:48:15 +00:00
jkh
c3590ab711
Added fix from Rich to accept catpages with .0 syntax for backwards
...
compatability (XFree86 man pages will still be .0'd for awhile).
1993-07-18 22:40:56 +00:00
rgrimes
02203b252c
Fixed sccs id to be From:\n com.c xxxx. The sccs id was changed by the
...
patch kit and it should not have been.
1993-07-18 21:27:57 +00:00
paul
773b4a7325
Fixed warning from gcc1 (but not gcc2 for some reason).
...
2nd parameter to isread was unsigned char and function declaration was for
char. Changed function declaration to unsigned char.
1993-07-18 20:57:34 +00:00
paul
d5ae41c7e8
Added volatile void to cpu_exit() in the hope that it would
...
stop warning about returning from gcc.
It hasn't but the declaration is still correct.
1993-07-18 20:56:17 +00:00
jkh
1327319bb5
Fixed braindamage.
1993-07-18 05:52:29 +00:00
paul
79c246679c
Small fix to correct warning --
...
missing cast of u_short to int in isread call.
1993-07-18 04:18:00 +00:00
rgrimes
75053a99b2
Fixed make file for tags target, removed files that are generated by the
...
Makefile.
1993-07-17 06:20:35 +00:00
rgrimes
00fa8ca47d
Removed files that are generated by the Makefile. Fixed Makefile for
...
make depend so that config.h gets created so make depend does not fail
in other directories.
1993-07-17 06:06:28 +00:00
rgrimes
621b88d227
Fixed make file for tags target, removed files that are generated by the
...
Makefile.
1993-07-17 06:05:35 +00:00
dg
d06821a2d0
New locore from Christoph Rubitschko.
1993-07-16 23:55:07 +00:00
rgrimes
df23f94ad5
ARGHH.. removed less from Makefile, since it has moved to usr.bin
1993-07-16 22:16:43 +00:00
dg
d37d05a7da
Updated kernel files to move occurances of "struct args" syscall
...
argument definitions outside of the function parameter list. This is
to reduce the copious warning messages that (non-Jolitz) gcc produces.
Also fixed some bogus variable declarations and casts to make the
compiler happy.
1993-07-16 20:50:44 +00:00
rgrimes
0ef6292146
Added BINMODE=2555 so that it can write the man pages into /usr/share/man/catx.
...
This means the man dirs must be owned by group BIN. I have set up the
distribution building tools to be that way.
1993-07-16 17:51:03 +00:00
rgrimes
dd4ca1031b
Merge. Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need to
...
specify $DESTDIR on a LINKS+= line.
1993-07-16 17:48:38 +00:00
rgrimes
612d636c07
Changed header from 386BSD BOOT to FreeBSD BOOT.
1993-07-16 13:06:08 +00:00
jkh
d9664b1b7d
Whoops, forgot to add this one.
1993-07-16 06:48:59 +00:00
jkh
8121c0433f
Lots of stuff is now configured in Makefile.inc, path to `less' no longer
...
absolute, less uses "fall off end" flag by default, manpath.config now
properly installed. Happy now, Rod? :-)
1993-07-16 06:46:42 +00:00
dg
b5cec41fcb
Modified attach printf's so that the output is compatible with the "new"
...
way of doing things. There still remain several drivers that need to
be updated. Also added a compile-time option to pccons to switch the
control and caps-lock keys (REVERSE_CAPS_CTRL) - added for my personal
sanity.
1993-07-15 17:53:14 +00:00
nate
d2ed854768
chmr@edvz.tu-graz.ac.at
...
gnu/rcs/rcs and rcsfreeze have the wrong man extension in their
Makefiles (.0)
1993-07-14 18:42:35 +00:00
rgrimes
3693aeaa9a
From Bruce Evans:
...
lpt doesn't work here if the printer is not turned on at boot time (this
has been reported for other systems).
lpt has a weird mapping of the flag bits vs printer numbers and MAKEDEV
does not understand this (printer 0 uses minor numbers 0-0x3f, printer 1
uses minors 0x40-0x7f, etc).
The following (simpler) problems are fixed by the patch.
lpt did not check the minor number on open, so if NLPT1 == 1 and you
try to open printer 1 then random memory above the lpt_sc array is
accessed. I thought I had this problem for minors 1 and 2. However,
it does not actually occur until minor 0x40. Does anyone have lpt64?
lpt had several unnecessary && broken ANSIisms and other sloppy
declarations.
Bruce
1993-07-13 18:52:49 +00:00