jdc
e7e6a0e935
Note that the PHY instance changes when a MII transceiver is connected.
2012-06-24 09:38:54 +00:00
jdc
b67baf6e3e
PR kern/46424
...
Revert the part of revision 1.77 that altered the PHY attachment order.
2012-06-24 09:37:28 +00:00
kiyohara
41f4d38cf3
Flush current empty descriptor in emac_rxeob_intr().
2012-06-24 08:39:39 +00:00
riastradh
3c457d56bb
Take the kernel lock in atapibusdetach just like atapibuschilddet.
...
Fixes kassert in scsipi_lookup_periph when I press the power button
on one of my laptops (and maybe another one) to power it off.
ok mrg
2012-06-24 07:48:01 +00:00
wiz
0d00d3b578
Bump date for previous.
2012-06-23 23:41:25 +00:00
jdf
8efbef4b63
Clarify use of the union option for mount, as proposed in PR 45919.
...
Text proposed by apb.
2012-06-23 23:17:46 +00:00
jdf
17ec07bc2d
* Remove spurious period in name section
...
* remove spurious argument to Nm macro
Patch supplied by Bug Hunting.
2012-06-23 20:49:14 +00:00
wiz
e04232a5fa
Remove superfluous word.
2012-06-23 20:29:06 +00:00
abs
796b9786c8
Document DIOCTUR (test unit ready)
2012-06-23 19:14:34 +00:00
martin
6817543049
Do not assign to a const pointer, but set the value of the target variable
...
instead. Makes sysinst at least start up again.
2012-06-23 17:49:58 +00:00
jdc
e6facd19bf
Fix multicast filter set up: we need to byte-swap the hash before writing to
...
the chip. While here, remove open-coded copy of ether_crc32_le().
2012-06-23 17:21:12 +00:00
christos
a9706a560c
Trying to print a function pointer as a string is likely to cause tears.
...
While here, don't match on the unit either
2012-06-23 14:06:02 +00:00
minoura
37abe35e51
Change to the 2-clauses license.
2012-06-23 08:48:15 +00:00
dholland
069a188b26
"appeared in", not "appeared on".
2012-06-23 05:47:50 +00:00
christos
deb57840fd
new ip6 sysctls
2012-06-23 03:16:03 +00:00
christos
443eb0a284
4 new sysctls to avoid ipv6 DoS attacks from OpenBSD
2012-06-23 03:13:41 +00:00
wiz
2c4ba053cf
Replace nonexistant Lx macro. Use full NetBSD version for Nx.
2012-06-22 22:54:26 +00:00
wiz
0355356981
Fix macro. Replace another one (there is no .Lx). Use full NetBSD version.
2012-06-22 22:54:09 +00:00
wiz
10258cb7fe
Remove trailing whitespace. Sort errors. Bump date for previous.
2012-06-22 22:49:03 +00:00
wiz
efd86e84be
Remove trailing whitespace. Use more markup. Bump date for previous.
2012-06-22 22:48:37 +00:00
khorben
f4b7eefb95
Disable azalia(4) now that hdaudio(4) was switched on
...
ok bouyer@
2012-06-22 22:38:39 +00:00
abs
04c1553d52
- Replace the CD_NAME definition with a CD_NAMES comma separate list,
...
the default remains "cd0a", but i386 sets "cd0a", "mcd0a" while vax
takes "cd0a", "racd0a"
- Add get_default_cdrom() to disks.c, which is called in init(). This
checks the contents of hw.disknames against CD_NAMES. The first one
found (minus partition letter) is picked, otherwise the first entry
in CD_NAMES is used
The primary beneficiary is vax systems with an MSCP but no SCSI CD
drive, which now default to (a valid) racd0a rather than an invalid
cd0a. The obvious example being simh-vax
2012-06-22 20:54:39 +00:00
abs
351c7b5d8f
- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed
...
to mixing them in with the ra* disks, modelled loosely on how MSCP
rx* floppies are handled
- racd* defaults to the same single iso9660 partition as cd*
- Cleanup config option handling slightly so any combination of ra*,
rx* (and now raccd*) can be defined without build errors.
- Avoid ugly printf when disks have all zero disklabel magic number
2012-06-22 20:42:22 +00:00
abs
86aebb49c7
Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has
...
time to look at the gcc 4.5 codegen issues we should at least have a usable
-current for vax.
2012-06-22 20:32:34 +00:00
christos
6072f3e5f9
add recvmmsg test
2012-06-22 18:54:00 +00:00
christos
ddf0ca0911
mention {send,recv}mmsg
2012-06-22 18:47:09 +00:00
christos
291dafda34
tests for recvmmsg
2012-06-22 18:45:23 +00:00
christos
b45bdefd7f
add {send,recv}mmsg
2012-06-22 18:30:22 +00:00
christos
0826c9ae0a
{send,recv}mmsg glue
2012-06-22 18:28:38 +00:00
christos
e77423410d
regen
2012-06-22 18:27:25 +00:00
christos
7bee3146e4
Add {send,recv}mmsg from Linux
2012-06-22 18:26:35 +00:00
christos
bda667f3a1
remove unintended commit (this was to avoid a bug in the hme driver which
...
I have not been able to reproduce)
2012-06-22 15:09:36 +00:00
christos
40114b997c
PR/46602: Move the rfc6056 port randomization to the IP layer.
2012-06-22 14:54:34 +00:00
rmind
53e5b8cc71
NPF:
...
- Rename some functions for consistency and de-inline them.
- Fix few invalid asserts (add regressoin test).
- Use pserialize(9) for ALG interface.
- Minor fixes, sprinkle many comments.
2012-06-22 13:43:17 +00:00
rmind
a02bd039dc
rumpkern:
...
- Add subr_kcpuset.c and subr_pserialize.c modules.
- Add kcpuset_{running,attached} for RUMP env.
2012-06-22 12:45:43 +00:00
jdc
f81d0349d6
Fix fallout from revision 1.46, and call ether_ioctl() in the default path.
...
Patch from John D. Baker in PR port-sparc/46572.
2012-06-22 11:03:57 +00:00
martin
de489d0684
From the "parse errors that you just do not see as a human" department:
...
build fix.
2012-06-22 08:47:47 +00:00
sjg
07f6254fe3
Add -Z to enable sparse files - for ffs at least.
...
Based on a patch from shesha at juniper.
2012-06-22 06:15:18 +00:00
mrg
6b7316a46a
fix locking for isoc transfers, as reported (and the fix tested) by prlw1.
2012-06-22 00:12:23 +00:00
enami
b305b415b4
All error path must go through the free function call after an
...
allocation of resolved path might succeeded.
2012-06-21 23:29:23 +00:00
wiz
6391074f79
Drop trailing whitespace and avoid xr to itself.
2012-06-21 21:35:25 +00:00
christos
6ddff5efba
sprinkle restrict in realpath(3)
2012-06-21 21:13:29 +00:00
christos
53094c09c8
PR/46618: Onno van der Linden: realpath(3) isn't SUSv4 compliant (and causes
...
flactag 2.0.4 to dump core). Fix to accept a NULL argument for resolvedpath.
2012-06-21 21:13:07 +00:00
jdc
a1f0720d45
Add raid0 to init), in case we have /tmp on mfs.
2012-06-21 19:22:07 +00:00
christos
23ccd40d8e
fix token pasting.
2012-06-21 17:55:15 +00:00
yamt
365b42c39d
for the default "bsd" algorithm, restore the pre rfc6056 changes behaviour.
...
fix anonportmin/max.
probably other algorithms need similar fixes.
2012-06-21 10:35:28 +00:00
yamt
3ded02d5cb
constify, comments.
...
no functional changes.
2012-06-21 10:31:45 +00:00
yamt
50b5f975ae
whitespace and cosmetics. no functional changes.
2012-06-21 10:30:47 +00:00
pgoyette
ef11cb81d1
Add directory for usr/include/dev/filemon/
2012-06-21 04:30:04 +00:00
pgoyette
a461f6ce9e
Update sets lists file filemon.h
2012-06-21 04:29:25 +00:00