Commit Graph

118270 Commits

Author SHA1 Message Date
wiz 37ac1db454 available, not avaliable. From miod@openbsd. 2003-09-29 09:50:21 +00:00
scw 960dfae23f Define ELF32_MACHDEP_ENDIANNESS according to target byte order. 2003-09-29 09:08:20 +00:00
lukem 1024ddb55e regenerate for "%" prompt update 2003-09-29 07:58:01 +00:00
lukem 8a3d32e99e provide a `%' for the non-root examples, as we show `#' for the root prompt. 2003-09-29 07:55:17 +00:00
simonb 953b5b465b Add a dependancy on assym.h; helps "make -j N" kernel builds. 2003-09-29 05:14:23 +00:00
junyoung 4c47dc9339 Fix typo in comments. 2003-09-29 04:03:55 +00:00
jdolecek c82b56d651 constify a little 2003-09-29 03:22:58 +00:00
mrg 0aad2d6101 - convert to new aprint*() autoconfig print mechanism
- clean up some magic numbers
- make 1.6 friendly
2003-09-29 01:53:02 +00:00
cl e1614ccdf9 Cast through (void *) to appease gcc3. 2003-09-29 01:20:41 +00:00
lukem 0f9e6cf359 Add LIBSTDCXX (for usr/lib/libstdc++.a).
Sync LIB* documentation with reality.
2003-09-29 01:06:37 +00:00
simonb e74fba6f88 Extra columns appeared in one line of the "Memory statistics by type"
header in '94 and '97.  Grow the other line a little so that it looks
pretty again.
2003-09-28 23:31:48 +00:00
cl 0dcee00de1 add register storage class for gcc3 2003-09-28 23:21:06 +00:00
cl 33c9599295 u_int short -> u_short for gcc3 2003-09-28 23:14:42 +00:00
cl ce3867fe3b Cast through (void *) to appease gcc3. 2003-09-28 22:56:58 +00:00
cube e57b040603 Change the way of setting a port value so that a change too small to
fit in the number of bits used for the port still does something.

This fixes PR pkg/18741 for ac97-based hardware. Other audio drivers
might need a similar fix.
2003-09-28 22:24:09 +00:00
cl 212af23c55 Cast to (void *) to appease gcc3. 2003-09-28 22:00:26 +00:00
cl 096e210c5a always use -traditional-cpp 2003-09-28 21:22:45 +00:00
cl 1ee8b0b19c x68k has sc_events and not k_events in struct kbd_softc 2003-09-28 21:14:41 +00:00
cl 5701ee6c8e catch up with const ksiginfo_t and const sigset_t 2003-09-28 21:12:26 +00:00
provos cda395fc27 deal correctly with POLLNHUP 2003-09-28 20:02:44 +00:00
wiz c53b0c7769 Add man page for bce(4), and xref it from bge(4). 2003-09-28 18:32:18 +00:00
chs ec439fca35 avoid hanging during autoconf if no mouse is attached. fixes PR 11111.
based on code from Christian Groessler.
2003-09-28 17:25:07 +00:00
dsl bae094fc39 man9 pages need to be .9 (not .0) 2003-09-28 16:36:53 +00:00
matt 4abc70c356 Deal with changed filename. 2003-09-28 16:30:18 +00:00
kent 1bea39944d codec id for AD1985 2003-09-28 15:39:09 +00:00
kent bda517788a Note the driver supports ICH5.
Bump date.
2003-09-28 14:33:19 +00:00
kent 9c77f060e0 Note multi-channel support of auich(4) 2003-09-28 14:30:00 +00:00
kent 0eb86c3701 Support for 4ch/6ch audio playback. 2003-09-28 13:37:19 +00:00
dsl eed203ed54 Simod has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field. 2003-09-28 13:24:48 +00:00
dsl 2f28cd113e Simon has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field. 2003-09-28 13:18:41 +00:00
dsl 2a6d948efc Simon has persuaded me to remove the 'sizeof kinfo_drivers' field. 2003-09-28 13:02:19 +00:00
tsutsui 1d11374304 Cast through (void *) to appease gcc3. 2003-09-28 13:02:18 +00:00
tsutsui 7f019aacfd - Remove (commented out) options COMPAT_ULTRIX, which is not usable on mipseb.
- Fix (commented out) obsolete options MINIROOTSIZE.
- space/TAB cosmetics
2003-09-28 12:56:09 +00:00
martin d15431449a Include <compat/netbsd32/netbsd32_exec.h> to get the proper 32bit
sendsig etc. prototypes.
2003-09-28 10:27:25 +00:00
martin a498dbd6b4 constify 2003-09-28 10:24:47 +00:00
wiz dee5a1a9cd Use more macros, fix a typo, drop trailing spaces, misc other fixes. 2003-09-28 10:23:22 +00:00
martin b4f2a7e0a0 const poisioning. 2003-09-28 10:22:21 +00:00
martin 220f7552d7 Ansify and add missing include. 2003-09-28 10:16:41 +00:00
dsl 67dc3c2cc0 Add man 9 pages for do_setres{u,g}id, sort 2003-09-28 09:16:46 +00:00
dsl a924e3a0d4 Add do_setres[u,g}id 2003-09-28 09:09:55 +00:00
tsutsui 6ca112843e - Add MIPS_KSEG2_TO_PHYS() and MIPS_PHYS_TO_KSEG2() macro.
- Add definitions of the MIPS4 config register.

From Christopher SEKIYA.
2003-09-28 08:43:29 +00:00
tsutsui 026b6946bd Fix typo. From Christopher SEKIYA. 2003-09-28 08:21:08 +00:00
tsutsui e7500ac4b0 Add another R4000 CPU revision ID. From Christopher SEKIYA. 2003-09-28 08:16:51 +00:00
tsutsui f9acb25560 Catch up with const sigset_t. From Christopher SEKIYA. 2003-09-28 08:11:47 +00:00
dent 5c05da90c6 Update some current versions. 2003-09-28 07:45:14 +00:00
tsutsui 992acd3aab Add options COMPAT_16. 2003-09-28 07:39:48 +00:00
dent 361e05c696 update some links. 2003-09-28 07:22:09 +00:00
jdolecek 6c6463370e add entry for Lava Quattro-PCI (4 port serial)
contributed in PR kern/22977 by Heison Chak
2003-09-28 07:22:01 +00:00
jdolecek 330360f6a6 regen: ROLAND MIDI devices and Piengineering Xkeys entry 2003-09-28 07:15:47 +00:00
jdolecek eb3ff4c555 add usbdevs entries and umidi quirks for Roland USB MIDI devices
contributed in PR kern/18096 by Clemens Ladisch
2003-09-28 07:14:56 +00:00