Commit Graph

144296 Commits

Author SHA1 Message Date
kochi
d2bcc4e198 acpica 20060217 is out 2006-03-12 06:33:58 +00:00
dyoung
8a1b831b7f NetBSD authorities apprehended and confiscated these leading spaces
pursuant to KNF regulation 100145.92, "All your leading ASCII-SP
is belong to us."  The code was set up the ASCII-TAB.
2006-03-12 03:34:37 +00:00
dyoung
c205496a96 Note in radiotap header file and manual page that radiotap fields
are little-endian.  Fix wi(4) and atw(4) to reflect this fact.
2006-03-12 03:22:02 +00:00
dyoung
f94708e4c4 Bug fix: fields in the radiotap header are little-endian, make it so. 2006-03-12 03:07:50 +00:00
christos
8958999012 welcome to syscall_intern. 2006-03-12 02:04:26 +00:00
christos
634ab218c7 Fix bug where we did not build archdir and simplify. 2006-03-11 23:04:03 +00:00
jschauma
25b6d6ab50 fix typo: explcitly -> explicitly 2006-03-11 22:56:57 +00:00
christos
eb961d0e02 Add glue to build the compat library as a separate "libcold" turned off by
default. Clean up the libc Makefile and remove obsolete stuff such as copy
to libkern.
2006-03-11 21:07:18 +00:00
kleink
f027f13a5f Make this build again with RESIDUAL_DATA_DUMP defined. 2006-03-11 20:12:49 +00:00
christos
7c5c37b133 move to the new compat layout. 2006-03-11 19:56:17 +00:00
christos
14c25e3631 move hppa to the new compat layout. 2006-03-11 19:54:56 +00:00
christos
ab2a637b34 Welcome to the new compat layout. 2006-03-11 19:34:40 +00:00
christos
147db157f7 More new compat layout fixes. 2006-03-11 19:26:29 +00:00
christos
2b52112d5a Remove files moved to the new compat layout. 2006-03-11 19:16:07 +00:00
christos
cb903be1ec Move to the new compat layout. 2006-03-11 19:13:33 +00:00
christos
edc071d5b4 remove files moved to the new compat layout. 2006-03-11 19:02:16 +00:00
christos
ccfab6be96 Welcome to the new compat layout. 2006-03-11 18:59:21 +00:00
kleink
f8228ce452 Const poisoning. 2006-03-11 18:38:14 +00:00
dsl
c9b3912b1e Remove most of the code seemed to be there to support 'remote jobs'.
It isn't clear that it ever worked, if it did it has almost certainly
bitrotted in the last 12 years.  I'm not even sure all the required
components were present.
I suspect it was written to attempt to use a 'farm' of diskless sun3s.
In any case the apparant random assignment fo jobs to other systems doesn't
actually seem like a good idea!
Things like 'distcc' han be used to help slow systems run native builds.
Removing this code also simplifies make, and should let me speed up some of
its processing - without worrying about bitrotting it further.
2006-03-11 17:18:00 +00:00
christos
bc3a1c6523 PR/33054: Nicolas Joly: id(1) sometimes report a duplicate group when a user
is not specified. This is because it prints getgid() and getgroups(). If the
getgid() is in the getgroups() set, it was printed twice. This is now detected
and the duplicate printing is avoided.
2006-03-11 17:16:01 +00:00
jschauma
9622e4afec Note that one also needs EXEC_ELF32 in addition to COMPAT_NETBSD32. 2006-03-11 16:59:26 +00:00
kleink
4e2ab73ea3 Document libkern's bcdtobin(9)/bintobcd(9). 2006-03-11 15:47:09 +00:00
kleink
31930d4de5 Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s
FROMBCD()/TOBCD() macros into wrappers around it, resulting in both
smaller code footprint and elimination of possible issues due to
multiple evaluation of macro arguments.

Suggested by Simon Burge and Anders Gavare on tech-kern.
2006-03-11 15:40:07 +00:00
simonb
c66cd10ee8 Trim use of "volatile" a little. 2006-03-11 14:07:35 +00:00
simonb
fd0ea3e657 Remove some blank lines. 2006-03-11 13:56:18 +00:00
simonb
fd3935c60b Remove pc532 from the list of machines not yet using mi_userret(). 2006-03-11 13:53:41 +00:00
simonb
e30b0d0cb4 Use syscall_intern() to give a process a plain or fancy syscall,
moving system call functionality from trap.c to new syscall.c
Split out userret from trap.c to <machine/userret.h> and use
mi_userret().
This gets approx 20% speed improvement (45us to 36us) with lmbench's
"lat_syscall null" benchmark(!).
2006-03-11 13:52:58 +00:00
agc
7acf73bedf Thanks to Thomas for the prod - update usage message to include all
supported options.
2006-03-11 12:09:36 +00:00
wiz
d9f154cd37 Use more markup. 2006-03-11 12:03:03 +00:00
wiz
904496fbc8 Markup fixes. 2006-03-11 12:02:20 +00:00
wiz
e8b26e52e7 Bump date for previous. 2006-03-11 12:00:53 +00:00
wiz
fb778aad1c Compact single letter options in SYNOPSIS. Sort option descriptions. 2006-03-11 11:58:53 +00:00
wiz
674cf041a7 Sort options as in man page. 2006-03-11 11:58:22 +00:00
wiz
d2ef0ab6f5 Better markup, increase tag width, move around
sentences a bit to improve tag formatting.
Bump date for previous.
2006-03-11 11:57:18 +00:00
wiz
d2b14772c6 s/.br/.Pp/; mark up AUDIOPOWER*; new sentence, new line.
Bump date for previous.
2006-03-11 11:52:17 +00:00
wiz
b4e23e794b Bump date for previous. 2006-03-11 11:49:33 +00:00
wiz
94e629f163 New sentence, new line. 2006-03-11 11:34:57 +00:00
wiz
93ba37c7ea Add -V to SYNOPSIS; serial comma; sort option descriptions. 2006-03-11 09:21:03 +00:00
wiz
3402be3b88 Bump date for previous. 2006-03-11 09:15:58 +00:00
wiz
74631fa690 Drop trailing whitespace. 2006-03-11 09:14:49 +00:00
scw
12dc74f622 RB_POWERDOWN trumps RB_HALT. 2006-03-11 09:09:41 +00:00
elric
e83767b927 Correct statements about our supported key lengths for blowfish. 2006-03-11 08:04:48 +00:00
jmcneill
bbd8f9b955 Add Intel AGP powerhook. Tested on an 82855PM. 2006-03-11 02:35:06 +00:00
jmcneill
5e2e06bb91 We shouldn't have to manually edit acpi_wakecode.h after it has been
regenerated. Pad wakecode with "0x00" rather than "0x  ".
2006-03-11 00:31:42 +00:00
dyoung
cb909aeabe Fix typo: change an impossible bitfield (ends at bit 32) to a
possible one (ends at bit 31).
2006-03-10 23:37:35 +00:00
macallan
11d027c528 Make external mice work on Tadpole SPARCbook
The tadpole microcontroller sets an additional bit in frame headers from
an external mouse which caused our driver to discard the frame - now we
just ignore the bit.
2006-03-10 20:25:45 +00:00
jmcneill
f4578655f4 On suspend, capture PCI configuration registers. On resume, restore them
as well as explicitly reclaiming ownership of the UHCI/EHCI from the BIOS.
2006-03-10 17:21:20 +00:00
he
0bb12d5132 Remove include of <prep/dev/obiovar.h>, as that file no longer exists,
and this file does apparently not need it.
2006-03-10 17:19:46 +00:00
jmcneill
cd5f1cb627 Add bit definitions for PCI_LEGSUP register. 2006-03-10 17:18:54 +00:00
christos
5e6b1075e2 PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags. 2006-03-10 15:53:55 +00:00