Age | Commit message (Expand) | Author |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-12-31 | Eliminate orig_errno, which could be uninitialized in one case, by doing | Philip Guenther |
2012-12-31 | Declare ucom as a DV_TTY class device, not DV_DULL; Alexander Polakov | Miod Vallat |
2012-12-30 | Prevent a branch-with-delay-slot instruction to be the delay slot of a previous | Miod Vallat |
2012-12-30 | add Radeon HD4550 | Jonathan Gray |
2012-12-30 | In sysctl_proc_cwd(), vref() the target proc's fd_cdir before calling | Philip Guenthe |
2012-12-29 | make sure the entry from tree_src_tracking is still in the pool; | Markus Friedl |
2012-12-29 | reset the counter in case its current value has been removed | Markus Friedl |
2012-12-29 | Keep mfs from potentially consuming the entire buffer cache if it gets | Bob Beck |
2012-12-29 | pass pf_pool directly to pfr_pool_get(); simplifies the API; | Markus Friedl |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-12-28 | Avoid spinning in the cleaner when there are insufficient clean pages, but | Joel Sing |
2012-12-26 | Nuke commons. | Miod Vallat |
2012-12-25 | Add GENERIC.MP | Miod Vallat |
2012-12-24 | Fix compilation with POOL_DEBUG but !DDB | Philip Guenthe |
2012-12-24 | In acpiioctl(), Return though the splx() path if suser() returns an error | Philip Guenthe |
2012-12-22 | Add support for U3 brigdes present in macppc G5 machines. Many thanks | Martin Pieuchot |
2012-12-22 | Attach all known U3 AGP bridges | Martin Pieuchot |
2012-12-22 | We already zero out the trapframe, so there is no reason to set individual | Mark Kettenis |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar |
2012-12-21 | tweak for malloc(9) calls: | Gleydson Soares |
2012-12-21 | Rather than calling mircotime in bpf_catchpacket each time it's called | Mike Belopuhov |
2012-12-21 | bpf allocates packet buffers in the ioctl path and can sleep | Mike Belopuhov |
2012-12-21 | regen | Jasper Lievisse Adriaanse |
2012-12-21 | - add some pcidevs taken from a dmesg on bugs@ | Jasper Lievisse Adriaanse |
2012-12-20 | report flow control mode in the media status callback | Mike Belopuhov |
2012-12-20 | correctly update the current flow control mode | Mike Belopuhov |
2012-12-20 | max_frame_size must be set after ether_ifattach updates if_mtu; | Mike Belopuhov |
2012-12-19 | Temporarily bring back the shutdown hook, but only use it to flush the disk | Mark Kettenis |
2012-12-19 | add another umsm device that uses the qualcomm vid. named | Jonathan Gray |
2012-12-19 | regen | Jonathan Gray |
2012-12-19 | add another umsm device | Jonathan Gray |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-12-17 | Add a list of alpha systems and their SRM footprint in the linker script | Miod Vallat |
2012-12-17 | Unbreak bootblocks on Alpha by fixing the primary load address. A | Martynas Venckus |
2012-12-17 | sync up ixgbe_raise_i2c_clk with freebsd which basically allows | Mike Belopuhov |
2012-12-17 | spacing; sync up ixgbe_bus_speed enum with freebsd | Mike Belopuhov |
2012-12-17 | Sync up advanced transmitter descriptor setup code to the upstream. | Mike Belopuhov |
2012-12-17 | sync some comments and variable names in rxeof with freebsd | Mike Belopuhov |
2012-12-17 | Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf | Mike Belopuhov |
2012-12-17 | Don't forget to decrement a number of clusters on the ring in case | Mike Belopuhov |
2012-12-17 | Get rid of the split header code as it was never used in | Mike Belopuhov |
2012-12-17 | Implement SFP+ module hot-plug support for 82599 obtained | Mike Belopuhov |
2012-12-17 | Fix a link autonegotiation bug on 10GbaseT controllers and improve | Mike Belopuhov |
2012-12-16 | regen | Jasper Lievisse Adriaanse |
2012-12-16 | - put the Moxa products where they belong alphabetically | Jasper Lievisse Adriaanse |
2012-12-14 | Support IT8772F; from form@, ok kettenis | Mike Belopuhov |
2012-12-14 | regen | Martin Pieuchot |
2012-12-14 | Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@ | Martin Pieuchot |
2012-12-14 | oops, debug printf sneaked in. i must be out of practice. | David Gwynne |