jnemeth
220a7d2bb0
add _tss to uid and gid checks
2012-06-01 21:59:06 +00:00
wiz
d0df7c443e
Make HAVE_* define match what configure finds.
...
In particular, this enables usleep(3) (compared to using sleep(3) before).
ok joerg@
2012-06-01 20:28:02 +00:00
rkujawa
cf943d0f86
Add support for PCI_NETBSD_CONFIGURE in empb(4). Continue work on memory window.
2012-06-01 17:41:16 +00:00
martin
9c63b84225
Do not skip the block device mmap test, as it does not crash
...
the kernel any more. Mark it as expected failure instead.
2012-06-01 15:59:21 +00:00
martin
c5f76e4cca
Only use generic readahead on VREG vnodes, the space used to store the
...
context is not valid on other types.
Prevents the crash reported in PR kern/38889, but does not fix the
mmap of block devices, more work is needed (no size on VBLK vnodes).
2012-06-01 14:52:48 +00:00
jdc
6d16a86832
Add a delete key capability to our wsvt25 entry. Fixes a problem noted by
...
David Lord on netbsd-users.
2012-06-01 14:47:06 +00:00
nonaka
c9051a9fd6
Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.
2012-06-01 13:19:38 +00:00
nonaka
6a9737b9fa
Add a dependency on bpf module.
2012-06-01 12:38:25 +00:00
joerg
68a65e1a02
Fix a number of memory leaks. Keep final loop of the cleanup in tic(1)
...
under #ifdef __VALGRIND__ though.
2012-06-01 12:08:40 +00:00
joerg
5fafac093e
Use memcmp in place of strncmp, since length is known to no longer than
...
either of the arguments.
2012-06-01 12:02:36 +00:00
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