mrg
|
d53dd8a3f3
|
rename shadowing variable delay to nowdelay.
|
2005-07-13 11:28:58 +00:00 |
mrg
|
a3d57ef1bd
|
play.c: allow empty files to exit gracefully rather than with an error
of "header seems really large". reported by wiz.
record.c: don't use total_size in the header if is -1 (it's initial value)
|
2005-07-13 10:57:11 +00:00 |
christos
|
190b607a00
|
Add missing const. Reported by Allar Ritter in tech-kern.
|
2005-07-13 04:24:26 +00:00 |
macallan
|
3eb150cdf9
|
Let X -configure default to the 'kbd' driver only on sparc64 and macppc
|
2005-07-13 02:04:01 +00:00 |
macallan
|
2d61a640d4
|
fixed a glitch that would trigger a warning when compiled without tctrl.
Doesn't make much sense since tctrl is on the same chip but anyway.
|
2005-07-13 01:42:06 +00:00 |
uwe
|
75d8bdf000
|
XXX: kludge around constification fallout.
No way I'm dealing with constification of C++ code!
|
2005-07-12 23:21:54 +00:00 |
mrg
|
6083482946
|
add me for: audioplay, audiorecord, gzip, XFree86, emulation and netbsd32.
|
2005-07-12 23:09:39 +00:00 |
christos
|
00a78ed413
|
Delete define for sunos_syscall_intern.
|
2005-07-12 22:45:11 +00:00 |
manu
|
b0602a2f44
|
Add safety checks for informational messages
|
2005-07-12 21:33:01 +00:00 |
dyoung
|
1273a75e1f
|
Be explicit about the requirement that capture fields be naturally
aligned to comply with the radiotap standard.
Assert David Young's maintainership of the radiotap capture format.
|
2005-07-12 21:26:33 +00:00 |
christos
|
8fac7adf53
|
change trapframe to trapframe64 in the md_syscall prototype to fix 32
bit kernel builds.
|
2005-07-12 21:13:14 +00:00 |
sekiya
|
f71fdbe340
|
Add config goo for ath. Tested with a PCI card, detected as:
ath0 at pci0 dev 10 function 0
ath0: interrupting at ioapic0 pin 17 (irq 5)
ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36M bps 48Mbps 54Mbps
ath0: mac 5.9 phy 4.3 radio 3.6
Cardbus untested, so it is commented out.
|
2005-07-12 20:22:45 +00:00 |
tron
|
50c09443b0
|
Backout botched patch, approved by Emmanuel Dreyfus.
|
2005-07-12 19:17:37 +00:00 |
manu
|
132d72e25b
|
Add SHA2 support
|
2005-07-12 16:49:52 +00:00 |
manu
|
7736ad81cf
|
Add comments on how to use the hook scripts without NAT-T
|
2005-07-12 16:33:27 +00:00 |
manu
|
ecb971f5f8
|
Don't wipe out IKE ports for SA update as it breaks things: the SA is taken
from an existing SA and already has matching IKE ports.
|
2005-07-12 16:24:29 +00:00 |
martin
|
e14ba58310
|
When returning 64bit values (from netbsd32_lseek) fix up the return
value vector (of 32bit values, most likely) via a MD macro.
|
2005-07-12 15:06:17 +00:00 |
manu
|
91b9c188b3
|
Add support for alrogithms with non OpenSSL default key sizes
|
2005-07-12 14:51:07 +00:00 |
manu
|
e0dd78cfbd
|
Don't use adminport when it is disabled
|
2005-07-12 14:15:39 +00:00 |
manu
|
4c94bccce3
|
Set IKE ports to 0 in SA when NAT-T is not in use. This fixes problems
when NAT-T is disabled
|
2005-07-12 14:14:46 +00:00 |
manu
|
929f80643d
|
Safety checks on informational messages
|
2005-07-12 14:13:10 +00:00 |
manu
|
8bc1e3c0ac
|
pkcs7 support
|
2005-07-12 14:12:20 +00:00 |
he
|
a3607bd3a5
|
This port also needs it's own sunos_machdep.h.
|
2005-07-12 13:41:34 +00:00 |
drochner
|
cf8cd48224
|
tell bpf radiotap consumers that the FCS is appended
|
2005-07-12 12:51:03 +00:00 |
drochner
|
2837deee7b
|
pad radiotap header to ensure alignment
|
2005-07-12 12:46:37 +00:00 |
drochner
|
a33487a69f
|
fixes from FUKAUMI Naoki. Changes are
> Enable WEP (software engine).
> Add support for WPA[12].
> Print modes and rates.
> Add new devices.
> And some small changes and bug fixes.
|
2005-07-12 12:13:00 +00:00 |
drochner
|
2ad51c3738
|
regen
|
2005-07-12 12:10:41 +00:00 |
drochner
|
d7736f2487
|
update some wlan adapter information, from
http://damien.bergamini.free.fr/ral/list.html via FUKAUMI Naoki
|
2005-07-12 12:10:18 +00:00 |
wiz
|
4ae24708bf
|
Mark /usr/include/dev/ieee1394/fwiso_ioctl.h as obsolete (not installed
any longer).
|
2005-07-12 11:40:29 +00:00 |
wiz
|
e633d6f83a
|
Sort. Add fwctl(8).
|
2005-07-12 11:37:51 +00:00 |
wiz
|
e8034ce6cf
|
Sync usage with man page. Use getprogname().
|
2005-07-12 09:10:18 +00:00 |
wiz
|
827b575644
|
-i seems to have been renamed to -b, update description.
|
2005-07-12 09:05:35 +00:00 |
wiz
|
e6d8065557
|
Sort a bit more.
|
2005-07-12 09:03:10 +00:00 |
wiz
|
77d802d694
|
Sort options, sort sections, long month name in Dd.
|
2005-07-12 08:59:00 +00:00 |
wiz
|
e55fafbcd6
|
Bump date for last but one.
|
2005-07-12 08:51:11 +00:00 |
wiz
|
bbcf1c57e6
|
Use more markup.
|
2005-07-12 08:50:49 +00:00 |
wiz
|
eaa6bf85ad
|
Sync usage with man page.
|
2005-07-12 08:48:20 +00:00 |
wiz
|
172e129d75
|
Sort options. New sentence, new line.
|
2005-07-12 08:45:03 +00:00 |
wiz
|
2c8c6850a4
|
Remove superfluous Pp, sort sections.
|
2005-07-12 08:28:42 +00:00 |
wiz
|
d2aabe58d4
|
Remove superfluous Pp.
|
2005-07-12 08:28:27 +00:00 |
cube
|
e937141b42
|
Regen (*xattr(2)).
|
2005-07-12 07:46:19 +00:00 |
cube
|
728e5e01bd
|
Add the *xattr(2) family of syscalls. Just like the *extattr(2) family,
they're waiting for an actual FS back-end to be tested, but are still
straightforward enough.
|
2005-07-12 07:45:34 +00:00 |
wiz
|
8a067178c8
|
Long month name in Dd, grammar improvements, formatting improvement, sort
SEE ALSO, end sentence with a dot.
|
2005-07-12 07:33:39 +00:00 |
wiz
|
2c0333bc3b
|
Long month in Dd, sort SEE ALSO, punctuation fixes.
|
2005-07-12 07:31:57 +00:00 |
wiz
|
eaa97e942f
|
Long month in Dd, sort SEE ALSO, grammar fix, punctuation nits.
|
2005-07-12 07:30:41 +00:00 |
wiz
|
27d3306b6a
|
Long month name in Dd, drop trailing space, end sentence with a dot.
|
2005-07-12 07:28:46 +00:00 |
wiz
|
112e36f255
|
regen (+fw#, fwmem#).
|
2005-07-12 07:26:19 +00:00 |
kiyohara
|
d7ee32c61f
|
Forgot to commit.
ieee1394 import from FreeBSD.
|
2005-07-12 03:23:06 +00:00 |
dyoung
|
1dd028fbc1
|
Explain how the extension bit works in the bitmap that tells which
fields are present.
|
2005-07-11 21:59:12 +00:00 |
yamt
|
d01f5b39f6
|
specify dma direction hints for bus_dmamap_load_mbuf.
|
2005-07-11 21:42:58 +00:00 |