silby
2a088a1417
Change the -x option so that it does an actual REAL test of
...
the correctness of this program. Previously, it printed out
the MD5 values of some test strings, but did not tell you
if they were correct or not!
2003-01-26 08:23:37 +00:00
jeff
e7887da8bd
- Remove a redundant scheduler option.
...
Pointy hat to: jeff
Spotted by: dillon
2003-01-26 06:37:43 +00:00
jake
8dea9daa01
Move e450 to supported systems and add e3500 to partially supported.
...
Thanks to Bill Fenner for providing access to an e450, and to Tomi Vainio
for testing on an e3500 (any many other machines).
2003-01-26 06:09:32 +00:00
jeff
4969ed6392
- Add entries for scheduler selection
2003-01-26 05:35:54 +00:00
jeff
fcc0f1613b
- Add an entry about the new scheduler options.
2003-01-26 05:29:48 +00:00
jeff
8d3838b535
- Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
...
of the scheduler.
- Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
2003-01-26 05:29:12 +00:00
jeff
f8d3c4423d
- Add the ule scheduler. This is intended to be a general purpose process
...
scheduler with many SMP benefits. It is still very experimental and should
be used only in test environments.
2003-01-26 05:23:15 +00:00
orion
bbd4e95744
Disable DRA to fix problems with recording.
2003-01-26 04:23:23 +00:00
jeff
7e4b46c64e
- Call sched_sleep() instead of rolling our own in cv_waitq_add().
2003-01-26 04:00:39 +00:00
jake
729d6018c5
Merge some code paths back together so that we only instantiate 1 copy of
...
the user tlb fault handlers.
2003-01-26 03:38:30 +00:00
keramida
89f001d710
Convert references to other manpages to .Xr and add
...
entries to the SEE ALSO section.
2003-01-26 02:52:07 +00:00
keramida
42e9848116
Reword the description of -R a bit and add a note about being careful
...
when -R is combined with patterns that might match ".." (like ".*").
PR: 46415
Submitted by: Gary W. Swearingen <swear@attbi.com>
2003-01-26 02:40:23 +00:00
jake
2215fbe46c
Allow defaulting the console to ttya when it sets to screen and keyboard
...
in the prom but no keyboard is plugged in.
2003-01-26 01:56:20 +00:00
silby
d707debfda
Merge the best parts of maxfragpackets and maxnipq together. (Both
...
functions implemented approximately the same limits on fragment memory
usage, but in different fashions.)
End user visible changes:
- Fragment reassembly queues are freed in a FIFO manner when maxfragpackets
has been reached, rather than all reassembly stopping.
MFC after: 5 days
2003-01-26 01:44:05 +00:00
fenner
a889502d5d
Merge Multi-DLT support.
2003-01-26 01:23:26 +00:00
fenner
84873f87ee
Merge multi-DLT support.
2003-01-26 01:21:53 +00:00
fenner
e3b499182e
This commit was generated by cvs2svn to compensate for changes in r109839,
...
which included commits to RCS files with non-trunk default branches.
2003-01-26 01:16:33 +00:00
fenner
34111fdf72
Commit tcpdump.org's multi-DLT support to vendor branch.
2003-01-26 01:16:33 +00:00
fenner
24ede2d805
Commit tcpdump.org's multi-DLT support to vendor branch.
2003-01-26 01:16:33 +00:00
imp
c9c03276cc
Add INTEL EEPRO100
...
Submitted by: joerg
2003-01-25 23:18:01 +00:00
mtm
4185214610
NETWORKING should also mean routing daemons are up.
...
Approved by: markm (mentor)
2003-01-25 23:14:08 +00:00
mtm
df94d591fe
Start isdnd before ppp for those folks who use ppp-over-isdn.
...
Approved by: markm (mentor)
2003-01-25 23:03:48 +00:00
silby
5eab66f151
Remove some unnecessary casts.
2003-01-25 22:41:22 +00:00
alfred
07bd7704bc
regen
2003-01-25 21:34:07 +00:00
alfred
28e8e60e36
Bring shm functions closer the the opengroup standards.
...
PR: 47469
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-01-25 21:33:05 +00:00
alfred
918ae76f60
regen.
2003-01-25 21:30:08 +00:00
alfred
cea829ec35
Bring semop() closer the the opengroup standards.
...
PR: 47471
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-01-25 21:27:37 +00:00
mtm
30ac5984d1
Read /etc/rc.subr.
...
Approved by: markm (mentor)(implicit)
Noticed by: kris
2003-01-25 20:02:35 +00:00
dillon
03203fa113
Change the nominal swap calculation from 1/2 physical memory to 1/8
...
physical memory. The default is still 2x physical memory. The nominal
calculation is used to back-off swap auto-allocation ('A'uto command)
when the disk is not large enough to accomodate all filesystem auto-defaults.
This gives other partitions (like /usr) more priority over swap on smaller
disks.
This should help solve reported auto-sizing failures on machines with small
hard drives and huge amounts of memory. For example, a machine with 2G of
disk and 4G of memory will fail to auto-size without this fix.
MFC after: 3 days
2003-01-25 19:32:35 +00:00
dillon
84dc829bfc
Commit simple mergemaster changes to make the UI more deterministic
...
(far easier to use) by limiting the initial display to the size of the
window.
2003-01-25 19:12:06 +00:00
dillon
401c720261
Readjust the cache initialization code to make it more obvious that the
...
cache is bypassed when disabled.
2003-01-25 19:06:30 +00:00
alc
1340379168
Add MTX_DUPOK to the initialization of system map locks.
2003-01-25 18:45:55 +00:00
bmah
31e727bfc6
New release notes: dumpfs(8) -M, fetch(1) .netrc/-N, fetch(3) .netrc.
2003-01-25 17:45:27 +00:00
orion
fa9bb7ba2f
Add ac97_patch.[ch] that provide space for ac97 codec specific patches.
2003-01-25 16:54:05 +00:00
simokawa
9990af4e06
Fix typo and update information.
2003-01-25 15:24:59 +00:00
simokawa
cff711e6e6
Rescaning the bus is usually unnecessary.
2003-01-25 15:07:22 +00:00
yar
e67bf5e192
GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT.
2003-01-25 14:59:48 +00:00
simokawa
ea028a97ec
Change API of FW_GDEVLST ioctl.
...
- include information about itself.
- define struct fw_devinfo and use it in struct fw_devlstreq.
- unify EUI64 representation using struct fw_eui64.
2003-01-25 14:47:33 +00:00
phk
bd84d01eea
Add sysctl kern.timecounter.nsetclock which indicates the number of
...
potential discontinuities in our UTC timescale.
Applications can monitor this variable if they want to be informed
about steps in the timescale. Slews (ntp and adjtime(2)) and
frequency adjustments (ntp) will not increment this counter, only
operations which set the clock. No attempt is made to classify
size or direction of the step.
2003-01-25 07:51:09 +00:00
kbyanc
c9f898d44f
Since route(8) itself is no longer setuid, we can get a meaningful
...
answer for the euid. As a result, fix it such that setuid scripts or
programs may call route(8) to do work on their behalf.
Reviewed by: ru
MFC after: 3 days
2003-01-25 01:28:11 +00:00
jake
980d4f44b4
Moved some (gas) macros up so they can be used in more places.
2003-01-24 23:47:46 +00:00
hsu
2d948f2956
Remove extraneous FILEDESC_LOCKs around atomic reads.
...
Reviewed by: jhb
2003-01-24 22:49:52 +00:00
pdeuskar
1e3ba45ac0
Correct License text.
...
MFC after: 1 day
2003-01-24 21:28:20 +00:00
wollman
2cc9a9b4f8
Say goodbye to freen' and
freend'.
...
freen: imputed typo in original wordlist. I can find no evidence for this
being an actual English word, not even in the OED.
freend: archaic spelling of `friend'. In a modern document, it is far
more likely that this appears as a typo or a dialect word than it does
under the original meaning, so remove it as not to cause false negatives
for spelling checkers.
2003-01-24 20:51:03 +00:00
wollman
5b1726f07a
Fix formatting of rev. 1.6 so that the note fits on a line.
2003-01-24 20:44:26 +00:00
wollman
8591799b13
Correct grammatical error.
2003-01-24 20:43:14 +00:00
mike
33e70583eb
Add an MLINK malloc.conf(5) -> malloc(3).
2003-01-24 13:58:56 +00:00
simokawa
0a0fee3fac
Remove FW_SSTDV ioctl. It is not used anymore.
2003-01-24 13:03:19 +00:00
simokawa
14df48f995
Merge little and big endian case.
2003-01-24 12:45:19 +00:00
dfr
e15ccd7613
Fix pmap_extract so that it doesn't panic if the user types
...
'cat /proc/pid/map'
Submitted by: Arun Sharma <arun.sharma@intel.com>
2003-01-24 09:58:32 +00:00