summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-11-13Mitigate the new WPA attack described in Beck, M. and Tews S. "PracticalDamien Miller
2008-11-12KNF (whitespace fixes). ok brad@.Stuart Henderson
2008-11-12Add a comment to sigcode() to explain why the use of 'int $0x80' isTobias Weingartner
2008-11-12fix typo in debug printf; ok ratchov@Stuart Henderson
2008-11-11Remove the (unworking to the point it doens't even compile) viadrm driver.Owain Ainsworth
2008-11-11Fix prototype for drm_addmap(), okay oga@.Pedro Martelletto
2008-11-11for ^T support, grab all the information from the process before goingTheo de Raadt
2008-11-11Spacing.Marcus Glocker
2008-11-11slightly optimized the ptrace stat allocation to only happen when needed.Ted Unangst
2008-11-11make sure that any messing we do with a process's directories happens atomica...Ted Unangst
2008-11-10typo: be -> by in commentOwain Ainsworth
2008-11-10Clear ifindex2ifnet[] in if_detach() this is needed because link localClaudio Jeker
2008-11-10clean namespace a fair bit; wrap kernel-use-only structures and gunk inTheo de Raadt
2008-11-10Fix the bits to enable bus mastering mode on some newer chips. FromOwain Ainsworth
2008-11-10Make writeback work on after a suspend. From Dave Airlie via drm git.Owain Ainsworth
2008-11-10Use the correct sizeof for the _ca.Artur Grabowski
2008-11-10remove unused variable 'error' from two functions; llvm/clang; ok dlgConstantine A. Murenin
2008-11-10Remove 17 unused vars from uvideo_softc.Marcus Glocker
2008-11-10One more replacement; 2 -> UVIDEO_SH_MIN_LENMarcus Glocker
2008-11-10Fix typo in comment, okay jmc@.Pedro Martelletto
2008-11-10don't assign ifp to ifp; llvm/clang; ok jsgConstantine A. Murenin
2008-11-10remove some dead code and fix a comment; llvm/clang; ok jsgConstantine A. Murenin
2008-11-10uninitialised value caused some lmenv(4) fans to never appear sometimes;Constantine A. Murenin
2008-11-10vm_map_lock() around calls to uvm_map_findspace(); ok teduTheo de Raadt
2008-11-10same vmspace song and dance as in kern_sysctl.c 1.167; ok kurtTheo de Raadt
2008-11-09correct device name.Owain Ainsworth
2008-11-09Don't attach to the agp bridges on amd64 machines. They have a differentOwain Ainsworth
2008-11-09Make own struct for the stream header instead saving the data in singleMarcus Glocker
2008-11-09Add BULK xfer support.Marcus Glocker
2008-11-09workaround lack of struct proc. this whole mess must be cleaned out.Theo de Raadt
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-09rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal()Damien Bergamini
2008-11-09uninitialized value, caused by a typo.Charles Longeau
2008-11-09systrace activation happens in the middle of a rather sensitive piece ofTheo de Raadt
2008-11-08Use atop() and ptoa() in buf_free_pages() to make it consistent withPedro Martelletto
2008-11-08Get rid of va-ppc.h.Mark Kettenis
2008-11-08when defragmenting an mbuf chain, do not call M_DUP_PKTHDR.Damien Bergamini
2008-11-08remove two printfs that slipped through my last commit.Damien Bergamini
2008-11-08initialize k to NULL in wpi_tx_data()Damien Bergamini
2008-11-08fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomDavid Gwynne
2008-11-08do not call if_start() from tx_done() unless there is a reason to do soDamien Bergamini
2008-11-08do not allocate cmd memory for rings 5 and 6 (HCCA) which are unused.Damien Bergamini
2008-11-08rework iwn_start().Damien Bergamini
2008-11-08major wpi(4) overhaul.Damien Bergamini
2008-11-08major wpi(4) overhaul.Damien Bergamini
2008-11-08brad, noone said you could go making changes like that (doubling theTheo de Raadt
2008-11-08When initializing the standard RX ring, do not allocate mbufs clusters for theTheo de Raadt
2008-11-08Clean up some of the comments.Brad Smith