John-Mark Gurney
079be9b76f
fix a misspelling of demand...
...
Submitted-by: Takashi Saeki
Closes PR#2989
1997-03-16 00:59:08 +00:00
Guido van Rooij
34eddd5161
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
Gary Jennejohn
79a5f47589
delete the LINKS line (link gdb to kgdb) by popular demand.
1997-03-15 20:59:59 +00:00
Joerg Wunsch
46e907099b
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
Wolfram Schneider
d79808d6fd
Add Oliver Laumann for his troff translator
1997-03-15 20:07:20 +00:00
Joerg Wunsch
1355add51f
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 Wunsch
37ca025a35
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
Søren Schmidt
6ae8358759
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
Jordan K. Hubbard
c67ba61175
YAMF22
1997-03-15 18:01:45 +00:00
Bruce Evans
c24b67b188
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
Jordan K. Hubbard
fd27ec2d05
Increase the size of the email address field.
...
Requested-By: joerg
1997-03-15 16:24:32 +00:00
KATO Takenori
dfbc54730c
Synchronize with sys/i386/conf/GNERIC revision up to 1.88.
1997-03-15 15:58:43 +00:00
KATO Takenori
38f8e5fbc7
Synchronize with sys/i386/i386/userconfig.c revision 1.85.
1997-03-15 15:44:05 +00:00
Joerg Wunsch
9bedbe6c7d
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
Hiroyuki Hanai
f9ce14711a
Catch up with the original.
...
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1997-03-15 06:57:56 +00:00
Peter Wemm
e457979c0d
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 Wemm
79aed3fe40
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
Wolfram Schneider
2e6c23155e
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 Wemm
670fdefe24
Put text after #endif in a comment (it's illegal otherwise)
1997-03-14 17:53:35 +00:00
Garrett Wollman
7b187005d1
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 Wemm
9efe2eccdd
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 Wemm
39da5de262
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 Wemm
c00d650f25
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 Wunsch
ff7c711c58
Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)
1997-03-14 08:21:09 +00:00
Mike Pritchard
b225fe2740
Change a reference to NetBSD to FreeBSD.
1997-03-14 06:09:04 +00:00
Mike Pritchard
0fa601b545
Update a couple more mailing list addresses.
1997-03-14 05:23:23 +00:00
Jordan K. Hubbard
6ebe9a26f2
o Remove obsolete references in XFree86 menu
...
o Add version information to registration (suggested by David)
1997-03-14 05:17:12 +00:00
Mike Pritchard
8cd1da54dd
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
Mike Pritchard
ed7922d368
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 Somers
d06ae27bd3
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
Mike Pritchard
623899a3c3
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 Wunsch
d086327d14
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 Somers
9163ee5e9d
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 Somers
2b672ee9f5
Add examples for a direct serial connection using lqr
...
Candidate for 2.2.
1997-03-13 21:24:18 +00:00
Brian Somers
6e4959f072
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
Bruce Evans
1fe82dfebf
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
Bruce Evans
25292acb24
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
Bruce Evans
a92a5c234e
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
Bruce Evans
45d1562d43
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 Wunsch
5cf816c239
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
Bruce Evans
962cf4d335
Fixed bogus casts from (int32_t *) to (time_t *).
1997-03-13 17:56:25 +00:00
Wolfram Schneider
a8f61f25f5
Support german Linux/GNU man pages.
1997-03-13 17:56:01 +00:00
Bruce Evans
a78192e3c3
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
Bruce Evans
611d129630
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
Bruce Evans
345304e00b
Merge from Lite2. Straightforward changes.
1997-03-13 17:29:08 +00:00
KATO Takenori
904385e65b
Synchornize with sys/i386/conf/options.i386 revision 1.37.
1997-03-13 17:04:23 +00:00
KATO Takenori
b5ff11dbb6
Synchronize with sys/i386/isa/wd.c revision 1.126.
1997-03-13 17:00:27 +00:00
KATO Takenori
77fd6eeaf8
Synchronize with sys/i386/boot/biosboot/boot.c revision 1.64.
1997-03-13 16:58:15 +00:00
Peter Wemm
32f189ac7d
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
Brian Somers
c6c740be8b
Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>
...
Accept SIGHUP as a "re-open logfile" signal. As ppp
doesn't set it's serial line to it's controlling terminal,
we can use HUP :)
This is a candidate for 2.2. The log.[ch] changes won't
conflict, but the main.c changes will. We just want to change the
kill(...,SIGHUP) to a SIGTERM and change the signal(SIGHUP,Hangup)
to a pending_signal(SIGHUP,LogReOpen).
1997-03-13 14:53:55 +00:00