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
phx
ae1187f656
amiga/amiga/isr.h must not be included for __m68k__ only.
...
At the moment it is required by amigappc as well.
2008-05-20 18:28:56 +00:00
aymeric
0536e8e6b3
add the reachover infrastructure to build nvi 1.81.6 from src/dist/nvi
...
XXX docs are left out for the moment
the recover script is also left out, but provided by the older vi
The src/usr.bin/nvi directory is not descended into yet, but is otherwise
functional
2008-05-20 18:04:16 +00:00
aymeric
a3887e9573
. include <sys/stropts.h> only if !defined(__NetBSD__)
...
. use I_PUSH only if it is defined as a preprocessor macro because we
don't have it
2008-05-20 17:55:05 +00:00
aymeric
f8f1a54d4c
provide the emulation of DB4 with our DB1.
...
The relevant parts are completely broken or absent in the official release
of nvi
2008-05-20 17:53:18 +00:00
aymeric
2d56ffaa39
. add curly braces around structured elements of an array
...
. de-K&R prototype of lcmp()
2008-05-20 17:52:10 +00:00
aymeric
fce4fb65c7
include vi_auto.h only if USE_DB4_LOGGING so as not to pull in all the
...
DB4 logging-related data structures which we don't emulate
2008-05-20 17:38:19 +00:00
aymeric
23de6174f3
iconv()'s second argument is const char **, not char **
2008-05-20 17:37:04 +00:00
njoly
da21dc40ec
Regen for ipc(2) syscall support.
2008-05-20 17:33:13 +00:00
njoly
84db622836
Add compat linux32 ipc(2) syscall support, for shared memory and
...
semaphores.
2008-05-20 17:31:56 +00:00
ad
a72f5a57fb
Don't try to load a module while holding a vnode lock.
2008-05-20 17:28:59 +00:00
ad
7bf8432671
If mount fails because the needed file system code isn't in kernel, try
...
to autoload with the needed vfsops.
2008-05-20 17:25:49 +00:00
ad
67280de1f2
Allow module class to be passed to module_load(), as a basic sanity check
...
that we are loading the right kind of module.
2008-05-20 17:24:56 +00:00
aymeric
4c86bf8605
. continue instructions for update a bit
...
. remove catalog/english.base and common/options_def.h from the imported sources
2008-05-20 17:05:40 +00:00
aymeric
ec041c82dd
remove these files: we generate them ourselves
2008-05-20 16:58:59 +00:00
cegger
245f7a0350
regen.
2008-05-20 16:56:13 +00:00
cegger
0fbcab6ee4
add some ATI products (SB600 modem, RD790 and RS690)
2008-05-20 16:55:28 +00:00
ad
9e6de4df51
Don't moan about LFS unless the mount succeeds.
2008-05-20 16:26:04 +00:00
martin
bd3d112a87
fix !MODULAR compiles
2008-05-20 16:18:51 +00:00