Commit Graph

161440 Commits

Author SHA1 Message Date
is 8a1e4dd98f Regenerate after addition of wdc_buddha. 2007-08-20 07:42:46 +00:00
is 4c7c634330 wdc frontent for the buddha and catweazle Z2 hardware. From an old prototype
by me which was never committed due to lack of testers, adopted to 4.99 and
fixed by Frank Wille.
2007-08-20 07:40:29 +00:00
skd d4509b0376 Clean up net compat ioctls, and clean up handling of wireless ioctls. 2007-08-20 04:49:40 +00:00
christos 3f074821a5 Apparently seeking forward on a FIFO does not work (why?). Read instead.
Patch from Jukka Salmi.
2007-08-20 03:44:17 +00:00
uwe 4e3006c663 Add back comma between operands lost in s/tab/space/ cosmetics of 1.21
(as(1) doesn't mind, apparently)
2007-08-20 01:05:23 +00:00
kiyohara 7fbebc4263 Add btbc(4). 2007-08-20 00:54:41 +00:00
kiyohara 37899c17de Regen. 2007-08-20 00:32:38 +00:00
kiyohara 10448cd503 Add support for AnyCom BlueCard. 2007-08-20 00:29:43 +00:00
pooka 34980d5637 Namespace management: do not call VOP_FOO directly from ukfs or
p2k, but rather make the calls go through librump.  This avoids
having to include NetBSD kernel headers in userspace programs.
Stay tuned for some more mods of the same sort ...
2007-08-19 21:24:21 +00:00
pooka 29e91e1a8c * fix build if using obj dirs
* this shouldn't use rump directly
2007-08-19 20:06:58 +00:00
tnn 6d441a221f Move spdmem.4 to the i2c section. 2007-08-19 18:58:36 +00:00
is 567a27c6e2 Reminder to not change GENERIC etc. directly. 2007-08-19 17:18:15 +00:00
is d1ba1cb2fd regenerate after removal of OSI networking 2007-08-19 17:14:59 +00:00
tsutsui e416a3f87c FALSE -> false, TRUE -> true 2007-08-19 16:11:46 +00:00
pooka 8e851258d0 * support symlink & readlink
* some reorg & bugfixage
2007-08-19 15:57:38 +00:00
he 22cbe339e3 Use bool with prop_dictionary_get_bool. 2007-08-19 15:57:24 +00:00
pooka 8d4ab68505 always define __NetBSD__ 2007-08-19 14:47:24 +00:00
christos c40c743211 deal with non-regular files. 2007-08-19 10:31:13 +00:00
jdc dc4c31893c Also print a new line if we are not the console. 2007-08-19 09:18:45 +00:00
kiyohara ae13675987 slhci(4) is MP safe and can use the CALLOUT_MPSAFE flag.
patch from Matthew Orgass <darkstar@city-net.com>
2007-08-19 07:42:04 +00:00
kiyohara 4c0047be7a Add NetBSD tag.
patch from Matthew Orgass <darkstar@city-net.com>
2007-08-19 07:35:32 +00:00
matt 6196ec7ecb Add EM_AVR32 2007-08-19 03:38:52 +00:00
riz 67ed136a80 Regen. 2007-08-19 00:40:38 +00:00
riz a12c37d4b2 Add 27 Intel ICH9 device IDs, from:
http://download.intel.com/design/chipsets/specupdt/31697301.pdf
2007-08-19 00:39:46 +00:00
sborrill d07cbdc44b Regen 2007-08-18 20:24:33 +00:00
sborrill e8925d472b Add support for SMART Technologies-badged Prolific USB-Serial converter 2007-08-18 20:23:04 +00:00
macallan 4cd1e587c3 use bool with prop_dictionary_get_bool 2007-08-18 18:35:15 +00:00
kardel 9e20ecb745 track upcoming fix for NTP-Bug 889 (avoid calling malloc()
during SIGIO handling)
2007-08-18 13:18:23 +00:00
tnn b53aba8a32 Enable spdmem(4) in ALL configuration. Add commented out entries to GENERIC 2007-08-18 11:35:55 +00:00
tnn a8bb660a9a Note addition of spdmem(4) 2007-08-18 11:29:26 +00:00
tnn 449902fc06 Add spdmem(4) driver. This decodes technical specifications stored in
the eeprom on common types of memory modules. The specifications are
displayed during boot and can later be queried in the hw.spdmemN sysctl
subtree. Stub driver written by Nicolas Joly and greatly improved upon by
Paul Goyette. From PR 36745, with additional improvements by Paul and me.
2007-08-18 11:26:35 +00:00
pooka f9009a84a6 puffs_cc_create/destroy aren't supposed to be exported to the user 2007-08-18 10:26:05 +00:00
hannken f43278a84f - Use a mutex to protect snapinfo.
- Move the snapshot lock to snapinfo.
- ffs_snapblkfree(),ffs_copyonwrite(): replace lockmgr() with VOP_LOCK().
2007-08-18 10:11:01 +00:00
ad 09e7c477d8 Include sys/cpu.h for CPU_INFO_FOREACH. 2007-08-18 10:07:55 +00:00
kardel a097fb65eb pick up upcoming fixes from NTP-Bug 885 2007-08-18 09:56:13 +00:00
hannken 7d3c830b7c Expunge traces of unlinked snapshot files when making a new snapshot.
From FreeBSD Rev. 1.123
2007-08-18 09:48:33 +00:00
he 5200a497db Bump the symbol table size so that it fits again. 2007-08-18 09:45:08 +00:00
kardel 55ae27e368 revert a local fix - not necessary any more
created and tested by drochner@
2007-08-18 05:48:46 +00:00
hubertf 8e0c5879e7 - Cleanup for sleep.c:
+ mark two functions as static
  + remove case '?' in switch() before default
  + use return instead of exit() in main() function
  + use constants EXIT_SUCCESS/EXIT_FAILURE instead of 0/1

- In man sleep(1):
  + cleanup example

Patch submitted by Slava Semushin <php-coder@altlinux.ru> in private email.
2007-08-18 00:41:52 +00:00
ad 6b79143ab0 pool_drain: add a comment. 2007-08-18 00:37:14 +00:00
ad e492e656cc pool_do_cache_invalidate_grouplist: drop locks while calling the destructor.
XXX Expensive - to be revisited.
2007-08-18 00:33:38 +00:00
ad ee1c78315b Fix error in previous. 2007-08-18 00:31:32 +00:00
ad b5866eb299 Make the uarea cache per-CPU and drain in batches of 4. 2007-08-18 00:21:10 +00:00
ad c3ffc50d7a Remove obsolete comments. 2007-08-18 00:11:00 +00:00
ad 07b0fe01aa cpu_lwp_fork: don't rely on struct mdlwp being zeroed in advance. 2007-08-17 23:58:45 +00:00
ad 215f99bf1f Remove obsolete comment. 2007-08-17 23:46:34 +00:00
skd 617b9b58ef Don't put the condvars in the *middle* of the undo structures.
(semu + seminfo.semmnu) is wrong, because the type of semu is int*.
You could fix the offset ((char *)semu + seminfo.semusz), but simply
putting the condvars first is more clear.
2007-08-17 23:05:06 +00:00
oster 53ff49720c Fix a display problem observed when transitioning from "nn processes" to
"n processes" (and "nnn" to "nn", and so forth...)
2007-08-17 21:49:26 +00:00
ad 26c3495f7d Timecounters are lockless. Add conservative memory barriers to ensure that
loads and stores occur in the correct order.
2007-08-17 21:20:24 +00:00
ad fa69a4b5da spllock is gone. 2007-08-17 21:06:23 +00:00