peter
bf07d95540
A cleaner fix for PR#5102, clear nonsense flags at mount time rather than
...
in the core of nfs_bio.c at the 11th hour.
PR: 5102
1998-05-20 08:02:24 +00:00
peter
e207cd01f6
Don't change argp->flags after it's been copied.
1998-05-20 07:59:21 +00:00
phk
9aa9ab1fb2
LoadSoftModem() routine at sio.c does not trap general serial I/Os.
...
It fauls to probe eather DSI Modem or others.
PR: 4657
Reviewed by: phk
Submitted by: Kenji Saito <marukun@mx2.nisiq.net>
1998-05-20 06:46:58 +00:00
mph
2e1caaecd6
Add rcsid.
1998-05-20 05:43:01 +00:00
mph
fa6007f7a2
If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mk
...
blows up with errors.
1998-05-20 05:41:20 +00:00
mph
c6d2a02045
Add bsd.locale.mk to the list of files. Whether bsd.locale.mk is
...
the right solution or not, bsd.port.mk is broken unless bsd.locale.mk
is installed.
Note that if LOCALE is not defined, port-building explodes:
"/usr/share/mk/bsd.locale.mk", line 135: if-less elif
"/usr/share/mk/bsd.locale.mk", line 135: Need an operator
(For each .if testing LOCALE)
1998-05-20 04:57:16 +00:00
jkh
eebf15af74
Alpha MAKEDEV as directly imported from NetBSD-current. This will
...
almost certainly have to change as the FreeBSD/Alpha kernel comes
along, but for the transitionary period this is the most correct.
Obtained from: NetBSD
1998-05-20 03:05:05 +00:00
jkh
79017f5791
Add some place-holder files here to keep the distribution target
...
from blowing up. The disktab file isn't necessarily invalid either
for a PCI Alpha.
1998-05-20 03:01:42 +00:00
jkh
242a675c64
Don't pack distfiles left over from docs builds into ports.tgz.
1998-05-20 01:06:32 +00:00
julian
1c1e20a9a8
Change the description of where to get the Soft Updates files.
1998-05-19 23:23:09 +00:00
julian
92e0f9da97
Ensure that there is enough information here, so that people can use
...
soft updates should they desire.
1998-05-19 23:18:37 +00:00
julian
44ee923017
Bring up-to-date with Whistle's current version
...
Includes some debugging code.
1998-05-19 23:07:25 +00:00
julian
988e3e4a34
Merge with Kirk's version as of Feb 20
...
His version 9.23 == our version 1.5 of ffs_softdep.c
His version 9.5 == our version 1.4 of softdep.c
1998-05-19 22:54:53 +00:00
brian
a3d6984f73
Close forgotten descriptor.
...
PR: 6690
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-05-19 21:49:54 +00:00
julian
0cc808ba0d
Merge in Kirk's changes to stop softupdates from hogging all of memory.
1998-05-19 21:45:53 +00:00
dufault
9feb272372
1. Add new defs for mins and maxs for the POSIX flavor priorities. They
...
end up being the same, but it doesn't look like you're comparing
apples and oranges.
2. Use need_resched instead of reset_priority. This isn't right
either, since for example you'll round-robin against equal priority FIFO
processes when lowering the priority of another process,
but this works better and a real fix needs to be in kern_synch and
not out here.
3. This is not a device driver: copyin/copyout the structure.
1998-05-19 21:11:53 +00:00
dufault
c3a59be9e0
Remove option for SCHED_FIFO. With this optional, SCHED_FIFO
...
is the same as RTPRIO_IDLE when it falls through to the default.
1998-05-19 20:59:07 +00:00
dufault
7fd17d7019
Treat RTP_PRIO_FIFO the same as RTP_PRIO_REALTIME for status display.
1998-05-19 20:52:31 +00:00
julian
99669d2e37
Change to stop a silly panic. This should be understood better.
...
Change a buffer swizzle trick to a bcopy. It would be nice if the efficient
trick could be used in the future.
1998-05-19 20:50:41 +00:00
rnordier
bee67649e2
Support integer constant unsigned-suffix and long-long-suffix.
1998-05-19 20:41:20 +00:00
julian
ad8fcbb0ce
First published FreeBSD version of soft updates Feb 5.
1998-05-19 20:18:42 +00:00
julian
9ae1fc57cc
This commit was generated by cvs2svn to compensate for changes in r36206,
...
which included commits to RCS files with non-trunk default branches.
1998-05-19 20:03:29 +00:00
julian
f63e695a8d
Import the next version received from kirk after some
...
FreeBSD feedback.
1998-05-19 20:03:29 +00:00
julian
cf933b4671
Import the next version received from kirk after some
...
FreeBSD feedback.
1998-05-19 20:03:29 +00:00
julian
6df1279ada
Import the next version received from kirk after some
...
FreeBSD feedback.
1998-05-19 20:03:29 +00:00
julian
26ab4eddcb
This commit was generated by cvs2svn to compensate for changes in r36201,
...
which included commits to RCS files with non-trunk default branches.
1998-05-19 19:47:22 +00:00
julian
49095e88f1
Import the earliest version of the soft update code that I have.
1998-05-19 19:47:22 +00:00
julian
f9429f2998
Import the earliest version of the soft update code that I have.
1998-05-19 19:47:22 +00:00
julian
bd1d27ef18
Import the earliest version of the soft update code that I have.
1998-05-19 19:47:22 +00:00
peter
a4775d632f
Missing parens caused cpu features not to be printed for cyrix >= M2/MX.
...
Althought the comments say the datasheet doesn't list the device ID
registers on the M2/MX, they seem to be there and quite alive.
(It's interesting to note that the M2/MX calls itself a 686 class cpu but
is missing a heck of a lot of features, including VME, PGE, PSE, etc)
1998-05-19 19:40:45 +00:00
phk
159f68347c
Change a data type internal to the timecounters, and remove the "delta"
...
function.
Reviewed, but not entirely approved by: bde
1998-05-19 18:55:02 +00:00
phk
15e1fb4bac
Change a data type internal to the timecounters, and remove the "delta"
...
function.
Reviewed, but not entirely approved by: bde
1998-05-19 18:48:30 +00:00
phk
af59853834
Redo the previous commit in a more Bruce-friendly fashion.
...
Urged by: bde
1998-05-19 18:42:09 +00:00
jdp
d796fafffb
Fix a typo-bug in ipflow_reap that could cause a NULL pointer
...
dereference. I have also sent this fix to Matt Thomas.
1998-05-19 17:47:11 +00:00
pb
03f5c91484
Make "netstat -s" display stats on fast-forwarded packets.
...
Obtained from: NetBSD code
1998-05-19 16:00:55 +00:00
pb
d5dbf35cd8
Move (private) struct ipflow out of ip_var.h, to reduce dependencies
...
(for ipfw for example) on internal implementation details.
Add $Id$ where missing.
1998-05-19 15:53:50 +00:00
dg
337c39bf08
Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.
1998-05-19 14:19:03 +00:00
dg
5f8a4130d8
Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via
...
NetBSD, ported to FreeBSD by Pierre Beyssac <pb@fasterix.freenix.org> and
minorly tweaked by me.
This is a standard part of FreeBSD, but must be enabled with:
"sysctl -w net.inet.ip.fastforwarding=1" ...and of course forwarding must
also be enabled. This should probably be modified to use the zone
allocator for speed and space efficiency. The current algorithm also
appears to lose if the number of active paths exceeds IPFLOW_MAX (256),
in which case it wastes lots of time trying to figure out which cache
entry to drop.
1998-05-19 14:04:36 +00:00
thepish
c3415a2524
PR: misc/6031
...
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:14:11 +00:00
thepish
3b0c06fb6c
PR: misc/6031
...
Patch applied as per PR - enables preferential fetch from local mirrors
1998-05-19 13:02:04 +00:00
kato
b82aea5ea9
Sync with sys/i386/i386/machdep.c revision 1.296.
1998-05-19 12:58:05 +00:00
danny
ade4291d50
Reminded by: Alex Nash
...
Bring man page up to date with -q flag behaviour.
1998-05-19 12:50:35 +00:00
phk
9abae418f8
Remove a bogus dependency on the size of the inkernel msgbuf.
...
This change is likely to introduce a few linebreaks in the boot
messages, but that is not easy to solve without breaking syslogd
semantics. Maybe the right fix is to return an integral number
of lines from the kernel driver.
Noticed by: dg
1998-05-19 12:02:41 +00:00
obrien
8bc69f7d31
Add new NetBSD FFS with FDISK partition ID 0xa9
...
Obtained from: Frank van der Linden <frank@wins.uva.nl>
1998-05-19 11:15:44 +00:00
phk
e9c01f2e74
Add "show msgbuf" command
1998-05-19 11:02:24 +00:00
phk
00b3b49e1b
Make the size of the msgbuf (dmesg) a "normal" option.
1998-05-19 08:58:53 +00:00
peter
24a3627dd7
Support changing the attribute cache limits per-mount. We don't have
...
many option letters left, I used long names only (like the previous
port= option)
1998-05-19 07:18:28 +00:00
peter
34e429e59e
Make the previous commit compile..
1998-05-19 07:13:21 +00:00
peter
1777a04b11
Allow control of the attribute cache timeouts at mount time.
...
We had run out of bits in the nfs mount flags, I have moved the internal
state flags into a seperate variable. These are no longer visible via
statfs(), but I don't know of anything that looks at them.
1998-05-19 07:11:27 +00:00
jkoshy
56469e323e
Improve description of absolute modes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6634
1998-05-19 06:24:50 +00:00