gibbs
cfc29bf38b
Add depend rule for the now compile time generated aic7xxx register file.
1997-03-16 06:52:27 +00:00
jmg
7151d3e879
fix a misspelling of demand...
...
Submitted-by: Takashi Saeki
Closes PR#2989
1997-03-16 00:59:08 +00:00
guido
808b31cbd8
Remove unnecessary chmod()'s. This should likely go in other branches.
...
Obtained from: aleph1@UNDERGROUND.ORG on Bugtraq
1997-03-15 22:43:58 +00:00
gj
794901ee27
delete the LINKS line (link gdb to kgdb) by popular demand.
1997-03-15 20:59:59 +00:00
joerg
cc24249a86
Brain-o. BUILNAME is more important, RELEASETAG ain't even mandatory
...
at all (so protect it with .if defined).
1997-03-15 20:35:06 +00:00
wosch
b8f2f11478
Add Oliver Laumann for his troff translator
1997-03-15 20:07:20 +00:00
joerg
0b723f48b8
Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDI
...
is a little *too* promiscuous''
Also a 2.2 candidate, again, after testing.
Submitted by: Matt Thomas <matt@lkg.dec.com>
1997-03-15 19:58:43 +00:00
joerg
e57e7ec6e4
Properly export RELEASETAG and NO_PORTS (if set) into the chrooted
...
make process via /mk.
2.2 candidate but i'll defer this for an hour until my test buld
proved that it works. This should just fit Jordan's deadline. ;-)
1997-03-15 19:51:16 +00:00
sos
6741505480
Fix support for != 512 byte sector devices.
...
Restores the use of SBLOCK instead of the BSOFF/sectorsize calculation.
Using SBLOCK is bogus however in that it uses DEV_BSIZE instead of
the actual sector size, but that is taken care of in other places.
Changing the SBLOCK would be better, but it affects the system
in other places, and doing it this way makes it possible to
use filesystems that was made before the lite2 merge.
1997-03-15 18:58:10 +00:00
jkh
324734834f
YAMF22
1997-03-15 18:01:45 +00:00
bde
0c6f18b23e
Don't attempt to read past EOF.
...
Saved enough bytes to make room for this bloat (testing poff < inode.i_size
takes 56 bytes!) by copying fs to a local variable.
1997-03-15 16:49:51 +00:00
jkh
39ed7a969f
Increase the size of the email address field.
...
Requested-By: joerg
1997-03-15 16:24:32 +00:00
kato
9da6319149
Synchronize with sys/i386/conf/GNERIC revision up to 1.88.
1997-03-15 15:58:43 +00:00
kato
eda1e4190c
Synchronize with sys/i386/i386/userconfig.c revision 1.85.
1997-03-15 15:44:05 +00:00
joerg
5f33cfa082
Fix a security problem where the ktrace.out file could have been written
...
over a file owned by someone else.
Pointed out by: wosch
Reviewed by: sef, imp, proff@suburbia.net , bde
1997-03-15 10:39:12 +00:00
hanai
89d72dfcbf
Catch up with the original.
...
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-03-15 06:57:56 +00:00
peter
b8a8563e51
Document the -a option in .Fl form instead of .Cm form to be consistant
...
with the rest of the manpage. (Lite2 documents it in getopt form, Lite1
did it in old-style arg format)
1997-03-15 06:23:57 +00:00
peter
1a407c81b8
The -a option (autosize) option got mangled during the Lite2 merge.
...
Pointed out by: Tom Jackson <tom@peeper.jackson.org>
1997-03-15 05:32:40 +00:00
wosch
c0e6c9a0af
Support german mdoc man pages (currently no german mdoc man page exists).
...
Support japanese FreeBSD man pages, Jpman Project.
1997-03-14 21:58:43 +00:00
peter
f3f3306126
Put text after #endif in a comment (it's illegal otherwise)
1997-03-14 17:53:35 +00:00
wollman
074793136f
Add protoswitch entries for shortcut send/receive. Correct
...
a few misleading comments, and move allthe struct tag
forward declarations to be in one place.
1997-03-14 16:51:28 +00:00
peter
da35a9d7c3
Tone down the paranoia a bit in from the previous commit. setusercontext()
...
automatically Does The Right Thing when lc == NULL, which just happens to
be what the extra code in cron was trying to do. Simplify.
1997-03-14 14:45:30 +00:00
peter
8abbe02b7e
Activate HASSETUSERCONTEXT to set resource limits while delivering
...
to pipes in .forward files, but with a slight bugfix to the code.
1997-03-14 14:26:35 +00:00
peter
8e1c208b61
For some reason, the old login class code didn't seem to be working here.
...
I suspect it was because the child exec code's parent was doing the
initial lookups, then forking, then doing other things (possibly trashing
the static data in the getpw*() buffer), then attempting to dereference
*pwd and *lc. Also, no error checking appeared to be done - I've allowed
it to fall back to the old "become user" code on critical failure rather than
risk running a user's cron jobs as root.
1997-03-14 13:48:04 +00:00
joerg
4cbeeb4a53
Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)
1997-03-14 08:21:09 +00:00
mpp
85ebd64ceb
Change a reference to NetBSD to FreeBSD.
1997-03-14 06:09:04 +00:00
mpp
01312b4db5
Update a couple more mailing list addresses.
1997-03-14 05:23:23 +00:00
jkh
9ef8b7ee03
o Remove obsolete references in XFree86 menu
...
o Add version information to registration (suggested by David)
1997-03-14 05:17:12 +00:00
mpp
446e6633c0
Remove the text that says that freebsd-bugs can't be subscribed
...
to by anyone.
While I was at it, I changed all of the mailing list addresses to be
consistent with how they are referenced in the handbook. E.g
freebsd-bugs@FreeBSD.ORG instead of bugs@FreeBSD.ORG .
Closes PR# 2791
1997-03-14 05:10:47 +00:00
mpp
144161ea56
The VMIN and VTIME c_cc values were incorrectly defined as MIN and TIME.
...
Obtained from: NetBSD PR# 3243
1997-03-14 05:01:14 +00:00
brian
8c36b79cb7
Update configuration examples & instructions.
...
This should go into 2.2 as the examples bearly work for
static IP numbers (and don't for dynamic ones).
1997-03-14 04:17:44 +00:00
mpp
700156f94b
Add some text regarding security issues when using a shell
...
script as the login shell. Closes PR# 2978.
1997-03-14 02:37:27 +00:00
joerg
b66347858f
Save and restore the state of the variable Initialized inside die().
...
Otherwise, the shutdown message will print out with 15 NUL bytes in
front, due to a missing timestamp.
1997-03-14 01:27:02 +00:00
brian
a7c87d03a0
Oops - forgot to document the new -HUP action.
...
This should make 2.2 if the HUP stuff (earlier today) does.
1997-03-13 21:39:41 +00:00
brian
8989c275d4
Add examples for a direct serial connection using lqr
...
Candidate for 2.2.
1997-03-13 21:24:18 +00:00
brian
d14412c59d
Closes pr 2711
...
Fix -background option. Parent returns after the line is established
(or not established).
Definitely a candidate for 2.2
1997-03-13 21:22:09 +00:00
bde
db004d74c8
Updated prototype for mount() to match Lite2 reality for the 1st arg
...
and Lite1 or earlier reality for the 4th arg.
1997-03-13 21:11:33 +00:00
bde
644bc160b0
Updated comment about npx0.
...
Added obsolete option GATEWAY so that kern_opt.c gets tested.
Added undocumented options LOCKF_DEBUG and SIMPLELOCK_DEBUG so
that these options get tested. The addition of LOCKF_DEBUG shows
that all of kern/kern_lockf.c shouldn't have been moved from ufs.
The debugging parts are very fs-dependent.
1997-03-13 19:23:27 +00:00
bde
493aa0ce7e
Quoted CMD640. It's still missing from options.i386.
...
Removed stale comment saying that npx0 is mandatory.
1997-03-13 19:03:58 +00:00
bde
fa9f3fde24
Remove old output file, if any, before creating the output file, in
...
case the file is a stale link.
Reviewed by: wollman
1997-03-13 18:56:18 +00:00
joerg
6299b067d0
Various stylistic improvements regarding num_eisa_slots & co.:
...
. properly declare the variable in in a .h file, as opposed to
using a private extern declaration in userconfig.c;
. move the definition of EISA_SLOTS and therefore the inclusion of
opt_eisa.h into eisaconf.c.
1997-03-13 18:04:05 +00:00
bde
200c003cab
Fixed bogus casts from (int32_t *) to (time_t *).
1997-03-13 17:56:25 +00:00
wosch
463d2ef961
Support german Linux/GNU man pages.
1997-03-13 17:56:01 +00:00
bde
55186ebb5b
Merged from Lite2. The -t option is now handled better. The only visible
...
change should be that the usage message now actually matches the man page.
1997-03-13 17:41:37 +00:00
bde
9924e3c671
Merged from Lite2. The man page no longer attempts to list all the
...
vfs types.
Fixed ordering of FreeBSD `k' option in synopsis.
1997-03-13 17:32:39 +00:00
bde
2eaf7f70e5
Merge from Lite2. Straightforward changes.
1997-03-13 17:29:08 +00:00
kato
4bfafc88e8
Synchornize with sys/i386/conf/options.i386 revision 1.37.
1997-03-13 17:04:23 +00:00
kato
05b227e1d9
Synchronize with sys/i386/isa/wd.c revision 1.126.
1997-03-13 17:00:27 +00:00
kato
b6aa002d9a
Synchronize with sys/i386/boot/biosboot/boot.c revision 1.64.
1997-03-13 16:58:15 +00:00
peter
2d879de2ad
Kill the Lite2 early "filesystem clean abort" check and go back to
...
something closer to how we used to do it. The Lite2 way is to check the
"fsclean" flag in the superblock and stop there if so (during preen).
We now do the various superblock sanity checks that we used to do before
since it's cheap. We now get the filesystem state summary again instead
of "FILESYSTEM CLEAN; CHECKING SKIPPED" (or whatever).
1997-03-13 15:37:23 +00:00