summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-12-25Add GENERIC.MPMiod Vallat
2012-12-24Fix compilation with POOL_DEBUG but !DDBPhilip Guenthe
2012-12-24In acpiioctl(), Return though the splx() path if suser() returns an errorPhilip Guenthe
2012-12-22Add support for U3 brigdes present in macppc G5 machines. Many thanksMartin Pieuchot
2012-12-22Attach all known U3 AGP bridgesMartin Pieuchot
2012-12-22We already zero out the trapframe, so there is no reason to set individualMark Kettenis
2012-12-22Return EEXIST to 'add' when a port is already a bridge member. This makesCamiel Dobbelaar
2012-12-21tweak for malloc(9) calls:Gleydson Soares
2012-12-21Rather than calling mircotime in bpf_catchpacket each time it's calledMike Belopuhov
2012-12-21bpf allocates packet buffers in the ioctl path and can sleepMike Belopuhov
2012-12-21regenJasper Lievisse Adriaanse
2012-12-21- add some pcidevs taken from a dmesg on bugs@Jasper Lievisse Adriaanse
2012-12-20report flow control mode in the media status callbackMike Belopuhov
2012-12-20correctly update the current flow control modeMike Belopuhov
2012-12-20max_frame_size must be set after ether_ifattach updates if_mtu;Mike Belopuhov
2012-12-19Temporarily bring back the shutdown hook, but only use it to flush the diskMark Kettenis
2012-12-19add another umsm device that uses the qualcomm vid. namedJonathan Gray
2012-12-19regenJonathan Gray
2012-12-19add another umsm deviceJonathan Gray
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-12-17Add a list of alpha systems and their SRM footprint in the linker scriptMiod Vallat
2012-12-17Unbreak bootblocks on Alpha by fixing the primary load address. AMartynas Venckus
2012-12-17sync up ixgbe_raise_i2c_clk with freebsd which basically allowsMike Belopuhov
2012-12-17spacing; sync up ixgbe_bus_speed enum with freebsdMike Belopuhov
2012-12-17Sync up advanced transmitter descriptor setup code to the upstream.Mike Belopuhov
2012-12-17sync some comments and variable names in rxeof with freebsdMike Belopuhov
2012-12-17Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->bufMike Belopuhov
2012-12-17Don't forget to decrement a number of clusters on the ring in caseMike Belopuhov
2012-12-17Get rid of the split header code as it was never used inMike Belopuhov
2012-12-17Implement SFP+ module hot-plug support for 82599 obtainedMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike Belopuhov
2012-12-16regenJasper Lievisse Adriaanse
2012-12-16- put the Moxa products where they belong alphabeticallyJasper Lievisse Adriaanse
2012-12-14Support IT8772F; from form@, ok kettenisMike Belopuhov
2012-12-14regenMartin Pieuchot
2012-12-14Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@Martin Pieuchot
2012-12-14oops, debug printf sneaked in. i must be out of practice.David Gwynne
2012-12-13iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren'tMartin Pieuchot
2012-12-13pipex_init can be called multiple times (by whatever subsystems want to useDavid Gwynne
2012-12-12Rearrange the code a bit to prevent splx() from being called with anMike Belopuhov
2012-12-11Bring back a small copy optimization in the aes-gcm handling:Mike Belopuhov
2012-12-10Fix potential for use-after-free of bufs in softdep.Bob Beck
2012-12-10Always back the buffer cache off on any page daemon wakeup. This avoidsBob Beck
2012-12-10Ensure NFS will only consume up to 1/4 of the available bufferBob Beck
2012-12-10does not need cdefs.hTheo de Raadt
2012-12-10adjust mbuf chain data pointer so that ip header would appearMike Belopuhov
2012-12-10Correct macobio functions to only read and write one byte of data insteadMartin Pieuchot
2012-12-10Implement support for Extended Sequence Numbers for the aesni driverMike Belopuhov
2012-12-10Under some circumstances (currently only reproducible with IPsec)Mike Belopuhov
2012-12-10Add cdce(4).Brad Smith