Commit Graph

170211 Commits

Author SHA1 Message Date
dyoung
89429568e1 Add ETHER_IS_LOCAL(). Tests for "local" ethernet addresses. 2008-05-22 01:15:33 +00:00
dyoung
a8ad22e5d9 Don't cast to void * unnecessarily. 2008-05-22 01:06:39 +00:00
dyoung
e47d9e31bc Cosmetic: don't cast NULL unnecessarily. 2008-05-22 01:05:38 +00:00
dyoung
dfe2dae171 Cosmetic: delete dead code. 2008-05-22 01:00:50 +00:00
dyoung
7f292b1471 Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
dyoung
d7cef2ab29 s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
dyoung
b39c416892 Delete unnecessary cast to void *. 2008-05-22 00:57:09 +00:00
brook
c34fe4cd39 Add Brook Milligan as a developer. 2008-05-21 21:34:16 +00:00
he
64f581f791 Explain how to get out of the problem related to the kernel modules
directory in an unprivileged UPDATE build.
2008-05-21 20:01:37 +00:00
he
775e29197c Do ${INSTALL_DIR} on all the intermediate directory levels from
the top of the tree down to where the kernel modules are installed,
so that unprivileged builds have a chance at working again.

Note, to use this fix in a tree where you've already hit on this
problem, you need to manually remove the kernel modules in
$DESTDIR/stand/<arch/, and then reinstall them from sys/modules/.
2008-05-21 19:56:30 +00:00
rafal
6dfc4ff323 Add 'xterm' and 'ansi' to termcap.mini (and the mktermcap script which is
used to generate it), use termcap.mini in evbarm ramdisk (vs. the full
termap DB) which frees up a bit of room to add dhclient and cu.
2008-05-21 18:05:29 +00:00
drochner
26a4d5b843 fix argument to usb_setup_reserve() (called from USB host adapter drivers)
to be device_t consistently, from Quentin Garnier
2008-05-21 17:19:44 +00:00
ghen
551ca764ea Add X11 support for the Colemak keyboard layout, see http://colemak.com
(it's been included in upstream X.org, too).
2008-05-21 17:09:29 +00:00
drochner
0a6f1919c0 protocol "drain" functions can be called in interrupt context, so
don't acquire softnet_lock
approved by ad
2008-05-21 17:08:07 +00:00
aymeric
00a7af4852 add a cast to make this file compile on amd64 2008-05-21 16:02:30 +00:00
ad
697d5e2cd4 PR kern/38663 Kernel preemption can't be enabled on x86 because of amd64
FPU handling

Ugly hack until the amd64 fpu handling is working (which should be soon):
enable kernel preemption on i386.
2008-05-21 15:41:03 +00:00
ad
1e62ed170b Remove unneeded playing about with kernel_lock. 2008-05-21 14:07:29 +00:00
ad
48dad50527 Acquire kernel_lock in putter's fileops. 2008-05-21 14:03:31 +00:00
wiz
6e1c25bcb1 Bump date for previous. 2008-05-21 14:03:17 +00:00
ad
6b51302cb8 Acquire kernel_lock in tap's fileops. 2008-05-21 13:56:15 +00:00
ad
323763b5d6 Acquire kernel_lock in the bpf fileops. 2008-05-21 13:48:52 +00:00
ad
2a64c855d7 Fix build failure. 2008-05-21 13:36:45 +00:00
jmcneill
1cba716bb9 If machdep.sleep_state is present, use it in favour of apm. Also stop and
start wpa_supplicant across suspend/resume just to be safe.
2008-05-21 13:06:10 +00:00
martti
2452a7932b IPF 4.1.29 2008-05-21 12:22:34 +00:00
njoly
e82000b55e Add IPC_64 support to msgctl, needed for amd64. 2008-05-21 11:15:57 +00:00
ghen
4466d774f5 wscons(4): Add support for the Colemak keyboard layout. 2008-05-21 07:43:46 +00:00
ghen
41f841e610 Add support for the Colemak keyboard layout variant, see http://colemak.com 2008-05-21 07:39:24 +00:00
ad
76f1ed8cb3 PR port-amd64/38708 lkm_map issues on amd64
Don't plonk lkm_map right on top of the ISA ROM/video hole.
2008-05-21 03:50:42 +00:00
jmcneill
70932cf82f Don't echo 'hello sh' when installing modules :-) 2008-05-21 03:48:42 +00:00
ad
22af427bf0 PR port-amd64/38708 lkm_map issues on amd64
lkm_map should not be marked pageable.
2008-05-21 03:04:35 +00:00
ad
94b6b18770 - Stop the twiddler going awry.
- Clear screen if on a glass tty (!).
2008-05-21 01:51:34 +00:00
ad
b79cb03e74 Do the errata patchup after identifying the CPU, to avoid badly formatted
output.
2008-05-21 01:18:00 +00:00
ad
ca4aa34cf5 Be a bit less pointed with the errata warning. 2008-05-21 01:16:20 +00:00
ad
abeeffe66f aprint_debug for the lapic ESR reports during startup. 2008-05-21 01:15:16 +00:00
ad
e91baf0908 verbose -> debug for # page colours 2008-05-21 01:14:17 +00:00
ad
41fb29c26c cpuctl shows the power management features. 2008-05-21 01:13:07 +00:00
ad
11a6779a98 Print AMD power management features. 2008-05-21 01:12:12 +00:00
martin
3e53da366a add usage message, rework a few comment types 2008-05-20 23:30:21 +00:00
reinoud
09dda43103 Remove bogus KASSERT(); if we shrink the file, the number of allocated
blocsk are of course not the same... duh!
2008-05-20 21:31:52 +00:00
martin
5140282530 Adjust detection of trailing dots to the recent changes of not having
a terminating \n in the copyright list.
2008-05-20 21:18:28 +00:00
martin
4f5b67aed7 Add a xml/docbook output mode 2008-05-20 21:05:18 +00:00
uwe
3b6480932b Add semicolon that was lost some 5 years ago.
Reported missing by proper do-while macro hygiene in systm.h.
2008-05-20 20:43:30 +00:00
ad
d88444761b Ignore return from module_load() and just try vfsop lookup again. 2008-05-20 19:30:03 +00:00
ad
ce7cbbfb63 Back out unintentional change. 2008-05-20 19:21:23 +00:00
ad
61270d54f1 If autoloading a module, don't consider the current working directory. 2008-05-20 19:20:38 +00:00
ad
88435c0e48 Remove stale comment. 2008-05-20 19:16:07 +00:00
ad
2ecb66f8a5 Update for new module locations. 2008-05-20 19:07:52 +00:00
ad
e32f4b0a8d Fix rump build. 2008-05-20 19:02:36 +00:00
ad
519fde5eda Enable cd9660 module. 2008-05-20 19:02:19 +00:00
ad
14cd43625f Install kernel modules into the proper locations, taking machine and
kernel version into account.
2008-05-20 19:01:10 +00:00