summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-12-31Switch mvme68k boot blocks to use the MI libsa loadfile routines to loadMiod Vallat
2012-12-31Put the #ifdef SOCKBUF_DEBUG around sbcheck() into a SBCHECK macro.Alexander Bluhm
2012-12-31Extend the sbcheck() function to make it work with socket buffersAlexander Bluhm
2012-12-31Allow native ELF binaries (none yet) to run.Miod Vallat
2012-12-31Spell `calculation' correctly.Miod Vallat
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
2012-12-31Eliminate orig_errno, which could be uninitialized in one case, by doingPhilip Guenther
2012-12-31Declare ucom as a DV_TTY class device, not DV_DULL; Alexander PolakovMiod Vallat
2012-12-30Prevent a branch-with-delay-slot instruction to be the delay slot of a previousMiod Vallat
2012-12-30add Radeon HD4550Jonathan Gray
2012-12-30In sysctl_proc_cwd(), vref() the target proc's fd_cdir before callingPhilip Guenthe
2012-12-29make sure the entry from tree_src_tracking is still in the pool;Markus Friedl
2012-12-29reset the counter in case its current value has been removedMarkus Friedl
2012-12-29Keep mfs from potentially consuming the entire buffer cache if it getsBob Beck
2012-12-29pass pf_pool directly to pfr_pool_get(); simplifies the API;Markus Friedl
2012-12-28change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@Gleydson Soares
2012-12-28Avoid spinning in the cleaner when there are insufficient clean pages, butJoel Sing
2012-12-26Nuke commons.Miod Vallat
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