Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-31 | Make sure we do mbuf operations at splnet(), for some models have ze | Miod Vallat | |
interrupting at spl4 (i.e. below splnet) and this can cause pool corruption; ok deraadt@ | |||
2006-08-31 | sync .Nd lines for phy; | Jason McIntyre | |
2006-08-31 | Some first cleanup run. | Marcus Glocker | |
ok deraadt@ | |||
2006-08-31 | Fix 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-31 | Bring chip into initialized state. | Marcus Glocker | |
ok deraadt@ | |||
2006-08-31 | knock out the cpp/,4 stuff here too; from henning (thanks) | Jason McIntyre | |
2006-08-31 | document an issue with subjectAltName found by reyk; | Jason McIntyre | |
ok hshoexer ho reyk | |||
2006-08-31 | Security Association Database is abbreviated 'SAD' (RFC 2401 et al), not ↵ | Hakan Olsson | |
'SADB'. jmc@, hshoexer@ ok. | |||
2006-08-31 | knock out the cpp/m4 stuff from MACROS; after discussion with many... | Jason McIntyre | |
2006-08-31 | Oops! Disable debug. | Marco Peereboom | |
2006-08-31 | Add sensor thread for individual sd devices. | Marco Peereboom | |
tested dlg ok dlg deraadt | |||
2006-08-31 | some improvements to srcid and destid, as noted by mpf; | Jason McIntyre | |
ok hshoexer mpf | |||
2006-08-31 | Add 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-31 | remove a confusing sentence; ok hshoexer ho | Jason McIntyre | |
2006-08-31 | Do proper chipset identification. | Marcus Glocker | |
ok deraadt@ | |||
2006-08-31 | usb audio entries are a little different; | Jason McIntyre | |
2006-08-31 | sync the audio lists; | Jason McIntyre | |
2006-08-31 | oops; | Jason McIntyre | |
2006-08-31 | one more audio Nd; | Jason McIntyre | |
2006-08-31 | some i386 audio cards i missed; | Jason McIntyre | |
2006-08-31 | Only chroot the unprivileged part of sasyncd(8). | Marco Pfatschbacher | |
OK deraadt@ mcbride@ hshoexer@ | |||
2006-08-31 | Automatically add a IPv6 link-local address to carp interfaces when the | Ryan 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-31 | Prerrt print volume nr in dmesg. | Marco Peereboom | |
ok mickey, deraadt, krw | |||
2006-08-31 | alter .Nd to allow: man -k 'audio device' | Jason McIntyre | |
2006-08-31 | make this page less ipv4-centric, and shuffle; | Jason McIntyre | |
inout/ok mcbride hshoexer | |||
2006-08-31 | expand DESCRIPTION; input from ho hshoexer naddy | Jason McIntyre | |
2006-08-31 | adjust link detection further: if no link, bring interface up and check | Theo de Raadt | |
for link for 10 seconds. otherwise, if there was link, no problem! ok henning, claudio, tested by others | |||
2006-08-31 | Get firmware loaded. | Marcus Glocker | |
ok deraadt@ | |||
2006-08-31 | no comma after the last item in a list | David Gwynne | |
2006-08-31 | list the drivers that use bio for various types of management. | David Gwynne | |
help and ok jmc@ requested by and ok deraadt@ | |||
2006-08-31 | er, no, gdt does not do bio yet | Theo de Raadt | |
2006-08-31 | clarify an .Sh; agreed with hshoexer | Jason McIntyre | |
2006-08-30 | Remove reference to an unmaintained web page. okay deraadt@ | Kurt Miller | |
2006-08-30 | sync the wireless entries; | Jason McIntyre | |
2006-08-30 | concentrate on `device', not `driver'; from deraadt | Jason McIntyre | |
2006-08-30 | the 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-30 | fix 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-30 | we can fit ehci & pci verbose. Much nicer. | Theo de Raadt | |
2006-08-30 | shove boot program into the snapshot | Theo de Raadt | |
2006-08-30 | Try to read station address from the chip first, then try the EEPROM (if we | Mark 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-30 | Minor nits. | Miod Vallat | |
2006-08-30 | rewording; from reyk cloder hshoexer | Jason McIntyre | |
ok ho | |||
2006-08-30 | VXT2000 information. | Miod Vallat | |
2006-08-30 | Horrible code to work around stupid VXT2000 rom getchar() behaviour, but | Miod 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-30 | Enable VXT2000 bits now that they are worth using; ok deraadt@ | Miod Vallat | |
2006-08-30 | Teach 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-30 | Better diagnostic messages. | Miod Vallat | |
2006-08-30 | make sure the .Nd line have <10 args; | Jason McIntyre | |
2006-08-30 | need to retry writing to pfkey socket on EAGAIN, ok theo hshoexer | Henning Brauer | |
2006-08-30 | need to retry writing to pfkey socket on EAGAIN, ok theo | Henning Brauer | |