131431 Commits

Author SHA1 Message Date
dsl
d6329c55cd Implement strtok() in terms of strtok_r() 2004-10-27 19:12:31 +00:00
christos
fc23d32c7d Call check_sender with NULL atime, meaning no strict checking. 2004-10-27 17:49:19 +00:00
christos
74c9d10c58 make the atime and msgok optional. If we did not request atime, then we
don't want strict checking and in this case if the tty is not found we
don't exit. write calls this with atime != NULL and wall calls this with
atime == NULL.
2004-10-27 17:48:47 +00:00
kent
15afb616fc add "hw.auichN.ac97rate" sysctl MIB to specify AC'97 link rate.
It is needed because automatic calibration by auich_calibrate() is not
so precise.

- Why not ioctl?
  It is not good idea to add a new ioctl operation to MI audio for
a specific audio device.
- Why not mixerctl item?
  AC'97 linke rate is not related to audio mixing.
2004-10-27 13:26:43 +00:00
augustss
3f877f0787 Regen. 2004-10-27 07:03:16 +00:00
augustss
a546123041 Add some products from FreeBSD. 2004-10-27 07:02:47 +00:00
skrll
89ce37fcdb Backout previous. 2004-10-27 06:55:53 +00:00
skrll
13d6d39771 Don't pass &proc0 in the UIO_SYSSPACE case it is not needed. 2004-10-27 06:51:06 +00:00
wiz
5bbff42faa Add missing whitespace (thanks, john) 2004-10-27 00:56:17 +00:00
wiz
f723aed466 Remove some trailing whitespace and unnecessary macro argument quoting;
some other minor fixes.
2004-10-27 00:41:31 +00:00
dan
59835c8641 remove obsolete note about NEW_BUFQ_STRATEGY being unproven, as noted
in previous.
2004-10-27 00:01:34 +00:00
heas
6df21a5e13 GC some trailing WS. 2004-10-26 22:52:44 +00:00
thorpej
e2be7a929e Implement the DIOCCACHESYNC ioctl; we just pass it along to the parent. 2004-10-26 22:50:16 +00:00
oster
42abd8f7a0 Cleanup a bit by nuking RF_Malloc macro, and add in some error
checking for the case where we can't allocate memory.  (Not like
anyone uses this part of the code anyway.)
2004-10-26 22:46:27 +00:00
thorpej
c22daf01f0 Implement the DIOCCACHESYNC ioctl. 2004-10-26 22:46:13 +00:00
thorpej
f64a29d708 Implement the DIOCCACHESYNC ioctl; we simply pass it through to each
underlying component.
2004-10-26 22:44:45 +00:00
bouyer
01d27a59a7 wdc_drvprobe(): don't poll for the IDENTIFY, use interrupts. There's no
reasons to not use interrupts here, and polling cause problems when there is
a shared queue between 2 channels.
Fix kern/27421 by Martin Husemann.
2004-10-26 21:21:59 +00:00
heas
57d5be9208 Document Chris Torek's (the "new" format) bitmask format string. 2004-10-26 20:58:10 +00:00
augustss
d32a749096 Allow strings descriptor 0 to be fetched. It's the default language index. 2004-10-26 20:46:16 +00:00
perry
acd0ac9fc4 replace a tab with a space so commenting out auacer is more
aesthetically acceptable.
2004-10-26 19:52:23 +00:00
oster
fa730392bc Strip off trailing \n's and spaces from configuration file lines.
Makes RAIDframe more forgiving if you accidentally add a space after
things like device names.  Fixed at long last after a reminder over
the weekend.
2004-10-26 19:52:21 +00:00
christos
4b03e4a99f Allow root to write even if it does not have a tty. 2004-10-26 19:24:00 +00:00
oster
2b7fd0220d How about we use the 'len' parameter to rf_get_next_nonblank_line()
instead of assuming all buffers are 256 bytes.
2004-10-26 19:23:19 +00:00
augustss
2d3b68ad83 Add some medis defines. 2004-10-26 17:28:52 +00:00
augustss
547cfc9779 Protect MII reads and writes properly against multiple access.
Set full duplex mode when status tells us to.
(I can now get 4Mbyte/s instead of 20kbyte/s rx speed.)
2004-10-26 17:20:47 +00:00
tron
addf1a0f97 Fix broken cpio(1) option handling:
- "cpio -i -t" should list the contents of a file, not extract it.
- Don't extract a file when only option "-d" is given.
Patch supplied by Paul Ripke in PR bin/26513.
2004-10-26 16:11:49 +00:00
augustss
b729362224 Regen. 2004-10-26 11:31:17 +00:00
augustss
fe432c40cc Add a vendor and some products. 2004-10-26 11:30:52 +00:00
taca
024eac4ed7 OpenSSL 0.9.7e released. 2004-10-26 08:05:25 +00:00
itojun
5e3841214f no need to call defrouter_select() here any more; jinmei 2004-10-26 07:03:29 +00:00
skrll
1d0409de9a Fix bug in siginfo handling introduced in revision 1.93 2004-10-26 06:58:05 +00:00
itojun
830e5a5fbf more cleanup on onlink assumption; jinmei 2004-10-26 06:54:53 +00:00
itojun
e5802101b4 change description of -I to meet the current implementation. bump date 2004-10-26 06:42:14 +00:00
xtraeme
2141f16fbe Fix typo in a comment: alalog -> analog. 2004-10-26 06:32:20 +00:00
itojun
b5f3688c67 remove onlink assumption behavior (consider destination on-link if default
router list is empty) based on recent IETF ipv6 discussion (RFC2461 5.2).

fix "ndp -I delete".
2004-10-26 06:08:00 +00:00
augustss
4d2499feda Free memory in the correct order. Pointed out by Jeff Rizzo. 2004-10-26 05:00:59 +00:00
yamt
a9fa9f0745 since daddr_t is 64-bit these days, simply use nfs directory cookies
as buffer cache indexes.  regress/sys/fs/getdents is now supposed to work.
fix PR/27112.
2004-10-26 04:34:46 +00:00
xtraeme
0ef90c1bfc Fix typo: labe -> label. 2004-10-26 01:09:25 +00:00
yamt
20a0770136 remove #if 0'ed out definition of VA_EXCLUSIVE. 2004-10-26 00:58:54 +00:00
yamt
3d250e0476 remove an unused macro, NMOD. 2004-10-26 00:27:07 +00:00
yamt
4dd708bfff a relatively lightweight implementation of kernel_lock. 2004-10-26 00:14:46 +00:00
peter
8270ea3f59 Use ANSI function decls. 2004-10-25 23:37:58 +00:00
peter
7101691fa3 Remove two redundant conditionals. 2004-10-25 23:06:41 +00:00
peter
993460fbb1 Change the static array to a linked list, removes the limit of max 20 LKMs.
Mostly from OpenBSD.
Reviewed by several people on tech-kern.
2004-10-25 22:59:12 +00:00
enami
63a896d5a8 Fill some entry in fake wdc_ata_bustype since those are called even
if no wd(4) device is configured in a kernel.
2004-10-25 22:42:09 +00:00
yamt
d9a63ae94a flush stdout before switching output to stderr. 2004-10-25 20:35:40 +00:00
yamt
a2e8d4b465 short results are not fatal. 2004-10-25 20:34:50 +00:00
hannken
12c30b8690 Add speedstep support for Dothan processors.
From Steven J. Dovich via PR#26342.

Tested on "Intel(R) Pentium(R) M processor 1.60GHz".
2004-10-25 15:42:24 +00:00
sketch
0d451812d5 Regen (Dell Port Replicator added). 2004-10-25 11:32:02 +00:00
sketch
b06825e711 Add Dell Port Replicator. 2004-10-25 11:31:03 +00:00