bde
fa729aac0e
Removed High Sierra task from TODO list. Joerg did it years ago and
...
other items were removed from the list when they were done in the
Lite2 merge. The Lite2 merge just broke the High Sierra changes.
1997-02-11 16:15:15 +00:00
bde
4480072fff
Restored changes from rev.1.58-1.60 which were blown away by the
...
previous commit.
1997-02-11 15:03:31 +00:00
kato
fe1f813fa3
Deleted prototypes. They are in pc98_machdep.h.
1997-02-11 14:59:54 +00:00
kato
b2296b42db
Synchronize with sys/i386/isa/if_ed.c revision 1.114.
1997-02-11 13:55:36 +00:00
kato
d481160a8c
Synchronize with sys/i386/conf/majors.i386 revision 1.12.
1997-02-11 13:54:44 +00:00
danny
da4de4acb6
Reduce the command field width by one when idle time is > 9 days, to
...
eliminate unsightly blank line.
Possibly a 2.2 candidate.
1997-02-11 10:49:25 +00:00
julian
b139405b95
really minor cleanup
...
sc is set to ifp->if_softc so use it..
1997-02-11 09:29:48 +00:00
jkh
73d6ab51ee
Add Guido van Rooij to core team.
1997-02-11 03:55:17 +00:00
mpp
4cb95f035d
Fix a couple of typos.
...
Submitted by: bde
1997-02-11 03:45:14 +00:00
jkh
6fb0e8741f
Don't unilaterally decide to skip network configuration if running multi-user;
...
ask politely.
1997-02-11 02:33:33 +00:00
jkh
52780a13f1
-#include <ufs/ufs/ufsmount.h>
...
This was a temporary measure I took to deal with John's 4.4L2 changes
which should not have crept in.
1997-02-11 02:13:06 +00:00
jkh
be02c90383
Save /etc/sysconfig data at the very very end, so that it can be
...
used post-install time as a configuration tool as well.
Update comments about a kernel recompile being necessary for PS/2 mice.
1997-02-10 19:44:08 +00:00
wollman
1791a7ff97
Fix spelling of net.inet.ip.forwarding.
...
Add ARP_PROXYALL to defunct options.
1997-02-10 19:19:16 +00:00
wollman
e189308068
Fix PR#2700: report correct transmission speed, and restart transfers
...
from the restart point, not the end of the file (blush!).
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-10 18:49:42 +00:00
markm
7c4a46a3a0
Part two of a "fix-and-move". There were some macros declared in ../sbin's
...
Makefile that were a) broken and b) bogusly placed. This brings the
repeared macros in.
Pointed-out-by: BDE
1997-02-10 17:44:34 +00:00
markm
5b3185bcd6
Part one of a "fix-and-move". Init(8) had make macros declared here
...
bogusly. This removes the macros for replacement into init's Makefile.
Pointed-out-by: BDE
1997-02-10 17:41:33 +00:00
mpp
34c278f970
Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routine
...
to not return without setting a return value when it
can't read a block error or detects a bad cylinder group,
since the caller is expecting a return value.
It will now panic at this point, since the thing
to do in this case would be to return a "bad block"
status to the caller, and the caller will panic
anyways when that happens.
Also updated to panic strings in this routine to read
"ffs_checkblk: ..." instead of "checkblk: ...".
1997-02-10 17:05:30 +00:00
mpp
7a838f1dcf
Make this compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong mumber of arguments.
Also silenced a -Wall warning.
1997-02-10 16:34:16 +00:00
mpp
48a2c5729d
Make this compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong mumber of arguments.
1997-02-10 16:32:52 +00:00
davidn
e10e1c88f1
Obsolete fgetline() -> fgetln(); and chop off newline if necessary.
1997-02-10 16:32:03 +00:00
mpp
88d81a4c46
Make this compile after the Lite2 merge.
...
A non-existent variable was being used.
1997-02-10 16:29:32 +00:00
mpp
1d04aa504f
Make ffs_subr.c compile when DIAGNOSTIC is defined.
...
It looks like this was broken before the Lite2 merge :-(.
VOP_BMAP was being called with the wrong number of arguments.
1997-02-10 16:27:53 +00:00
mpp
87b55298dc
Make ccd compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong number of arguments.
1997-02-10 16:24:33 +00:00
davidn
885216ad88
Update manpage; corrections, clarifications and login class (with xref).
1997-02-10 16:03:21 +00:00
davidn
eb7d367862
Adds login class support for local & nis passwords:
...
- minpasswordlen=n override minimum password length for class.
- passwordperiod=n[smhdwy] auto-set next password change date.
1997-02-10 15:42:12 +00:00
danny
9da4914e72
Add '-q' quiet flag for flush/add/zero commands; add 'show' command as
...
synonym for '-a list'; stop SEGV when specifying 'via' with no interface;
change 2 instances of strcpy() to strncpy().
This is a candidate for 2.2
1997-02-10 15:36:54 +00:00
darrenr
af3608e898
IP Filter is now character device #79
1997-02-10 12:17:45 +00:00
kato
5ff820571a
Synchronize with Lite/2 commit: i386/i386/machdep.c, i386/i386/trap.c,
...
i386/isa/fd.c and i386/isa/wd.c revisions 1.227, 1.87, 1.96 and 1.123,
respectively.
1997-02-10 11:53:20 +00:00
darrenr
e59cd03f84
Add IP Filter .c files for "config" & "config.new" use.
1997-02-10 11:52:36 +00:00
darrenr
020383fe06
Add IP Filter hooks (from patches).
1997-02-10 11:45:37 +00:00
jkh
d70a4d38b3
Don't stomp wall_cmos_clock file.
1997-02-10 10:23:53 +00:00
jkh
01f49a792d
Allow the user to choose UTC or local time.
1997-02-10 10:21:07 +00:00
julian
1b73ec71ae
add a disktab entry for those people who need abit of help
...
with ZIP drives..
use with:
disklabel -r -w -B sdx zip100
Submitted by: dave blizzard <dblizzar@sprynet.com>
1997-02-10 10:11:54 +00:00
mpp
ee7605965f
Update to reflect new Lite2 mount.h and friends.
1997-02-10 07:36:00 +00:00
mpp
376473c970
Update to reflect new Lite2 mount.h.
1997-02-10 07:29:25 +00:00
mpp
d556a1264a
Update to reflect new Lite2 fs.h.
1997-02-10 07:10:08 +00:00
fenner
4c199a227a
Another fix related to pr#bin/2585 . That'll teach me to
...
grep h_length *.c ...
1997-02-10 06:46:37 +00:00
davidn
57d260df48
Fix off by one error in setlogin() syscall.
...
Don't overwrite session login unless the call is going to succeed.
1997-02-10 06:18:20 +00:00
dyson
10f666af84
This is the kernel Lite/2 commit. There are some requisite userland
...
changes, so don't expect to be able to run the kernel as-is (very well)
without the appropriate Lite/2 userland changes.
The system boots and can mount UFS filesystems.
Untested: ext2fs, msdosfs, NFS
Known problems: Incorrect Berkeley ID strings in some files.
Mount_std mounts will not work until the getfsent
library routine is changed.
Reviewed by: various people
Submitted by: Jeffery Hsu <hsu@freebsd.org>
1997-02-10 02:22:35 +00:00
jkh
0960d7e91a
1.2 -> 1.44MB floppies.
1997-02-09 23:17:50 +00:00
darrenr
0ca5211690
This commit was generated by cvs2svn to compensate for changes in r22514,
...
which included commits to RCS files with non-trunk default branches.
1997-02-09 22:50:16 +00:00
darrenr
cb8d46a179
Import IP Filter v3.1.7 into FreeBSD tree
1997-02-09 22:50:16 +00:00
fenner
c02c6e248f
Fix possible gethostbyname-related overflows as pointed out in
...
PR#bin/2585 .
1997-02-09 22:32:04 +00:00
markm
0c0c7dab0f
Better buffer length calculation and overrun detection. Closes PR 2577
...
Submitted by: Julian Assange
1997-02-09 21:34:14 +00:00
mpp
22e8acfd7d
Typo police.
1997-02-09 21:14:48 +00:00
mpp
51d97d42a9
Typo police.
1997-02-09 21:08:52 +00:00
eivind
959fd6631c
Removed default setuid and added a comment to the manpage explaining this.
1997-02-09 20:56:34 +00:00
joerg
e3e68afe8f
Fix some xrefs.
...
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-09 20:39:00 +00:00
joerg
bd4abbf5cc
Add a manpage for brandelf(1). Minor stylistic fixes, and a buffer
...
overrun fix, too.
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-09 20:35:54 +00:00
joerg
df55a26f65
Various man pages describing the internals of the SCSI subsystem.
...
Submitted by: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
1997-02-09 20:29:15 +00:00