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
jkh
f99594a8c3
cosmetic: clean up startup messages and rearrange some options
...
to go in a more proper order.
1998-05-19 04:36:31 +00:00
jkoshy
5a379d943a
Use the correct name of the login.conf(5) capability (`passwordperiod' ->
...
`passwordtime').
1998-05-19 03:48:07 +00:00
ahasty
c812f8700d
Reviewed by: ahasty@freebsd.org
...
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL
in the kernel config file makes the driver's video_open() function
select PAL rather than NTSC. This fixed all the hangs on my
Dual Crystal card when using a PAL video signal.
As a result, you can loose the tsleep (of 2 seconds - now 0.25!!)
which I previously added. (Unless someone else wanted the 0.25
second tsleep).
1998-05-19 03:38:31 +00:00
jkoshy
47f7483616
Removed reference to obsolete file "README.iBCS2".
...
Submitted by: Max Euston <max@jmrodgers.com>
PR: 6679
1998-05-19 03:31:34 +00:00
max
1298bb5776
Typo fix.
1998-05-19 03:10:14 +00:00
tegge
aeb819ac56
Back out part of revision 1.198 commit (clearing kernel stack pages).
...
By request from David Greenman <dg@root.com>
1998-05-19 00:06:35 +00:00
tegge
9fdbafa2fe
Disallow reading the current kernel stack. Only the user structure and
...
the current registers should be accessible.
Reviewed by: David Greenman <dg@root.com>
1998-05-19 00:00:14 +00:00
wpaul
34f4d24e56
Toss publickey.c in the attic and remove it from the Makefile.
...
If we have it in libc, we don't need it here.
1998-05-18 21:59:53 +00:00
wpaul
bf09c95533
Replace the getpublickey() stub with the real thing.
1998-05-18 21:59:15 +00:00
guido
6f968c2fa2
Plug hole reported on Bugtraq: do not allow mmap with WRITE privs for
...
append-only and immutable files.
Obtained from: OpenBSD (partly)
1998-05-18 18:26:27 +00:00
guido
8a46909d1a
Grumble...It seems I'm suffering from some mental disease. Do it correct now.
1998-05-18 17:11:24 +00:00
guido
636533efef
Add some parenthesis for clarity and fix a bug
...
Pointed out by: Garrett Wollmand
1998-05-18 17:07:58 +00:00
wosch
09b90b62ab
Add rules to generate PDF files.
1998-05-18 16:57:10 +00:00