ad
ca4f8376c6
We may want to patch emul::e_sysent[] so drop the const.
2008-10-22 11:14:33 +00:00
matt
f3868737d3
Initial BEAGLEBOARD support. Compile tested only so far.
2008-10-22 10:50:56 +00:00
matt
fbba39f598
Switch icu to CFATTACH_DECL_NEW. Fix typo. Add 3530 definition.
2008-10-22 10:45:47 +00:00
haad
543e3d0539
Add HL-340 usb2Serial addapter.
2008-10-22 10:35:50 +00:00
haad
b392ebc9c0
I forgot to commit this after regen.
2008-10-22 10:33:20 +00:00
haad
27418aa546
Regen.
2008-10-22 10:27:28 +00:00
haad
49e162a888
Add product/vendor ID for my USB2serial adapter.
2008-10-22 10:23:51 +00:00
ad
938672fb9c
+wbinvd
2008-10-22 08:42:38 +00:00
mishka
0678a17226
Perform line feed after printing usage line.
2008-10-22 07:59:43 +00:00
jnemeth
a44b3bd750
add pseudo-device drvctl
2008-10-22 07:23:42 +00:00
dogcow
990e83b99d
appease lint: warning: assignment in conditional context [159]
2008-10-22 02:17:29 +00:00
matt
4e381b86bf
Build TISDP2420 kernels
2008-10-21 23:46:10 +00:00
matt
9be6da6c71
Add TISDP2420_INSTALL and remove md from TISDP2420
2008-10-21 23:45:06 +00:00
cegger
b72e8c4339
catch up with amd64: add hvm_op hypercall
2008-10-21 22:35:25 +00:00
cegger
397d181874
The 'sc' in xenbus_sc implies a softc, but it is actually a device_t. Since the device_t/softc split you can't cast a softc out of a device and vice versa.
...
Therefore rename xenbus_sc to xenbus_dev to prevent any possible confusions.
2008-10-21 21:55:44 +00:00
njoly
d05df800a8
Do not use native_to_linux_si_code() outside LINUX_NPTL; until i
...
figure a better way to handle it.
2008-10-21 21:52:29 +00:00
cegger
7395238cc5
xenbus_probe_init():
...
- use xendomain_is_dom0() (from jym@)
- replace return with kthread_exit(0) (from jym@)
- cleanup error handling
- plug memory leak in error path
- use aprint_error_dev for error messages (from jym@)
xenbus_attach():
- use aprint_error_dev for error message
2008-10-21 21:28:05 +00:00
christos
b602f406f7
- vsyslog_r only closes if it opened
...
- maintain opened properly
- preserve the tag (from OpenBSD)
2008-10-21 21:00:31 +00:00
matt
8f23ec634b
Only define/use saemul_netbsd if KERN_SA is defined. (maybe this should be
...
moved to compat_sa.c)
2008-10-21 20:52:11 +00:00
matt
6e1d2d17ef
Only init ksyms mutex if ksyms is present in the kernel
2008-10-21 20:51:11 +00:00
njoly
beff3f7516
Remove LINUX_SI_xxx from MI siginfo.h, that should not have been
...
committed. Rather add them to amd64 MD header.
Fix compilation failures on non x86 archs.
2008-10-21 20:24:15 +00:00
matt
736e9962f0
Add Cortex cpus
2008-10-21 19:03:24 +00:00
matt
31ebcdb4fc
Use #ifdef, not #if
2008-10-21 19:01:54 +00:00
matt
383e2b5dad
Adapt to SA (conditional KERN_SA) and add cpu_setfunc
2008-10-21 19:01:00 +00:00
matt
518bc3b66a
Add GPIO_BASEx depending on which CPU.
2008-10-21 18:50:25 +00:00
tron
f5786a73b7
Add missing entries for "r128" driver.
2008-10-21 18:29:13 +00:00
cegger
2de31871b9
introduce two macros: xendomain_is_dom0() and xendomain_is_privileged(). Use them.
2008-10-21 15:46:32 +00:00
njoly
db06152637
tkill/tgkill syscalls cleanup.
...
- Make both syscalls set si_code to SI_LWP (which will be converted to
Linux SI_TKILL value). Fix thread some cancellation under NPTL
emulation.
- Merge code in a new linux_do_tkill() function that will do its own
job, instead of calling linux_sys_kill().
- Do only alter single tasks, by rejecting non positive tid/tgid
values.
2008-10-21 13:36:28 +00:00
ad
7ac8fe23ae
Correction to previous.
2008-10-21 12:22:00 +00:00
jun
3caafa9653
Add
...
corega K.K CG-WLUSB2GPX
2008-10-21 12:20:44 +00:00
ad
d1b01a3709
Provide a small inline wrapper for sysent::sy_call() and use it to store
...
the active syscall description in struct lwp. To be used at some future
point to prevent unloading of modules that provide syscalls, while the
syscalls are in use.
2008-10-21 12:16:58 +00:00
ad
a9327b33e2
Undo revivesa damage to userret().
2008-10-21 11:51:23 +00:00
ad
42d611dd37
arp_drain: no reason to complain if arp_lock is already held.
2008-10-21 11:22:21 +00:00
cegger
331c30d3a5
catch up with GENERIC
...
- add verbose options (commented out)
- add descriptive comments
- sort them alphabetically
2008-10-21 10:13:23 +00:00
wiz
cc55bad434
Wording improvements.
2008-10-21 08:43:15 +00:00
macallan
7fef38b51e
If output-device contains a video mode specifier ( as in
...
screen:r1152x900x76 ) cut it off and pass it to the console driver. This
way radeonfb has a fighting chance to setup a mode similar or identical to
the firmware's.
2008-10-21 06:07:14 +00:00
macallan
eab8a03193
regen
2008-10-21 06:04:37 +00:00
macallan
d0fc6875dc
add 1152x900 at 66Hz and 76Hz
2008-10-21 06:03:39 +00:00
wrstuden
15e53296cb
upcallret() will work much better if it's not in the middle of another
...
routine!
2008-10-21 04:16:59 +00:00
lukem
ddd1724f86
xref rescue(8)
2008-10-21 02:32:37 +00:00
lukem
422fa60cb1
Install rescue(8)
2008-10-20 22:29:39 +00:00
ad
19463db480
Correct an error message.
2008-10-20 20:07:35 +00:00
christos
58120dc797
forgot one more pie to disable.
2008-10-20 20:00:57 +00:00
apb
296f525d9f
When building as a host tool, do not add ${LIBM} to DPADD, but do add
...
"-lm" to LDADD as usual. We do assume that the host system has a -lm
library, but we can't assume that the library is in /usr/lib/libm.a.
2008-10-20 18:16:54 +00:00
cube
673715cc8e
No need for quotes around XORG_VERSION_CURRENT.
2008-10-20 16:25:06 +00:00
tsutsui
7ed1dea9a0
Declare sa_system_disabled with extern.
...
Fixes "symbol 'sa_system_disabled' redeclared with different value" warnings
on loading modules.
2008-10-20 16:16:27 +00:00
wrstuden
fdc932bfd7
We onlyu need sa_system_disabled iff we're in the kernel.
2008-10-20 16:01:28 +00:00
tsutsui
147b99ba9a
- note that local hostname settings might be overriden by dhclient(8)
...
- add more info about DHCP settings in the network configuration section
- bump date
2008-10-20 14:56:44 +00:00
tsutsui
50d5115349
Don't specify "load=/miniroot.kmod" by default in boot.cfg on bootcds.
...
Instead, specify "load /miniroot.kmod" per each boot menu
so that we can use bootcds to load any specific kernel in
other devices which doesn't need ramdisk miniroot.
Tested on qemu.
2008-10-20 14:08:35 +00:00
martti
2ea5185606
IPF 4.1.31 is out
2008-10-20 12:09:15 +00:00