summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-31Make sure we do mbuf operations at splnet(), for some models have zeMiod Vallat
interrupting at spl4 (i.e. below splnet) and this can cause pool corruption; ok deraadt@
2006-08-31sync .Nd lines for phy;Jason McIntyre
2006-08-31Some first cleanup run.Marcus Glocker
ok deraadt@
2006-08-31Fix handling of 64-bit quantities in Open Firmware's client interface.Mark Kettenis
Spotted by tsi@, and shamelessly stolen from his diff. Fixes several UltraSPARC-III machines wich have more than one memory bank filled. ok deraadt@
2006-08-31Bring chip into initialized state.Marcus Glocker
ok deraadt@
2006-08-31knock out the cpp/,4 stuff here too; from henning (thanks)Jason McIntyre
2006-08-31document an issue with subjectAltName found by reyk;Jason McIntyre
ok hshoexer ho reyk
2006-08-31Security Association Database is abbreviated 'SAD' (RFC 2401 et al), not ↵Hakan Olsson
'SADB'. jmc@, hshoexer@ ok.
2006-08-31knock out the cpp/m4 stuff from MACROS; after discussion with many...Jason McIntyre
2006-08-31Oops! Disable debug.Marco Peereboom
2006-08-31Add sensor thread for individual sd devices.Marco Peereboom
tested dlg ok dlg deraadt
2006-08-31some improvements to srcid and destid, as noted by mpf;Jason McIntyre
ok hshoexer mpf
2006-08-31Add more SADB types to the filter: ACQUIRE, X_ASKPOLICY, REGISTER.Marco Pfatschbacher
While there put the message sieve into the more appropriate filter function. Pointed out by markus. OK ho@, markus@, hshoexer@, deraadt@
2006-08-31remove a confusing sentence; ok hshoexer hoJason McIntyre
2006-08-31Do proper chipset identification.Marcus Glocker
ok deraadt@
2006-08-31usb audio entries are a little different;Jason McIntyre
2006-08-31sync the audio lists;Jason McIntyre
2006-08-31oops;Jason McIntyre
2006-08-31one more audio Nd;Jason McIntyre
2006-08-31some i386 audio cards i missed;Jason McIntyre
2006-08-31Only chroot the unprivileged part of sasyncd(8).Marco Pfatschbacher
OK deraadt@ mcbride@ hshoexer@
2006-08-31Automatically add a IPv6 link-local address to carp interfaces when theRyan Thomas McBride
virtual MAC address is set. Among other things, this makes route6d work correctly on systems with carp interfaces. In order to ensure backwards compatibility, we do not include IPv6 link-local addresses in generating the HMAC, but we accept HMACs with AND without the link-local addresses. They will be added to the HMAC in a future release. In short: this change should only affect backwards compatibility for IPv6 users who are manually adding link-local addresses on carp interfaces. testing mtu@ todd@ ok mpf@ henning@ deraadt@
2006-08-31Prerrt print volume nr in dmesg.Marco Peereboom
ok mickey, deraadt, krw
2006-08-31alter .Nd to allow: man -k 'audio device'Jason McIntyre
2006-08-31make this page less ipv4-centric, and shuffle;Jason McIntyre
inout/ok mcbride hshoexer
2006-08-31expand DESCRIPTION; input from ho hshoexer naddyJason McIntyre
2006-08-31adjust link detection further: if no link, bring interface up and checkTheo de Raadt
for link for 10 seconds. otherwise, if there was link, no problem! ok henning, claudio, tested by others
2006-08-31Get firmware loaded.Marcus Glocker
ok deraadt@
2006-08-31no comma after the last item in a listDavid Gwynne
2006-08-31list the drivers that use bio for various types of management.David Gwynne
help and ok jmc@ requested by and ok deraadt@
2006-08-31er, no, gdt does not do bio yetTheo de Raadt
2006-08-31clarify an .Sh; agreed with hshoexerJason McIntyre
2006-08-30Remove reference to an unmaintained web page. okay deraadt@Kurt Miller
2006-08-30sync the wireless entries;Jason McIntyre
2006-08-30concentrate on `device', not `driver'; from deraadtJason McIntyre
2006-08-30the start of making .Nd lines more useful for section4;Jason McIntyre
this diff addresses ethernet devices only input from nick jsg deraadt, maybe some others
2006-08-30fix isakmpd -Ka, as used by bgpd, or acquire flows set up via ipsecctl.Henning Brauer
acquire flows need to be recorded on the fly via connection_record_passive(), otherwise later lookups fail and the policy check fails. ok hshoexer ho markus msf deraadt
2006-08-30we can fit ehci & pci verbose. Much nicer.Theo de Raadt
2006-08-30shove boot program into the snapshotTheo de Raadt
2006-08-30Try to read station address from the chip first, then try the EEPROM (if weMark Kettenis
think it is there). On sparc64 try to read the local-mac-address property from Open Firmware and as a last resort use the idprom property. Hopefully fixes reading the station address on the Blade 1500. ok deraadt@
2006-08-30Minor nits.Miod Vallat
2006-08-30rewording; from reyk cloder hshoexerJason McIntyre
ok ho
2006-08-30VXT2000 information.Miod Vallat
2006-08-30Horrible code to work around stupid VXT2000 rom getchar() behaviour, butMiod Vallat
at least this allows our boot blocks to work with glass console on these machines now. Caution: reading this code will hurt your eyes. ok deraadt@
2006-08-30Enable VXT2000 bits now that they are worth using; ok deraadt@Miod Vallat
2006-08-30Teach the SGEC driver about the Real World:Miod Vallat
- check for error bits in descriptors, and count and report errors accordingly; make sure we do not pass up known-to-be-bad packets up the receive path. - check for various error conditions which would cause the transmit process to go to suspended state, and recover from them, before the timeout expires. - finally, on the VXT2000, the transmit process for some reason will reset its ring position to the beginning of the ring every time it completes a transmission burst, while we don't, so play with the head of ring register behind its back. This makes my VXT2000+ (net)boot multiuser. Tested on VXT2000 (ze@vxtbus), KA49 (ze@vsbus) and KA53 (ze@ibus); ok deraadt@
2006-08-30Better diagnostic messages.Miod Vallat
2006-08-30make sure the .Nd line have <10 args;Jason McIntyre
2006-08-30need to retry writing to pfkey socket on EAGAIN, ok theo hshoexerHenning Brauer
2006-08-30need to retry writing to pfkey socket on EAGAIN, ok theoHenning Brauer