Commit Graph

211333 Commits

Author SHA1 Message Date
skrll
54d811b02d Fix t_backtrace.debug entry. 2012-06-01 10:52:38 +00:00
rkujawa
68cabd119e More work on PCI memory accesses on empb(4). 2012-06-01 09:41:35 +00:00
matt
2ff5436688 Really fix polyf/polyd macros. Now returns expected results. 2012-06-01 06:26:38 +00:00
mrg
8fb03546dc - add some comments for post-usbmp
- basic documentation for:
    usbd_clear_endpoint_toggle()
    usbd_device2interface_handle()
    usbd_interface2device_handle()
    usbd_pipe2device_handle()
    usbd_interface2endpoint_descriptor()
    usbd_endpoint_count()
- usbd_close_pipe() has documentation already
- bump date
2012-06-01 00:16:28 +00:00
joerg
42e529577c Add void for ttyslot prototype. 2012-05-31 23:11:35 +00:00
joerg
84d44fb884 The output function is only order preserving for chm and chm3, so
correct that part of the documentation and also mention what the default
algorithm is.
2012-05-31 21:36:06 +00:00
rkujawa
160a9cb006 Add empb(4) functions to switch memory window position. 2012-05-31 21:29:02 +00:00
joerg
55a1bc2fcb Always use system zlib. Avoids the need for 32bit build environment when
bootstrapping on some Linux distros. We require zlib to be present anyway.
2012-05-31 21:02:02 +00:00
joerg
7b1c18b0f7 Maintain nalias and nterm on the fly. 2012-05-31 21:01:06 +00:00
joerg
18604821d3 One more strdup -> estrdup. 2012-05-31 20:40:05 +00:00
joerg
cff379a94b Use e* from util.h. 2012-05-31 20:38:19 +00:00
martin
78b7b66d90 Add a (skipped for now) test case for PR 46463 2012-05-31 20:31:07 +00:00
joerg
2b5ab40700 Replace linear lookup with hash table, reducing runtime by 60%. 2012-05-31 20:10:06 +00:00
joerg
974fdf3721 Use queue(3) 2012-05-31 19:56:32 +00:00
martin
c05e3b1f3a Make sure to have file descriptors 0-2 open before doing further setup.
Otherwise strange invocations could trick us into passing the event
descriptor as, for example, stdin to the server.
See PR 46463 for details.
2012-05-31 19:14:56 +00:00
joerg
968a666e92 Prefer __printflike. 2012-05-31 19:00:41 +00:00
joerg
283854674c Don't print noisy errors if need-dl hasn't been created yet. 2012-05-31 18:53:33 +00:00
joerg
2fab7c857c Forcefully override the GNU make configure check. The build system in
NetBSD doesn't need it, so the configure check doesn't have to reject
a prestine NetBSD host.
2012-05-31 18:52:16 +00:00
pgoyette
865357bdaf Update handling of sysctl stuff when built as modules 2012-05-31 16:09:33 +00:00
pgoyette
5f373d7584 Ooopppsss! sysctl nodes created during module load time cannot be
PERMANENT
2012-05-31 16:08:14 +00:00
pgoyette
77814c5e08 When built as module, track sysctl node creations, and destroy them on
module exit.
2012-05-31 15:07:29 +00:00
christos
a6b4b4578e remove stdint.h; it is not used. 2012-05-31 13:16:39 +00:00
nonaka
8644178b4a Remove duplicate entries. 2012-05-31 12:32:35 +00:00
nonaka
27788711a6 regen 2012-05-31 12:30:43 +00:00
nonaka
973fefb98a Ralink Technology's vendor ID is 0x148f, not 0x1485.
Pointed by FUKAUMI Naoki.
2012-05-31 12:29:15 +00:00
nonaka
cebb6f33a6 Add .An -nosplit. 2012-05-31 12:10:10 +00:00
wiz
1c095f6bdd Remove superfluous Pp 2012-05-30 22:00:44 +00:00
sjg
4c3de88126 Don't pass debug flags etc. to unit-tests 2012-05-30 21:54:23 +00:00
sjg
b420f1eb56 An empty command is quietly ignored in jobs mode, but causes a failure
in compat mode.  Just skip it.
2012-05-30 21:42:04 +00:00
rmind
fb07f475c0 npftest: add a stream processor, which prints out the TCP state information.
A tool for debugging connection tracking from tcpdump -w captured data.
2012-05-30 21:38:03 +00:00
rmind
ac69c0c39c npfctl(8): add show-config command. Also, update syntax. 2012-05-30 21:30:07 +00:00
wiz
91c0be261d Mention first NetBSD release; use Lk; simplify SYNOPSIS; bump date. 2012-05-30 20:15:56 +00:00
wiz
2edebd0d8a Install urtw(4). 2012-05-30 20:13:10 +00:00
christos
a190c7e200 add urtw.4 2012-05-30 18:35:13 +00:00
christos
1994e3b9e7 add man page from FreeBSD 2012-05-30 18:34:24 +00:00
christos
d22248f82d don't include both term.h and termcap.h 2012-05-30 18:21:14 +00:00
rkujawa
f64d6f5619 Add a driver for Elbox Mediator 1200 PCI bridges. This is still a work in
progress, but now it is good enough to drive a NE2000 card. Support for
memory space accesses will be added soon(ish).
2012-05-30 18:01:51 +00:00
wiz
4850558775 Fix date and add .An -nosplit. 2012-05-30 15:17:00 +00:00
wiz
7b2454adb4 Bump date for previous. 2012-05-30 15:16:24 +00:00
jruoho
88bb4c68e1 Add patch from Tetsuya Isaki in PR lib/46433. 2012-05-30 15:14:10 +00:00
jruoho
c4e17f798c Use "atf_arch" instead of "atf_machine"; see atf-config(1). 2012-05-30 15:11:58 +00:00
nonaka
084151cd06 Add some device IDs from OpenBSD. 2012-05-30 14:54:16 +00:00
nonaka
538a0c3b77 regen 2012-05-30 14:53:18 +00:00
nonaka
08167cd9e5 Add urtwn(4) IDs from OpenBSD. 2012-05-30 14:52:58 +00:00
nonaka
daa376b6db Add myself as responsible for urtwn(4), run(4). 2012-05-30 14:33:48 +00:00
nonaka
b26e842c15 Mention about run(4). 2012-05-30 14:31:57 +00:00
nonaka
9cdb1c70e5 Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.
2012-05-30 14:30:32 +00:00
nonaka
bb7d544fc1 Use collect device. 2012-05-30 12:05:56 +00:00
nonaka
a79f959d3f regen 2012-05-30 11:50:38 +00:00
nonaka
10e9ef243a Add more Realtek devices. 2012-05-30 11:50:05 +00:00