summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-01-11Perform IP options check in pf_test_rule(), before creating state.Ryan Thomas McBride
2011-01-11delay deferred packets for a maximum of 20ms instead of 100 ticks (whichDavid Gwynne
2011-01-11bring back carrying over state from the previous RC4 instance whenDamien Miller
2011-01-11all the bzeros in rnd are important, use explicit_bzeroTed Unangst
2011-01-10add a new function, explicit_bzero, to be used for erasing "secret" stuff.Ted Unangst
2011-01-10If pf_test() was called recursively, the global variable pf_hdrsAlexander Bluhm
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2011-01-10regenDamien Bergamini
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2011-01-10Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic...Mark Kettenis
2011-01-10Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to allMark Kettenis
2011-01-10Attach acpihpet only once. The matching code is changed because acpi busMike Belopuhov
2011-01-10DPFPRINTF already adds the "pf: ", no need to put it in the errorRyan Thomas McBride
2011-01-10update the documentation regarding the *4 vs *6 decision for early RC4Theo de Raadt
2011-01-10move comment block regarding ARC4_MAIN_MAX_BYTESTheo de Raadt
2011-01-10randomread does its own rekeying now, so we don't need the large buf function.Ted Unangst
2011-01-10OK, this is getting silly, but we might as well zero the entropy bufferTheo de Raadt
2011-01-10zero another intermediate key storage areaTheo de Raadt
2011-01-09be more careful with nanotime() calls in early entropy storage, sinceTheo de Raadt
2011-01-09Continue loading acpiec even if _REG fails.. allows HP G62 to work properlyJordan Hargrave
2011-01-09In ip6_forward() only one call to icmp6_error() was not protectedAlexander Bluhm
2011-01-09Check in resettodr() if inittodr() has been called, otherwise we end upJasper Lievisse Adriaanse
2011-01-09trust the Tx/Rx chains masks in ROM except for the 4965 and 5100Damien Bergamini
2011-01-09cleanup; change the way opns are attached.Damien Bergamini
2011-01-09Only use memory mapped extended PCIe config space access for the bussesMark Kettenis
2011-01-08forward decl struct procTheo de Raadt
2011-01-08split randomattach into random_init() and random_start(), so that weTheo de Raadt
2011-01-08syncTheo de Raadt
2011-01-08new radeon; Claus AssmannTheo de Raadt
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2011-01-08reserve one xfer for beacons during init.Damien Bergamini
2011-01-08fix LEDs handling.Damien Bergamini
2011-01-08The Ubiquiti WiFiStation EXT works on the Sun Blade 1500.Damien Bergamini
2011-01-08the USB frontend has its own switch_chan() function, so no need toDamien Bergamini
2011-01-08clear pci configuration register 0x41 on resume, like during attach.Damien Bergamini
2011-01-08Removed unused structure memberJordan Hargrave
2011-01-08spacesTheo de Raadt
2011-01-08switch back from PAGE_SIZE for the sake of sparcTheo de Raadt
2011-01-08destatic. ok deraadtTed Unangst
2011-01-07some minor improvements to rnd.Ted Unangst
2011-01-07do not special case ep0 at pci/eisa. ep* will be fine. We should notTheo de Raadt
2011-01-07Add socket option SO_SPLICE to splice together two TCP sockets.Alexander Bluhm
2011-01-07substantial rewrite. put a very thin mutex at the entropy-collectionTheo de Raadt
2011-01-07since randomwrite() also has no blocking operations at all, we need toTheo de Raadt
2011-01-07increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis.Ted Unangst
2011-01-07the midlayer uses -1 as a wildcard when processing requests for probes orDavid Gwynne
2011-01-07Detect wether a disk image is an ISO image and set the media type toMark Kettenis
2011-01-07Fix malloc(9) call with swapped type and flags arguments.Mark Kettenis
2011-01-06Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabelMark Kettenis
2011-01-06For very large operations in randomread(), use a local rc4 instanceTheo de Raadt