kato
968b86d94e
Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.
1997-10-12 12:00:23 +00:00
kato
a265c48735
Synchronize with sys/i386/conf/options.i386 revision 1.61.
1997-10-12 11:59:43 +00:00
kato
083d2a8d15
Synchronize with sys/i386/i386/machdep.c revision 1.268.
1997-10-12 11:58:09 +00:00
kato
398f69808a
Synchronize with sys/i386/i386/trap.c revision 1.113.
1997-10-12 11:57:23 +00:00
kato
c5c8794e7f
Synchronize with sys/i386/boot/netboot/Makefile revision 1.14.
1997-10-12 11:56:06 +00:00
max
1dec1c3d6b
Typo fix.
1997-10-12 11:51:25 +00:00
helbig
ba81afcca2
Submitted by: Joachim Kuebart, thanks.
...
Add -u option to force unbuffered output
1997-10-12 09:52:49 +00:00
joerg
7694ff8663
Remove the call to scsi_start_unit() from sd_open(). It was causing
...
much grieve to owners of IBM drives when used in conjunction with
tagged command queuing, and didn't serve any purpose at all (since
experiments have proven that it simply didn't work).
Instead, call scsi_start_unit() once in sd_attach(), so in case the
drive has been configured to `remote start', it will spin up there.
(If it has spun down later, it must have been because of administrator
action (scsi(8)) anyway.)
While i was at it, bump the timeout for scsi_start_unit() to 30
seconds. 10 seconds were way too few for most drives.
1997-10-12 08:54:47 +00:00
jkh
b456ae04aa
Allow "foo0: disabled, not probed" message to stay, but make it conditional
...
on bootverbose so that those who _really wanna know_ still can.
Compromise suggested by: joerg
1997-10-12 08:31:41 +00:00
peter
4faaf1959d
Update de.4 to list new media options. Hopefully this is reasonably
...
correct.
1997-10-12 02:20:54 +00:00
brian
be5e3ab6be
Cosmetic: Mention that ppp is suspending before
...
executing a "shell" command.
1997-10-12 01:49:37 +00:00
jkh
2ce255ac2b
reference rc.conf(5) instead of a bogus rc.conf(8)
...
Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>
1997-10-12 01:00:19 +00:00
wosch
6614e4891f
Store temporary files in /var/tmp instead /tmp. This should avoid
...
a possible disk overflow for enormous large mails.
Submitted by: grog
1997-10-11 22:05:44 +00:00
joerg
4841b45bbe
Teach dd(1) about an option to write sparse files. Can be useful for
...
things like diskless clients' swap files etc.
Submitted by: pascal@zuo.dec.com (Pascal Pederiva) (ages ago, with many
stylistic changes by me)
1997-10-11 20:09:05 +00:00
joerg
11466e2a6f
Mention the improved sppp(4).
1997-10-11 18:41:12 +00:00
joerg
f6ca7e9935
sppp(4) is now also a consumer of the kernel MD5 code.
1997-10-11 18:35:26 +00:00
phk
645e7b2ab6
Distribute and statizice a lot of the malloc M_* types.
...
Substantial input from: bde
1997-10-11 18:31:40 +00:00
wosch
a14e4dea11
Do not use an intermediate file. The intermediate filename will go
...
into the info output which may breaks other programs (e.g. info2html).
1997-10-11 17:30:18 +00:00
phk
0b60d9f0b1
Freeing with unknown type is a panic kind of thing.
1997-10-11 13:13:09 +00:00
phk
3db5ba5d3e
Remove all traces of M_VFSCONF, which were for all practical
...
purposes unused.
1997-10-11 13:11:32 +00:00
joerg
49ed9fdc0d
Enable spppcontrol.
1997-10-11 11:34:00 +00:00
joerg
506d512fe9
This commit was generated by cvs2svn to compensate for changes in r30302,
...
which included commits to RCS files with non-trunk default branches.
1997-10-11 11:30:30 +00:00
joerg
f865af2794
The spppcontrol(8) utility that is required to set or display things
...
like PAP and CHAP secrets with sppp(4). This is the first utility
using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing
them in the first place).
1997-10-11 11:30:30 +00:00
joerg
0331a25e0d
Update to match reality. PAP/CHAP are now implemented, a number of bugs
...
fixed as well.
1997-10-11 11:27:25 +00:00
joerg
dd1b2fd214
Jumbo patch to implement PAP and CHAP for sppp(4). Partially based on
...
Serge's (Cronyx's) code in the vendor branch. (FR support not yet
merged.)
1997-10-11 11:25:28 +00:00
phk
05d08b5a3d
Remove a debug printf entirely.
1997-10-11 10:49:43 +00:00
peter
05925137bf
Disable an extremely annoying printf.
1997-10-11 10:41:44 +00:00
peter
34c09ca6a9
Attempt to fix the previous fix to the contigmalloc1 prototype.
...
struct malloc_type isn't defined in all cases (eg: from ddb), and the line
wrapping was very badly mangled.
1997-10-11 10:39:19 +00:00
phk
17f9f4e578
Update malloc.9 to reflect new reality.
1997-10-11 08:11:31 +00:00
phk
bd3b9b08a8
Be a little closer to current reality.
1997-10-11 07:39:45 +00:00
phk
48ec947acb
Remove a #ifndef __FreeBSD__ chunk.
1997-10-11 07:35:25 +00:00
phk
dde8490d33
Dike out a weird warning.
1997-10-11 07:34:27 +00:00
phk
045b39ade8
Fix a misleading comment. Rename a variable to make more sense.
...
Pointed out by by: bde
1997-10-11 07:32:43 +00:00
asami
3dfcb8cd24
Make this file p-make clean. (Use "ld -O foo" instead of "ld; mv
...
a.out foo".)
Reviewed by: bde (actually more like "Suggested by")
1997-10-11 02:37:42 +00:00
julian
6d26c07949
make a string longer so we can handle deeper source trees.
...
if global is in 2.2 can we do this there as well?
Submitted by: doug ambrisko (ambrisko@whistle.com )
1997-10-11 01:07:42 +00:00
dyson
a00683f93c
Make the target for the number of AIO daemons work.
1997-10-11 01:07:03 +00:00
wpaul
0fffdd6061
NIS+ compatibility kludge. A long time ago, I set up innetgr() so
...
that if searching through the special netgroup.byhost or netgroup.byuser
maps didn't work, we would roll over to the 'slow' method of grovelling
though the netgroup map and working out the dependencies on the fly.
But I left this option hidden inside an #ifdef CHARITABLE since I
didn't think I'd ever need it.
Well, the Sun rpc.nisd NIS+ server in YP compat mode doesn't support
the .byhost and .byuser reverse maps, so the failover is necessary
in order to be compatible. *sigh*
This closes PR #3891 , and should be merged into RELENG_2_2.
1997-10-11 00:03:25 +00:00
phk
f1a5d63a7b
struct kmemstats was renamed.
1997-10-10 18:19:48 +00:00
phk
a8f67509a6
Fix contigmalloc() and contigmalloc1() arguments.
1997-10-10 18:18:47 +00:00
phk
c0089963c1
Make ufs_reclaim free the underlying inode.
1997-10-10 18:18:13 +00:00
phk
a10f019e7e
Use generic ufs_reclaim().
1997-10-10 18:17:42 +00:00
phk
b8c11b5b79
Add type arg to ffs_mountfs and avoid examining v_tag to find out
...
if MFS is getting a free ride.
Use generic ufs_reclaim().
1997-10-10 18:17:00 +00:00
phk
c574a18264
Remove a bunch of unused malloc types.
...
A couple of potential bogons flagged.
Various prototypes changed.
1997-10-10 18:15:47 +00:00
phk
cfddde534b
Rename "struct kmemstats" to "struct malloc_type" it makes more sense now.
...
Fix type argument to hashinit() and phashinit()
1997-10-10 18:14:23 +00:00
phk
0a78fdbf4c
Mega commit to cleanup the "remaining nits" after my malloc change.
...
Introduce a M_EXT2NODE for ext2fs vnodes.
Use generic ufs_reclaim instead of hijacking ffs_reclaim.
1997-10-10 18:13:06 +00:00
phk
ad5c9a1c33
Make vmstat understand the dynamic malloc stuff. There are a number
...
of ugly hardcoded constants in there.
1997-10-10 14:08:07 +00:00
phk
7c874af4b8
Make malloc more extensible. The malloc type is now a pointer to
...
the struct kmemstats that describes the type.
This allows subsystems to declare their malloc types locally
and <sys/malloc.h> doesn't need tweaked everytime somebody
gets an idea. You can even have a type local to a lkm...
I don't know if we really need the longdesc, comments welcome.
TODO: There is a single nit in ext2fs, that will be fixed later,
and I intend to remove all unused malloc types and distribute
the rest closer to their use.
1997-10-10 14:06:34 +00:00
asami
59ad45bfeb
Do not use -B in initial build of "make". It doesn't exist in 2.1.x.
...
Instead, list the targets one per command line.
Reviewed by: bde
Submitted by: bde (part)
1997-10-10 13:02:36 +00:00
peter
18a6945684
#include <machine/tss.h> explicitly
1997-10-10 12:53:27 +00:00
peter
df386e1ca3
Compensate for pcb.h tweaks.
...
(Bruce pointed out the nesting)
1997-10-10 12:42:54 +00:00