Commit Graph

157842 Commits

Author SHA1 Message Date
macallan fd90105b35 add smartbat driver, defflag some debug stuff 2007-03-25 23:21:45 +00:00
jmcneill 3531e1395b misc/36088: the drm(4) manual page states the wrong major number for the
drm device, from Blair Sadewitz.
2007-03-25 23:19:24 +00:00
degroote 0138b12722 Honor the ip4_ah_offsetmask bits (clear or not the ip->ip_off field for ah
processing).
2007-03-25 22:11:18 +00:00
degroote 46c420f11a Use ip4_ah_cleartos instead of ah_cleartos for consistency 2007-03-25 22:06:33 +00:00
tls ff577890f0 Revert revision 1.6: with a -current GENERIC.MP kernel we cannot reproduce
the TLB shootdown IPI storms on any of the machines in question.
2007-03-25 20:49:05 +00:00
mlelstv 46e95ff4ed add missing W coordinate 2007-03-25 20:28:03 +00:00
liamjfoy 28ed4dc8da Document net.inet.ip.hashsize to control the IPv4 Fast Forward hash table size 2007-03-25 20:13:44 +00:00
liamjfoy b8ef59d720 Add net.inet.ip.hashsize to control the IPv4 fast forward hash table size. 2007-03-25 20:12:20 +00:00
agc cbd0d608fc Add the catman page for drm(4) to the sets. 2007-03-25 18:58:05 +00:00
mlelstv a77a2ee482 Add values for Pentium M 780 (2.26GHz). 2007-03-25 17:12:32 +00:00
mlelstv f4a46a86ea Handle events from passthrough devices like the Thinkpad 'Navistick'. 2007-03-25 16:26:41 +00:00
gdt 041e1f36f1 Note libc Makefile problems and give advice to make cleandir in libc
and ld.elf_so.  Suggested by Ryo HAYASAKA on current-users@.
2007-03-25 16:23:04 +00:00
jmcneill 6a9cc7b708 Handle the input change interrupt, and automatically switch between
headphone and speaker as appropriate.
2007-03-25 13:45:58 +00:00
degroote 40cf3d18fa Make an exact match when we are looking for a cached sp for an unconnected
socket. If we don't make an exact match, we may use a cached rule which
has lower priority than a rule that would otherwise have matched the
packet.

Code submitted by Karl Knutsson in PR/36051
2007-03-25 12:46:42 +00:00
apb b6c6d298a0 s/PATH/PATH environment variable" in an error message. 2007-03-25 12:36:01 +00:00
wiz 71e25e3558 + gdb-6.6, postfix-2.3.8. 2007-03-25 09:55:04 +00:00
jnemeth 0b59ea5a73 Fixed formatting. Problem was that we were trying to get the result
of a data transfer operation immediately after the data transfer
was finished, instead of waiting for the chip to interrupt us and
tell us that it was finished and had the result for us.  This worked
okay for read and write since the operation would be finished very
shortly after the data transfer completed.  However, with formatting,
the chip still had most of the rest of the track to do, so we ended
up timing out before the operation was finished.
2007-03-25 09:29:11 +00:00
wiz c15cd181b7 Add basic drm(4) man page, and link it to drivers.
Feel free to improve it!
2007-03-25 09:11:55 +00:00
apb cabe8d739b If the PATH contains any components that are not absolute
directory names, print a message and abort.  In expert mode,
downgrade this error to a warning.

Fixes PR 36048
2007-03-25 07:56:38 +00:00
apb faafdc7e21 Document that shell arithmetic now uses intmax_t. Document that
variables in shell arithmetic don't need "$" signs.
2007-03-25 06:56:43 +00:00
isaki f6b15a715e Regen; ATI ES1000. 2007-03-25 06:42:20 +00:00
isaki 4185e7fad0 Add ATI ES1000. 2007-03-25 06:41:30 +00:00
apb b233081ee5 Add tests for shell arithmetic. The new tests 4, 5, 6 all pass,
but the existing test 3 fails.
2007-03-25 06:37:01 +00:00
apb 1a20cbd95e WARNS=4 2007-03-25 06:30:37 +00:00
apb 91ce988bec Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). 2007-03-25 06:29:26 +00:00
xtraeme aeee45c69c Explicitly initialize msr. 2007-03-25 02:44:29 +00:00
xtraeme 8340d8f47f typo. 2007-03-25 02:41:53 +00:00
xtraeme 8cd29f0e64 Add another member to struct cpu_msr_broadcast, msr_read that will
enable the rdmsr call in msr_write_ipi(), so that when it's not
defined we don't read it before writing; disabled in powernow_k8
and enabled in the others.
2007-03-25 02:27:16 +00:00
uwe 11aff612ad sh3 has been adapted to yamt-idlelwp.
hpcsh boots multiuser.
2007-03-25 02:02:56 +00:00
sekiya 5afc64c3b1 Update my bits of the TODO list. 2007-03-25 00:49:31 +00:00
joerg cc1b813618 Don't segfault during decoding of unlimited strings in PPPoE. 2007-03-24 23:20:12 +00:00
dillo 42b1cd44dc Make example consistent (fix typo in file names). 2007-03-24 23:16:11 +00:00
christos bf9f72425e comment out unmap; breaks X. 2007-03-24 23:02:24 +00:00
uwe f36e3e9ebe G/c unused defines/includes. 2007-03-24 21:32:11 +00:00
rmind 60e35a7f80 Export uvm_uarea_free() to the rest.
Make things compile again.
2007-03-24 21:15:39 +00:00
jmcneill 04a1167b6f Fix header locations for NetBSD. 2007-03-24 20:33:08 +00:00
ad a5070151ae - Test+branch is usually cheaper than making an indirect function call,
so avoid making them.
- When parking an LWP on a condition variable, point the hint argument at
  the mutex's waiters queue. Chances are we will be awoken from that later.
2007-03-24 18:51:59 +00:00
christos 8a0e56297d KNF, properly protect. 2007-03-24 17:50:17 +00:00
rmind 7b9af0160d Handle newlwp() error case. Currently, newlwp() cannot fail, but this
will likely change in the future.
2007-03-24 16:43:56 +00:00
xtraeme 0a3943cb24 * Remove the WRITE_FIDVID macro from powernow.h and use it in in the
powernow_k8 driver (much better than undeffing and write it again).
* Fix the WRITE_FIDVID macro, I changed it to use the third argument
  for the bitmask, but it's not correct.

Last change should fix the problem reported by FUKUMOTO Atsushi.
2007-03-24 15:35:15 +00:00
jmcneill 881e272543 Include dev/pci/drm/files.pcidrm 2007-03-24 15:04:43 +00:00
jmcneill 80411c1546 Separate DRM files from files.pci 2007-03-24 15:04:10 +00:00
yamt 90540b3f29 yamt-idlelwp-base4 2007-03-24 14:57:21 +00:00
yamt 05848a06de yamt-idlelwp:
- some updates.
- tweak whitespace.
2007-03-24 11:48:01 +00:00
skrll 0cdd61de09 Nullify the instruction after hp700_intr_ipending_new... scary. 2007-03-24 09:45:32 +00:00
christos 00201e88c3 PR/36069: Huang Yushuo: racoon can't work with pam_group
We need -lutil for login_getpwclass
2007-03-24 02:08:45 +00:00
christos 8f6921b522 PR/36069: Huang Yushuo: racoon can't work with pam_group
Set RUSER.
2007-03-24 02:07:42 +00:00
rmind dfffa00c8c yamt-idlelwp: Add a status of ports. 2007-03-24 01:24:01 +00:00
liamjfoy 64f6a30122 Minor change - be a little more consistant in sysctl handlers names 2007-03-24 00:42:14 +00:00
liamjfoy ac43382f1f Don't call ip*flow_reap if we're just looking up maxflows 2007-03-24 00:27:58 +00:00