Commit Graph

143955 Commits

Author SHA1 Message Date
drochner be8cb1f8b9 add missing DLTs from the libpcap-0.9.4 distribution 2006-02-27 14:22:26 +00:00
jmcneill cf4e65bbe1 Disable vesafb_powerhook for now. 2006-02-27 13:41:40 +00:00
jmcneill 6984d2ca99 Fixup a performance problem in rasops_copyrows that I introduced during
the shadowfb merge.
2006-02-27 12:19:29 +00:00
drochner 4cf9c4d0dc fix bpf_validate():
a missing "break" caused any bpf filter containing
a division to be rejected
2006-02-27 11:42:58 +00:00
peter a3d9242e4a Add (empty) machine_standby and machine_sleep functions, which will be
needed for hpcapm(4).
2006-02-27 11:34:35 +00:00
sketch bd7b072254 Update documentation to reflect reality; uvm_init() runs after the console
has been configured, then cpu_startup() prints the initial copyright banner.
2006-02-27 11:21:03 +00:00
he 2910d4c72c The WALNUT port has now grown a dependency of ibm4xx_autoconf.c via
ibm4xx_device_register(), so include that file in the kernel build.
2006-02-27 11:04:31 +00:00
lukem 8e931a8920 Use device number as well as inode to detect hardlinks.
Rename shell variable names to more accurately their purpose.
2006-02-27 09:08:10 +00:00
lukem 99f38b2f21 Deal correctly with hard-linked timezone (synonym) files during
the copy from the build directory to the DESTDIR.
/usr/share/zoneinfo is now smaller & use less inodes again.
Fixes problem I introduced in rev 1.37 on 2004/01/30.
2006-02-27 08:08:50 +00:00
dyoung cee154c1e6 Quiet ath(4) when debug output is enabled with the hw.athX.debug
sysctl: only print messages pertaining to transmission when
ATH_DEBUG_XMIT is set, instead of printing them when ATH_DEBUG_ANY
is set.

Patch via Sam Leffler.
2006-02-27 06:18:47 +00:00
dyoung 866e8c46e0 Move the SIOCS80211, SIOCG80211STATS, SIOCG80211ZSTATS definitions
nearer the top of ieee80211_ioctl.h for easy comparison with their
FreeBSD counterparts (which should just go away).
2006-02-27 06:09:10 +00:00
dyoung 23d456226f Add link-layer specific flags, M_LINK[456], for future use by
net80211, especially transmit-packet fragmentation and "fast frames."
2006-02-27 05:46:39 +00:00
dyoung e597d2a713 Simplify SIOCS80211BSSID, making it work just like IEEE80211_IOC_BSSID.
The upshot is that the interface is *always* reset when a BSSID is
configured.  While I am here, rename unwieldy empty_macaddr variable
to zerobssid.
2006-02-27 05:44:53 +00:00
gdamore 694fd3d498 Note addition of MTX-1 (meshcube/accesscube) support. 2006-02-27 05:26:11 +00:00
gdamore 43518cac14 Incorrect pci_mbar/pci_mwmask related calculation was causing devices to be
inaccessible on some platforms.
2006-02-27 05:02:50 +00:00
thorpej 9bc69fdb97 cfg1, cfg2, and swdpin are not generic properties the same way that
mac-addr is.  Prefix them with i82543-
2006-02-27 04:50:47 +00:00
thorpej d1f18238ca Use device_is_a(). 2006-02-27 02:59:24 +00:00
thorpej cbb0407210 Use device_is_a() more. 2006-02-27 02:58:56 +00:00
thorpej 6a56683d19 Use device_is_a(). 2006-02-27 02:56:19 +00:00
thorpej 4a9a30ddf2 Use device_is_a() more. 2006-02-27 02:53:33 +00:00
peter 4e0a2c5950 Remove the include <machine/autoconf.h>, it is a) not needed any more and
b) not available on all hpc ports.
2006-02-27 02:30:39 +00:00
dyoung a6c30a4235 Register authenticators for 802.1x, WPA. 2006-02-27 01:08:28 +00:00
dyoung e16ddd314e KNF: return NULL for a pointer, instead of 0. 2006-02-27 00:55:46 +00:00
cube 1a40a44a0c Add support for OAPM_IOC_GETPOWER. That will keep binary compatibility
when hpcarm switches to using hpcapm(4).
2006-02-27 00:38:25 +00:00
pooka fd66aebd5b fix tyop in debug printf 2006-02-26 23:52:08 +00:00
pooka bf4d72443b make compile with AUCONV_DEBUG: rename encoding_names to encoding_dbg_names
to avoid -Wshadow collision
2006-02-26 23:23:59 +00:00
apb f34c12e989 Make ".WAIT" apply recursively to all children of nodes on the right
hand side of the .WAIT, except when the recursive interpretation would
cause a cycle in the dependency graph.

Discussed in tech-toolchain.  Reviewed by christos, sjg.
2006-02-26 22:45:46 +00:00
wiz 3ea7f78b57 Fix typo. 2006-02-26 22:40:50 +00:00
sjg 701c9d99a7 Using ./bin in the test case, causes problems when 'make test' is
run from 'unit-tests' rather than the parent dir.
2006-02-26 22:20:55 +00:00
he 5c8819cf0b Fix one more missing double quote. 2006-02-26 21:50:49 +00:00
sjg 2bc18a45e6 Update man page and add test case for specifying modifiers via variable.
Also allow said variable to appear anywhere in the modifier list.
2006-02-26 21:43:00 +00:00
he 016de84c5b Insert an obviously missing double quote. 2006-02-26 21:42:16 +00:00
apb 9e61b51ee3 Fix default handling. etcupdate with no "-s" flag
should act like "etcupdate -s /usr/src".
Approved by christos.
2006-02-26 19:56:51 +00:00
apb 8cc0e19f2c Typo in comment. 2006-02-26 19:55:46 +00:00
apb 03f40d9364 Pass BUILD=1 in make environment.
Fixes PR 30385 from Rui Paulo.
Approved by chrisros.
2006-02-26 19:51:05 +00:00
christos cde6642bee PR/32931: Johan Veenhuizen: cat(1) does not clear the EOF indicator for
stdin in cooked mode.
2006-02-26 19:44:24 +00:00
christos 1b02e59c4e PR/32937: Stefan Sonnenberg-Carstens: Added support for Pentium M 740,
1.73 GHz Enhanced SpeedStep frequency settings
2006-02-26 19:40:53 +00:00
he ab9a43a85f Follow up rename of in_cksum.c to ip_cksum.c. 2006-02-26 19:20:57 +00:00
thorpej 845050cf52 Use device_is_a(). 2006-02-26 18:59:46 +00:00
cube 2d6c09f7a7 Resource lists end with END_TAG, not END_DEPENDENT. Makes the
PCI_INTR_FIXUP code "work" again.

Most of the time it will produce a warning about a misaligned resource
pointer, but it's harmless, and the warning was removed in the next version
of the ACPI-CA code.
2006-02-26 18:46:04 +00:00
kent d3dccfb5d8 regenerate for syscalls.master rev.1.16 2006-02-26 17:13:51 +00:00
kent 1d37dd09ca follow recent changes in sys/kern/syscalls.master 2006-02-26 17:12:44 +00:00
dsl b051d89585 Make floppy install messages less confusing (maybe).
Make floppy file system type settable - it depends on the system you are
using to write the split sets, not the target.
2006-02-26 10:25:52 +00:00
thorpej 83c5f95a8d Fix typo. 2006-02-26 06:17:44 +00:00
thorpej a4f36d5d21 Use device_is_a(). 2006-02-26 06:17:00 +00:00
thorpej 8ac4586816 Use device_is_a() more. 2006-02-26 06:15:01 +00:00
thorpej 9d54e15b94 Use device_is_a(). 2006-02-26 06:12:59 +00:00
thorpej b30011ecd0 Don't fiddle with emac here; call the common ibm4xx_device_register(). 2006-02-26 05:51:52 +00:00
thorpej ec8984ed6f Set emac0-mac-addr in the "board info" propdb. 2006-02-26 05:49:05 +00:00
thorpej b81a24a297 Use device_is_a(). 2006-02-26 05:36:15 +00:00