christos
ed9eb31642
support the LOG_CONS/LOG_NDELAY.
2012-04-26 21:11:24 +00:00
phx
6bff4e7743
Multiple boot devices and/or paths may be specified, which are booted one
...
after another until success. When no boot device is specified altboot tries
to boot from all disk devices with a valid NetBSD disklabel, starting with
unit 0.
2012-04-26 19:59:36 +00:00
gdt
8e0aa55040
Use RX_PAGES for rx_bd_chain_{,r}seq.
...
Before, TX_PAGES was used, but no harm was done because TX_PAGES ==
RX_PAGES == 2. Found by Frank Kastenholz of BBN.
2012-04-26 17:43:02 +00:00
christos
a28e849d3a
remove multiple definitions.
2012-04-26 17:18:33 +00:00
jruoho
be7a751ab1
Based on PR kern/44069, revert revision 1.79.
...
XXX: The actual problem related to Qemu/KVM is yet to be determined.
2012-04-26 10:15:42 +00:00
bsh
61933e7c11
fix the clock frequency for delay().
...
from Kenichi Hashimoto.
2012-04-26 06:51:05 +00:00
christos
5deb5aa698
use modern shell constructs
2012-04-26 03:16:13 +00:00
christos
704aca390d
re-arrange things so that vcoda does not depend on coda.
2012-04-26 03:04:54 +00:00
christos
f7b1fda082
split the coda module in a device one, and a vfs one so that it works.
2012-04-26 03:03:53 +00:00
christos
44e0e5da1d
add vcoda module
2012-04-26 03:00:21 +00:00
jschauma
f25e87abc8
allow multiple '-f acronyms' arguments to be given, which makes this behave
...
more consistently with ACRONYMSDB, which may also point to multiple files
2012-04-26 01:55:14 +00:00
macallan
342b9fca4a
report power button events to sysmon
...
also send pwm events for volume control keys directly with
options KBD_HIJACK_VOLUME_BUTTONS
so they work in X as well
2012-04-26 00:50:10 +00:00
enami
3cdda33922
Store allocated lwpctl state in the thread actually forked,
...
which is the only thread lives in the child process.
The problem originally reported here:
https://bugs.ruby-lang.org/issues/6341
2012-04-26 00:21:44 +00:00
martin
ac1de44af3
"errs" might be clobbered by longjmp, so declare it volatile.
2012-04-25 22:35:00 +00:00
martin
17e3f19e99
Fix 32bit build
2012-04-25 19:58:07 +00:00
christos
3d8af4cc0a
Fix wrong loop index leading to infinite loop
...
ifdef(`FOO',
# FOO
)
XXX: Pullup to 6.
2012-04-25 18:23:58 +00:00
christos
f9d287c05c
forgot the %s for the error
2012-04-25 18:07:45 +00:00
christos
1ce3b4a502
- don't declare victory when there are errors.
...
- better error messages.
2012-04-25 17:33:49 +00:00
riz
a1da65bdfb
Change root's default shell to /bin/sh, to provide a default which
...
has command line editing, tab completion, and other features users
have come to expect from a modern OS.
Discussed on current-users approximately two weeks ago. Should be
pulled up for NetBSD 6.0.
2012-04-25 16:11:26 +00:00
pgoyette
c30f8ca413
Actually create the if_axe module - driver was modularized a while ago.
2012-04-25 13:55:17 +00:00
wiz
45963a2707
Update OpenSSH and Postfix entries
...
Capitalize latter.
Patch from Bug Hunting.
2012-04-25 12:22:48 +00:00
drochner
b0eecc93cf
fix for previous fix: correct error code (upstream rev.22474)
2012-04-25 11:02:46 +00:00
dholland
857183baad
Fix totally uncompilable code. PR 46374 from Henning Petersen.
2012-04-25 08:19:33 +00:00
dholland
5d2f4b1064
Add missing parenthesis in debug code. PR 46370 from Henning Petersen.
2012-04-25 07:58:43 +00:00
dholland
6a08f3e8bc
Remove duplicate break. PR 46368 from Henning Petersen.
2012-04-25 07:57:15 +00:00
nakayama
12cc28f46a
Fix alignment and endian bugs observed on sparc64.
...
Also apply some minor fix from FreeBSD.
Tested with Buffalo WLI-CB-G54 (BCM4306) and WLI3-CB-G54L (BCM4318)
on i386 and sparc64.
2012-04-25 05:14:05 +00:00
pgoyette
db696edd06
Actually create the dbcool(4) module. Driver was modularized a while ago.
2012-04-25 04:49:46 +00:00
nakayama
d514e44714
Now we have cardbus fornt-end driver for bwi(4).
2012-04-25 04:14:03 +00:00
nakayama
95dc33f5f9
Note missing driver descriptions and xrefs.
2012-04-25 03:48:55 +00:00
pgoyette
ca34f38e2b
Create the module for sdtemp (driver itself was modularized some time ago)
2012-04-25 03:44:16 +00:00
ichiro
a910d22e30
regen
2012-04-25 02:42:42 +00:00
ichiro
e12bc1f9a7
add vendorID and some products of Nintendo Co., Ltd
...
from www.linux-usb.org/usb.ids and so on
2012-04-25 02:41:51 +00:00
sjg
f3251c8ae2
Fix handling of -dF+/tmp/file
2012-04-24 20:35:04 +00:00
sjg
26aa697a51
Var* are generally very liberal with memory, with the expectation
...
that none of it persists for long.
This isn't always true - for example a long running .for loop.
Buf_DestroyCompact() is used by Var_Subst(), rather than Buf_Destroy().
If it looks like we can save BUF_COMPACT_LIMIT (128) or more bytes,
call realloc. This can reduce memory consumption by about 20%
Setting BUF_COMPACT_LIMIT to 0 dissables this.
2012-04-24 20:26:58 +00:00
sjg
845789be8d
Restore previous behavior - supressing duplicate entries in
...
.MAKE.MAKEFILES - it is more efficient.
2012-04-24 20:12:16 +00:00
christos
5d64ab4de6
PR/46338: Nat Sloss: Prevent ubt synchronization loss from overwriting memory.
2012-04-24 20:04:49 +00:00
christos
cbd0c35a2d
remove code that assumed that lwpid shares pid space and can be used interchangeably.
2012-04-24 19:14:06 +00:00
jakllsch
e48223d3b9
keep "keep in sync" comment in sync with reality
2012-04-24 17:16:42 +00:00
christos
0827265996
no more KRB5_DEPRECATED
2012-04-24 16:52:26 +00:00
christos
39d6d02b14
last commit before I nuke the old code.
2012-04-24 16:51:19 +00:00
christos
769f2e22f8
move more of the compat code in the compat block.
2012-04-24 16:12:44 +00:00
nisimura
57c8b9e4a1
Add KURO-BOX/T4 vendor custom U-Boot version message.
2012-04-24 14:56:07 +00:00
rkujawa
c858279138
Add myself as responsible for PCI on amiga
2012-04-24 14:23:23 +00:00
rkujawa
eb63b62e43
Fix markup, sort SilverSurfer
2012-04-24 13:55:51 +00:00
nisimura
65d0604259
Quick fixes to make KURO-BOX/T4 "miconv2" power management work.
...
The patch was supplied by mef@.
2012-04-24 10:09:06 +00:00
drochner
e14d7cba53
print correct link speed for PCIexpress Gen2+
...
(the decoding code needs to be rewritten, sorry for only adding to
the mess)
2012-04-24 09:53:41 +00:00
khorben
fa2f1d80d0
Revert previous commit, as it really is wrong to grow ukbd_trtab to an array
...
of 16-bit values. While at it, set the correct value for the Sleep button.
Likewise, keep forwarding the keys specific to the Sun Type 7 USB keyboard as
raw input (currently required for X), but making sure to use unassigned and
valid values this time.
Tested with modular-xorg-server 1.6.5nb11 and xf86-input-keyboard 1.3.2nb3.
2012-04-24 01:02:12 +00:00
christos
d3fb120e97
don't abuse the instance variable
2012-04-23 21:09:27 +00:00
christos
08935f4cd9
make kerberos work again:
...
1. make notickets external
2. don't use the tty as part of the credential cache, since pts/1 will not work.
3. Attempt to use the newer functions, but punt for now since it does not work yet.
2012-04-23 20:57:04 +00:00
christos
0c647c7841
remove obsolete comment.
2012-04-23 20:54:40 +00:00