Go to file
dyoung cf784f4497 Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachment
of this entire device tree:

pci0 at mainbus0
        elansc0 at pci0
                gpio0 at elansc0
        cbb0 at pci0
                cardslot0 at cbb0
                        cardbus0 at cardslot0
                        pcmcia0 at cardslot0
        cbb1 at pci0
                cardslot1 at cbb1
                        cardbus1 at cardslot1
                                rtw0 at cardbus1
                        pcmcia1 at cardslot1
        sip0 at pci0
                nsphyter0 at sip0
        sip1 at pci0
                nsphyter1 at sip1

Whew!
2007-12-16 21:28:30 +00:00
bin convert __attribute__s to applicable cdefs.h macros 2007-12-15 19:44:37 +00:00
common Refactor interrupt dispatching. 2007-12-13 16:41:59 +00:00
crypto Add corrections submitted in a follow up patch for the nat-t oa support. 2007-12-12 05:08:28 +00:00
dist Do some rudimentary bounds checking on arguments passed in from 2007-12-11 19:57:58 +00:00
distrib Remove a spurious paragraph break from the start of the generated 2007-12-15 19:48:16 +00:00
doc shorten lines > 80 chars; remove trailing spaces; unexpand tabs. 2007-12-16 08:10:00 +00:00
etc s/07555/0755/ in permissions of /dev file system. Thanks to 2007-12-16 16:09:27 +00:00
games convert __attribute__s to applicable cdefs.h macros 2007-12-15 19:44:37 +00:00
gnu Improve signal trampoline support by recognising trampolines from previous 2007-12-04 08:38:14 +00:00
include humanize_number was the only function in <util.h> that is not in libutil. 2007-12-14 16:36:19 +00:00
lib * nuke puffs_cc_get{specific,usermount} for good 2007-12-16 20:02:57 +00:00
libexec remove cdefs.h at mrg's request 2007-12-16 02:38:24 +00:00
regress Fix stresep(3) handling of consecutive quoted delimiter characters. 2007-12-06 22:07:07 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Add support for the command list scan in ifconfig (this command permits to scan 2007-12-16 13:49:21 +00:00
share When MAKEDEV creates a memory file system, let it try mount_tmpfs(8) 2007-12-15 21:33:13 +00:00
sys Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachment 2007-12-16 21:28:30 +00:00
tests Cast sf->f_bsize to int to force signed division. Fixes this test 2007-12-03 18:49:24 +00:00
tools $HOST_SH does not necessarily contains the absolute path to sh. Fix it if 2007-11-24 18:44:00 +00:00
usr.bin Remove lots of redundant __attribute__((__noreturn__))s 2007-12-15 22:01:25 +00:00
usr.sbin convert __attribute__s to applicable cdefs.h macros 2007-12-15 19:44:37 +00:00
x11 On NetBSD/amd64, load modules within the first 2GB of RAM. 2007-10-11 19:04:49 +00:00
build.sh Delete mention of 'iso-dir=cdextras'. This was a leftover from 2007-11-23 19:38:43 +00:00
BUILDING Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items 2007-11-23 16:19:28 +00:00
Makefile Add the tests.tgz set 2007-11-12 15:06:45 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Fix a few typos. 2007-11-17 09:53:16 +00:00