loader - unset correct kenv for 'r'ecovery ramdisk mode
[dragonfly.git] / sys /
2014-04-10 Matthew Dillonloader - unset correct kenv for 'r'ecovery ramdisk...
2014-04-09 Matthew Dillonkernel - Add mandatory config hooks delay
2014-04-09 François Tigeotdloader: Add a rescue ramdisk boot option
2014-04-08 Imre Vadaszkernel/bwn: Remove an unnecessary call to ieee80211_sta...
2014-04-08 Sepherosa Ziehauin6pcb: in6_pcbsetport -> in6_pcbsetlport; no functiona...
2014-04-08 Sepherosa Ziehauinpcb: Add comment about saved inpcbport
2014-04-08 Sepherosa Ziehauinpcb: Add macros to get/release/assert port token
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-04-07 Antonio Huete Jimeneznetwork/pf - Avoid a possible bad pointer access.
2014-04-07 Antonio Huete Jimeneznetwork/gif - Correctly clear route cache on destroy.
2014-04-06 Matthew Dillonhammer - Fix missing reltoken
2014-04-06 Markus Pfeifferkernel/drm: Add a missing include
2014-04-05 Sascha Wildnerkernel/run: Add missing unlock.
2014-04-05 Imre Vadaszbwn: fixing performance problems and an RX buffer overf...
2014-04-05 Imre Vadaszbwn: Porting from FreeBSD
2014-04-05 Imre Vadaszbwn: Import from FreeBSD
2014-04-05 Markus Pfeifferkernel/drm: use devfs_*_cdevpriv functions
2014-04-05 Sepherosa Ziehauinpcb/in6pcb: Split port token
2014-04-05 Sascha Wildner<sys/cdefs.h>: Make CTASSERT() kernel only (again).
2014-04-04 Sascha Wildnerkernel/802_11: Fix a panic in RUN -> AUTH -> RUN FSM...
2014-04-04 Sascha Wildnerkernel/802_11: Release the WLAN serializer around if_de...
2014-04-04 Sascha Wildnerkernel/ath: Grab the WLAN serializer around ieee80211_i...
2014-04-04 Sascha WildnerFix buildkernel (missing include).
2014-04-04 Sascha Wildnerkernel/802_11: More ratectl fixes (fixes an ath(4)...
2014-04-03 Markus Pfeifferkernel - bring acpi_thinkpad in sync with FreeBSD r246128
2014-04-03 Markus PfeifferAdd ident string to acpi_thinkpad module
2014-04-03 Sascha WildnerMove ieee80211_ratectl_node_init() from drivers into...
2014-04-03 Sascha WildnerRevert "wlan - Allow NULL field in amrr_node_deinit()"
2014-04-03 Matthew Dillonwlan - Allow NULL field in amrr_node_deinit()
2014-04-02 Matthew Dillonloader - Add slowprint() debugging helper
2014-04-02 Matthew Dillonkernel - Fix mid-kernel-boot lockups due to module...
2014-04-02 Matthew Dillonboot - boot loader fixes
2014-03-31 Sascha Wildnerkernel/acpi: Fix a x86_64 warning in the ACPI_DEBUG_MEM...
2014-03-31 Sascha Wildnerkernel/acpi: Restore ACPI_DEBUG_{CACHE,LOCKS,MEMMAP...
2014-03-31 François TigeotUpdate crunched binaries tools from FreeBSD
2014-03-31 Matthew Dillonhammer2 - multi-target mount part 4/many (stabilization)
2014-03-30 Matthew Dillonhammer2 - multi-target mount part 3/many (stabilization)
2014-03-30 Sascha Wildner<sys/cdefs.h>: Simplify the CTASSERT definition better.
2014-03-30 Matthew Dillonhammer2 - multi-target mount part 2/many
2014-03-29 Sascha Wildner<sys/cdefs.h>: Use _Static_assert for CTASSERT.
2014-03-29 Sascha Wildnerkernel/hptmv: Don't mess up the struct by copying too...
2014-03-28 Sascha Wildnerkernel/cpu_topology: Fix a casting issue in the topolog...
2014-03-28 Sascha Wildnerkernel/acpi_fujitsu: Doh, fix a copy/paste error I...
2014-03-28 Sascha Wildner<sys/hash.h>: Fix wrong header guard.
2014-03-27 Sascha Wildnerkernel/acpi: Improve the errors which AcpiOsTableOverri...
2014-03-25 Sascha Wildnerkernel/i386: Remove CPU_ENABLE_TCC traces.
2014-03-24 Sepherosa Ziehauinpcb: Use a special version of in_pcbinsporthash(...
2014-03-24 Sascha WildnerFix kernel build.
2014-03-23 Sepherosa Ziehauinpcb: Group port related fields into inpcbportinfo
2014-03-23 Antonio Huete Jimenezext2fs - Attempt to fix a panic on VOP_CLOSE
2014-03-22 Sascha Wildnerusb4bsd: Sync the run(4) driver with FreeBSD.
2014-03-22 Sascha Wildnerkernel/802_11: Fix panic when the desired ratectl algor...
2014-03-22 Sepherosa Ziehauin6_pcbbind: Rearrange local port bind/select code...
2014-03-22 Matthew Dillonhammer2 - skeleton multi target mount detection
2014-03-22 Matthew Dillonhammer2 - cluster API, preliminary implementation of...
2014-03-21 Sascha Wildnerkernel/msdosfs: Merge deName and deExtension in the...
2014-03-20 Joris Giovannangelikernel: check that p_ucred is not NULL before calling...
2014-03-20 Sascha Wildnermpt(4): Sync with FreeBSD.
2014-03-19 Sascha Wildneraac(4): Sync with FreeBSD.
2014-03-19 Sascha Wildnerusb4bsd/run: Fix compilation without INVARIANTS.
2014-03-19 Sepherosa Ziehauin6_pcblookup_local: Make in6_addr const
2014-03-19 Sepherosa Ziehauin_pcbbind: Rearrange local port bind/select code path.
2014-03-19 Matthew Dillonhammer2 - Cluster API stabilization
2014-03-18 Matthew Dillonhammer2 - Start adding internal cluster API
2014-03-18 Sascha Wildnerusb4bsd: FWIW, port usb_template and hook it into the...
2014-03-16 Sascha Wildnerkernel/twa: Sync a bit with FreeBSD.
2014-03-16 Sascha Wildnerusb4bsd: Port ufm.
2014-03-16 Sepherosa Ziehauin6_pcbbind: Move stack variable declaration near its...
2014-03-16 Sepherosa Ziehauin_pcbbind: Move stack variable declaration near its...
2014-03-16 Sepherosa Ziehauinpcb: Break long line
2014-03-16 Sepherosa Ziehauinpcb: in_pcbconn_bind -> in_pcbsetlport_remote; no...
2014-03-16 Sepherosa Ziehauin_pcbconn_bind: Change argument name from 'nam' to...
2014-03-16 Sepherosa Ziehauinpcb: in_pcblookup_addrport -> in_pcblookup_localremote
2014-03-16 Sepherosa Ziehauinpcb/in6pcb: in_pcbinsporthash() never fails
2014-03-16 Sepherosa Ziehauin6pcb: in6_pcblookup_local() must have been protected...
2014-03-16 Sepherosa Ziehauinpcb: in_pcblookup_local() must have been protected...
2014-03-16 Sepherosa Ziehauin6pcb: Properly hold port token for in6_pcbbind()...
2014-03-15 Antonio Huete Jimenezkernel - Add allproc_hsize global
2014-03-15 Sepherosa Ziehauinpcb: in_pcblookup_addrport() must have been protected...
2014-03-15 Sepherosa Ziehauin_pcbconn_bind: Reduce port token cover range
2014-03-15 Sepherosa Ziehauin_pcbconn_bind: Remove duplicated prison_replace_wildc...
2014-03-15 Sepherosa Ziehauin_pcbbind: Merge duplicated prison_replace_wildcards()
2014-03-15 Imre VadaszImplemented casuword for vkernel64. Fix two typos in...
2014-03-15 Alex Hornungdevfs - sync devfs after cloning a device
2014-03-13 Matthew Dillonkernel - Correct second edge-case for machdep.pmap_mmu_...
2014-03-13 Matthew Dillonkernel - Hack fix for tty last-close bug
2014-03-12 Sascha Wildnerusb4bsd: Remove usbdevs_data.h again.
2014-03-12 Sascha Wildnerusb4bsd: Fix some mistakes i made in 5782e8a131ef79.
2014-03-12 Markus Pfeifferusb4bsd: Update ukbd driver
2014-03-12 Sascha WildnerNow that the base issue is fixed, enable -Wsign-compare...
2014-03-11 Sascha Wildnerusb4bsd: Add back the ID for HandyTech's Braille displa...
2014-03-11 Sepherosa Ziehautcp: Remove unused code
2014-03-11 Sascha Wildnerusb4bsd: Remove an obsolete comment in a Makefile.
2014-03-10 Markus Pfeifferusb4bsd: Fix some SCSI handling in umass
2014-03-10 Sascha Wildnerkernel/ndis: Solve module build without a USB bus in...
2014-03-10 Markus Pfeifferusb4bsd: Remove irritating kprintf
2014-03-10 Sascha WildnerAdd new usb4bsd only devices to LINT/LINT64.
2014-03-10 Sascha Wildnerusb4bsd: Fix a couple of typos and build issues.
2014-03-10 Sascha WildnerLINT/LINT64: Fix umass comment.
2014-03-10 Sascha Wildnerkernel: Comment out old or yet unsupported USB devices...
next