ache
5bf2689df4
Previous commit was incompleted, yet one step required
1994-10-27 23:13:53 +00:00
wollman
5d2209e4c6
Added: /usr/share/{info,locale,perl}.
1994-10-27 23:05:15 +00:00
ache
eff7ae253b
Remove VMIN_BUG from CFLAGS, add 57600, 115200
1994-10-27 22:52:14 +00:00
ache
5933aaec57
Fix scroll bug bringed by vi(1), from phk's flame
...
(I still wait for apologies)
1994-10-27 22:36:56 +00:00
jkh
7fc8f11c36
Julian Elischer's disklabel fixes.
1994-10-27 20:45:13 +00:00
se
afd949f1aa
Change some compile time defaults, which may be overridden from the
...
kernel config file by options lines.
Now the default settings are FAST SCSI, max. 4 TAGS, WIDE transfers,
if supported by the hardware ...
1994-10-27 20:12:46 +00:00
pst
2c7f0613ba
recommit rev 1.5 of ftpd, I fatfingered a command
1994-10-27 19:36:01 +00:00
pst
82209f9283
lorder(1) manual page not properly installed due to makefile usurping
...
install rule.
1994-10-27 19:23:30 +00:00
pst
daa09629cc
Printing out /etc/motd when a ftp login occurs is a security hole
...
(as is printing out a version number at the telnet login banner).
Don't print out /etc/motd when people login, instead if present,
print out /etc/ftpmotd. It looks like 4.4lite2 has done something similar
(perhaps for different reasons) because /etc/motd no longer shows up
on vangogh.
Folks who like the old behavior can create a symbolic link to motd.
1994-10-27 19:14:39 +00:00
pst
2dec313883
Set the EOF flag properly.
...
Obtained from: netbsd-bugs mailing list
1994-10-27 18:44:31 +00:00
pst
e933040bfa
Remove extra newline.
1994-10-27 18:15:42 +00:00
ljo
35974ba8f2
Remove the f77 script now that we are instead installing a f77 program
...
(that does the same as the script). The f77 program lives in cc/f77.
1994-10-27 16:37:39 +00:00
rgrimes
f16f659fef
>Description:
...
While trying to figure out why rlogind wasn't working right for root,
I noticed that man wouldn't come back with a man page for iruserok, but
it would for ruserok. Checking the lib/net directory's Makefile.inc
file shows that the link to the rcmd man page just isn't getting
created.
>How-To-Repeat:
Do a 'man iruserok' and notihing will come back, where a 'man ruserok'
will.
Submitted by: Brian Moore <ziff@houdini.eecs.umich.edu>
Obtained from: NetBSD-bugs mailing list
1994-10-27 16:33:49 +00:00
bde
e9bd81dfcc
Remove my failed attempt to add an Id string.
1994-10-27 13:46:47 +00:00
bde
f6803ea01e
Restore fd.4 to a machine-independent directory.
1994-10-27 13:42:29 +00:00
bde
75460f11cd
Fix memchr(p, 0, 0) to return NULL instead of p.
1994-10-27 11:36:11 +00:00
ljo
082f1990b4
Added libf2c, the library for f2c.
1994-10-27 11:07:34 +00:00
jkh
c4d48abe4c
Change hardwired irqs to soft irqs (?).
...
Add manpage for Buslogic cards, since we didn't have one.
1994-10-27 08:53:11 +00:00
sos
b147acd957
Added device registration stuff.
1994-10-27 08:03:15 +00:00
phk
600af3b4ec
The other half of patch011, read Numlck state from bios.
1994-10-27 05:47:09 +00:00
phk
22142d5719
Extra intr's have nothing to do with LAPTOP.
...
Made five-strikes-we-shut-up for timeouts.
Inspired by: bde in 1.1.5.1-patch011
1994-10-27 05:39:12 +00:00
phk
e6d32e8639
Fix a bunch of annoying details here, while I remember it.
1994-10-27 05:27:00 +00:00
phk
1b7b2a2b15
Made an annoying printf #ifdef SEADEBUG
1994-10-27 05:23:09 +00:00
phk
362d3e9017
Fix the panic message if init dies to show the exit status.
1994-10-27 05:21:39 +00:00
phk
9004bac4c2
Fix a bug which had crept in (an almost certain panic).
...
Remove inline assembler.
Avoid mbuf spaghetti by using m_devget.
1994-10-27 05:08:28 +00:00
bde
53309e4c90
Fix compiler warnings.
1994-10-26 22:01:11 +00:00
bde
516b01272f
Move definition and initialization of video_mode_pointer to syscons.c.
1994-10-26 21:52:25 +00:00
bde
a935bc168e
Fix initialization of video_mode_ptr. It only worked if the segments
...
in the far pointers are multiples of 4K (as is normal when the video
BIOS is at seg 0xc000). Disallow mode switching if the pointer is bad.
Use a new pa_to_va() macro for all BIOS and video addresses in syscons.
1994-10-26 21:51:22 +00:00
wollman
6b2df14cdb
Stylistic changes.
1994-10-26 21:10:13 +00:00
jkh
e2509f8a66
Gross hack to make kernel names not starting with '/' start with '/'.
1994-10-26 20:46:05 +00:00
jkh
e3309c5561
Adjust boot message to conform to reality.
1994-10-26 20:22:10 +00:00
se
13dabeeabc
Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.
1994-10-26 19:23:02 +00:00
jkh
c62212cf6a
Enable USERCONFIG and document it in LINT.
1994-10-26 19:20:27 +00:00
jkh
b068511dd8
Add userconfig.
1994-10-26 19:19:12 +00:00
jkh
3b04043030
Add my user configuration utility - userconfig().
...
David wrote the I/O routines for this thing and deserves most of the
credit for thinking the whole idea up.
1994-10-26 19:18:28 +00:00
ljo
009d2ffd18
Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.
...
Submitted by: pete@pelican.pelican.com
1994-10-26 18:53:13 +00:00
ljo
7b0fe19a8a
Install f2c.h for FORTRAN support.
...
Obtained from: netlib.att.com
1994-10-26 18:35:40 +00:00
jkh
394101852a
Invoke userconfig() if kernel compiled with options USERCONFIG and
...
-c flag used.
1994-10-26 18:35:02 +00:00
ljo
ab07f61539
This commit was generated by cvs2svn to compensate for changes in r3904,
...
which included commits to RCS files with non-trunk default branches.
1994-10-26 18:20:35 +00:00
ljo
26ca07a8e7
Merged f2c library.
1994-10-26 18:20:35 +00:00
ljo
05433d7898
This commit was generated by cvs2svn to compensate for changes in r3902,
...
which included commits to RCS files with non-trunk default branches.
1994-10-26 18:17:41 +00:00
ljo
2195d627fb
Library for f2c (part 2 of 2)
...
Obtained from: netlib.att.com
1994-10-26 18:17:41 +00:00
ljo
734af5790d
This commit was generated by cvs2svn to compensate for changes in r3900,
...
which included commits to RCS files with non-trunk default branches.
1994-10-26 18:15:35 +00:00
ljo
80b2e19630
Library for f2c. (part 1 of 2)
...
Obtained from: netlib.att.com
1994-10-26 18:15:35 +00:00
jkh
036aa87c50
Repair the damage done by whomever blew the last commit. Now it
...
compiles again.
1994-10-26 15:23:04 +00:00
jkh
bb306822b8
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
...
Could you please commit this patch to usr.sbin/crunch/examples ?
This should make fixit.conf compilable again.
VI needs some hacks.
[Note: I'm not sure how relevant this example is anymore, but then it's only
an example]
Submitted by: mr
1994-10-26 14:52:43 +00:00
jkh
e316b744c4
From: John Hay <jhay@mikom.csir.co.za>
...
Make swapinfo use libc functions for obtaining device information.
Note: swapinfo should actually be deprecated, not fixed. pstat -s performs
the same function.
Submitted by: jhay
1994-10-26 14:49:07 +00:00
jkh
9de0ed6cbb
Remove the code for asking for a filesystem floppy. We don't need
...
it anymore, and neither David nor I can think of a reasonable
mechanism to stick in its place.
1994-10-26 13:46:34 +00:00
jkh
005405842d
Remove RB_ASKFS again - to make this meaningful we'd need to invest in
...
implementing too much generality at this stage.
1994-10-26 13:45:52 +00:00
jkh
62c22da1e2
Add RB_ASKFS
1994-10-26 13:38:23 +00:00