christos
0064ddfe2b
the magic number is not byte-swapped.
2005-06-25 02:22:57 +00:00
christos
5ae508513d
- include <sys/wait.h> so that this compile
...
- use the code field directly, instead of redoing the logic.
- XXX: the status field must be wrong. I think that the _WSTATUS()
should not be used directly.
2005-06-25 02:19:06 +00:00
fair
92a7e38b60
document more precisely the Cyrix TSC lossage: if you execute "hlt"
...
when in powersave mode, the TSC stops counting!
2005-06-25 00:08:35 +00:00
hubertf
6912ea355e
it is iso8859, not 8869
2005-06-24 23:35:06 +00:00
christos
250ff65369
Const poisoning.
2005-06-24 23:21:09 +00:00
manu
d83c516040
More accurate SIGCHLD code and status for siginfo
2005-06-24 22:57:05 +00:00
seb
716f8f5ee2
Regen.
2005-06-24 21:41:16 +00:00
seb
af3a92ca00
Add Texas Instruments PCI6515A Cardbus Controller with Smart Card Controller.
...
Approved by gimpy@
2005-06-24 21:39:25 +00:00
soda
d7d417394c
mark 2.0.2 as "security/critical release" instead of "patch release" like 1.X.Y,
...
as described in http://www.netbsd.org/Releases/release-map.html
2005-06-24 20:59:38 +00:00
soda
b1347f76b4
NetBSD 1.4 branch was EOL'ed, announced on 2002-09-22
...
NetBSD 1.5 branch was EOL'ed, announced on 2005-01-26
NetBSD 2.0.2, 2005-04-14
2005-06-24 19:29:49 +00:00
soda
2a362e2a6a
Sync w/ FreeBSD v1.94.
...
DragonFly 1.2.0, FreeBSD 5.4, MacOS 10.4, OpenBSD 3.7, etc.
2005-06-24 19:28:28 +00:00
rpaulo
11513c6341
Mention ASIX AX88140A/AX88141 support under tlp(4).
...
Ok'ed by Hubert Feyrer.
2005-06-24 17:06:52 +00:00
rpaulo
27b63578ab
Mention ASIX AX88140A and AX88141 and add me as the author
...
of the support for those chipsets.
Bump date.
Reviewed by Thomas Klausner and ok'ed by Hubert Feyrer.
2005-06-24 16:52:46 +00:00
scw
1aea799501
In pmap_devmap_find_pa(), use 64-bit arithmetic to handle the case where
...
'pa + size' == 0x0. As in, if we're passed details of a region right at
the top of physical address space.
Otherwise we'll likely hit a false-positive due to 32-bit wrap-around.
2005-06-24 15:59:04 +00:00
skrll
36d83be9a6
An xserver set is created - allow sysinst to handle it.
2005-06-24 14:52:48 +00:00
peter
c14c7a6bb6
- Use the timer* macros from sys/time.h, no need to invent a new time add
...
function if it already exists.
- Improve a few function/variable names and use EXIT_FAILURE.
2005-06-24 13:47:30 +00:00
christos
a8b658e375
Initialize events not revents. Noted by Peter Postma. The timer changes he
...
can make himself :-)
2005-06-24 13:24:23 +00:00
christos
f17eeccada
Fixes from Liam J. Foy to use poll, and proper signals. (from OpenBSD)
...
While there, ansify, and fix const abuse.
2005-06-24 13:22:09 +00:00
manu
9a51ea013a
Support PC engines WRAP (From OpenBSD)
2005-06-24 13:00:01 +00:00
wiz
2fdb742bc5
new sentence, new line.
2005-06-24 12:23:00 +00:00
wiz
4e5ff88a4c
Bump date for previous.
2005-06-24 11:39:11 +00:00
peter
fb059bb119
Note that flag -a is obsolete. Thanks to Darrin B. Jewell.
...
Should fix PR/26883 from Hauke Fath.
2005-06-24 11:28:54 +00:00
skrll
33cefe6116
Regen.
2005-06-24 08:10:26 +00:00
skrll
9b23341147
Add the DeLorme Earthmate GPS. From FreeBSD.
...
Add the Cypress microcontroller based USB-RS232 Interface
2005-06-24 08:09:31 +00:00
jdc
92c2871701
Make fb a link to fb0.
...
Add an entry for fb1.
2005-06-24 06:43:40 +00:00
jdc
7a2ed0814d
Add an entry for fb1.
2005-06-24 06:43:06 +00:00
jdc
42990f95a3
Attach multiple displays as fb0, fb1, ... so that X can use multiple heads
...
via the /dev/fbn abstraction. Framebuffers are attached in probe order.
However, the previous semantics are kept, so that the detected or forced
console will always be fb0.
2005-06-24 06:40:05 +00:00
lukem
50e70cd0ee
revert previous for now
2005-06-24 04:33:25 +00:00
lukem
62955ed1ec
Revert rev 1.110 and restore the previous "automagic objdir" support;
...
at least until we clean up the objdir semantics in <bsd.obj.mk> for
NetBSD builds.
2005-06-24 02:53:27 +00:00
rpaulo
ec4e36b7c2
Add support for ASIX AX88140A/AX88141 chipsets using only
...
the 10/100 MII with inspiration from FreeBSD dc(4) driver.
Tested on i386 and macppc.
Reviewed by Jason Thorpe and ok'ed by Hubert Feyrer.
2005-06-23 23:51:41 +00:00
sekiya
aae1d2ace1
ACPI_PCI_FIXUP -> PCI_INTR_FIXUP
2005-06-23 23:39:40 +00:00
thorpej
73c9fbb0e6
Use ANSI function decls. Apply some static.
2005-06-23 23:15:12 +00:00
christos
b61c2197f1
Revert part of the previous commit. We cannot fix the problem by not waiting.
...
The problem is that the subshell code is not doing redirections properly.
2005-06-23 23:05:29 +00:00
junyoung
1bd0f2a02e
Define BIOSDISK_DEFAULT_SECSIZE in biosdisk_ll.h and replace BIOSDISK_SECSIZE
...
with it.
2005-06-23 20:20:37 +00:00
junyoung
de90d49d68
Use FS_OPS() macro.
2005-06-23 19:55:21 +00:00
junyoung
17670568fe
Use FS_OPS() macro.
2005-06-23 19:44:00 +00:00
briggs
7adbaa630a
Match Marvell 88E1111 from Dave Huang in PR kern/30556
2005-06-23 19:21:26 +00:00
briggs
6f82cb15e3
Regen for Marvell 88E1111
2005-06-23 19:19:55 +00:00
briggs
5d84927b8c
Marvell 88E1111 from Dave Huang in PR kern/30556
2005-06-23 19:19:05 +00:00
junyoung
07350a5981
Drop trailing spaces.
2005-06-23 19:14:23 +00:00
thorpej
2f6855b6ca
Use ANSI function decls.
2005-06-23 18:46:17 +00:00
thorpej
6e4d6e6cdb
Use ANSI decls, liberally apply static.
2005-06-23 18:44:44 +00:00
xtraeme
ddd459d409
Add missing '\n' into usage().
2005-06-23 17:25:31 +00:00
thorpej
e871a0392f
Remove the last references to M_NAMEI; everything should be using PNBUF_*()
...
now (for a long time now). Remove M_NAMEI, and bump the kernel version to
3.99.7 to reflect its removal.
2005-06-23 17:00:30 +00:00
jmmv
92e653c23c
Let this build again by removing ieee80211_compat.h's inclusion (which does
...
not exist any more).
2005-06-23 14:33:33 +00:00
wiz
006993c282
s/PCIBIOS_FIXUP/PCI_FIXUP/ in printf, from Patrick Welche in PR 30583.
2005-06-23 14:20:23 +00:00
peter
d8045b5285
Add ".An -nosplit" to avoid getting newlines for every .An macro.
2005-06-23 12:47:38 +00:00
peter
d595622625
Add .An -nosplit to the beginning of the section.
...
Suggested by Thomas Klausner.
2005-06-23 12:01:48 +00:00
peter
96c9cff75c
Use .An name Aq email.
2005-06-23 11:00:47 +00:00
junyoung
4367c48d6c
cd9660 support for i386 BIOS bootloader.
2005-06-23 07:12:07 +00:00