Add 'one' behavior to rc.subr, update rc.subr.8 .
[dragonfly.git] / sys /
2012-02-29 Alex Hornungscsi_cd - don't lock tray on cdcheckmedia()
2012-02-29 Alex Hornungboot/loader - test if CPU supports long mode
2012-02-28 Sepherosa Ziehauarp: Don't send gratuitous ARP in arp_ifinit
2012-02-28 Sascha Wildnerkernel: Remove opt_ipfw.h from a few files which don...
2012-02-28 Sascha Wildnerkernel: Remove the IPFIREWALL_FORWARD option which...
2012-02-27 Alex Hornungvn - use DSO_RAWPSIZE flag
2012-02-27 Alex Hornungdisk - add flag to use underlying psize
2012-02-27 Sascha Wildneruguru(4): Fix a panic when detaching (e.g., on kldunload).
2012-02-27 Alex Hornungsubr_disk - clear out old labels
2012-02-27 Alex Hornungdisklabel - add new freedisklabel op
2012-02-26 Sascha Wildnerkernel: Regenerate pcidevs.h and pcidevs_data.h.
2012-02-26 Sascha Wildnerkernel/pcidevs: Shrink it down to what we actually...
2012-02-26 Sascha Wildnerkernel: Move a de(4) specific header file where it...
2012-02-26 Sepherosa Ziehaunetif: Use ether_ioctl() to handle SIOCSIFADDR
2012-02-26 Sepherosa Ziehaue1000: Remove em specific files, which are not and...
2012-02-26 Sascha Wildnerkernel/pci: Fix indent.
2012-02-26 Sascha Wildnerkernel/pci: Fix the securelevel check in pci_open(...
2012-02-25 Alex Hornungpuffs - fix possible null pointer dereference
2012-02-25 Sascha Wildnerkernel/i386: Remove the empty CPU_HAS_FXSR kernel option.
2012-02-25 Sepherosa Ziehauvlan: Add comment about how MPSAFE works out for vlan
2012-02-25 Sepherosa Ziehauvlan: Fix the incorrect logic
2012-02-25 Alex HornungLINT{,64} - add rdrand
2012-02-25 Alex Hornungrdrand - An RNG driver for the RdRand insn
2012-02-24 John Marinoboot2: Add linker scripts for gold v2.22
2012-02-24 John Marinoloader: Add linker scripts for gold v2.22
2012-02-24 John Marinoloader: use _end symbol instead of end
2012-02-24 Alex Hornungidentcpu - add bits about RdRand (RDRND)
2012-02-24 Alex Hornungkthread_create - fix varargs bug
2012-02-24 Alex Hornungagp - fix potential panic
2012-02-24 Alex Hornungpuffs - check whether the FS has the given op
2012-02-24 Alex Hornungpuffs - fix panic on hardlink
2012-02-24 Antonio Huete Jimenezkern - Do not expose _kthread_create()
2012-02-24 John Marinokern build: Tweak ldscripts for gold linker
2012-02-24 John Marinoloaded: Remove obsolete -elf cflags
2012-02-23 Sascha WildnerLINT: Add CPU_HAS_SSE2.
2012-02-22 Sascha WildnerRemove the KTR_MSGPORT kernel option which was never...
2012-02-21 Antonio Huete Jimenezkern - Merge two functions to avoid duplicated code.
2012-02-20 Sascha WildnerRemove the old <sys/ata.h> header and make it a link...
2012-02-20 Sascha WildnerFix some typos.
2012-02-20 Sascha Wildnerdsched(4): Some miscellaneous cleanup.
2012-02-19 John Marinokern build: Update ldscripts
2012-02-19 John Marinox86_64 getmemsize: Recover 0x100000 bytes
2012-02-18 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-18 François TigeotVFS accounting: optimize vop_write() performance
2012-02-18 Francois TigeotVFS accounting: check if nullfs mp* really exist
2012-02-17 Sascha Wildnerkernel/pf: In the ioctl code, make sure NPFLOG is actua...
2012-02-16 Sascha Wildnerkernel: Remove unused attributes from stuff that is...
2012-02-16 Sascha Wildnerpuc(4): Enable it for x86_64, too.
2012-02-16 Sascha Wildnerkernel/i386: Remove a no longer needed include, too.
2012-02-16 Sascha Wildnerkernel: Remove the unused is_physical_memory() function.
2012-02-16 Venkatesh Srinivaskernel: mfs -- Fix unmount panic for MFS filesystems.
2012-02-16 Sascha Wildnerisp(4): Fix wrong sizeof().
2012-02-16 Sascha Wildnerkernel: Include <sys/ioccom.h> where ioctls are defined...
2012-02-16 Sascha Wildnerkernel: Include <sys/ioccom.h> where ioctls are defined.
2012-02-16 Sascha Wildnerkernel: Remove opt_bus.h references where they are...
2012-02-16 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-15 Sascha Wildnerkernel/pci: Implement the PCIOCATTACHED ioctl.
2012-02-14 Sascha WildnerLINT/LINT64: Remove obsolete comment.
2012-02-13 Sascha WildnerRemove an obsolete header file specific to labpc(4...
2012-02-13 Sascha WildnerFix some typos.
2012-02-10 Alex Hornungdisk - add uuid to udev dict of parts
2012-02-09 Sascha Wildnerndis(4): Use callout_init_mp(). Overlooked when I porte...
2012-02-09 Sascha Wildnerpuffs(4): Don't reference vp before it's initialized.
2012-02-09 Sascha Wildnerhptiop(4): Use cam_calc_geometry() instead of duplicati...
2012-02-09 Sascha Wildnerhptiop(4): Remove an unused variable.
2012-02-08 Sascha Wildnermps(4): Add module version.
2012-02-08 Sascha Wildnermps(4): Mark a function __printflike() and fix a result...
2012-02-07 Sascha Wildnermps(4): Remove some useless casts.
2012-02-07 Sepherosa Ziehaumps: Hold lock for the shutdown event handler
2012-02-07 Sepherosa Ziehaumps: If we don't have enough space for a sge and chain...
2012-02-07 Sepherosa Ziehaumps: Use WAITOK to allocate critical data struct on...
2012-02-07 Sepherosa Ziehaumps: Properly define U32 and S32
2012-02-07 Sascha Wildnermps(4): Sync with FreeBSD.
2012-02-06 Sascha Wildnerdpt(4): Remove an old unneeded file.
2012-02-06 Sascha Wildnermlx(4): Remove an unused variable.
2012-02-06 Sascha Wildnersnd_hda(4): Use MSI if it is supported by the device.
2012-02-06 Sepherosa Ziehaupci: Fix manual interrupt routing support
2012-02-05 John Marinocdefs: Rework and augment visibility attributes
2012-02-05 Venkatesh Srinivaskernel -- linprocfs: linprocfs_allocvp should return...
2012-02-05 John Marinoboot2: slim it down about 300 bytes
2012-02-05 Sascha WildnerBring in the "Port PUFFS from NetBSD/FreeBSD" GSoC...
2012-02-04 John MarinoCCVER=gcc46: Separate LDFLAGS meant for gcc and ld
2012-02-04 John MarinoCCVER=gcc46: Adjust Makefile so boot2 remains < 7.5kb
2012-02-03 Sascha Wildnerkernel: Remove the no longer functional APIC_IO option.
2012-02-02 Matthew Dillonvkernel - Fix semi-random SIGILL crashes under heavy...
2012-02-02 Sascha WildnerLINT*: Add DEBUG_LOCKS_LATENCY.
2012-02-02 Sascha Wildnerkernel: Remove the obsolete SHMALL, SHMMAX and SHMMAXPG...
2012-02-02 Matthew Dillonkernel - Fix lockmgr lock mismatch panics when iwn...
2012-02-01 Sascha Wildnersym(4): Sync with FreeBSD.
2012-02-01 Sascha WildnerLINT*: Fix some wrong paths in the comments.
2012-02-01 Matthew Dillonkernel - Add missing DRM_LOCK()
2012-02-01 Sepherosa Ziehaucarp: Make carp interfaces work like ethernet interfaces
2012-02-01 Matthew Dillonkernel - Improve pageout daemon & memory pressure detec...
2012-02-01 Matthew Dillonkernel - Adjust tmpfs to use the new PG_NEED_COMMIT...
2012-02-01 Matthew Dillonkernel - Add vm_page_need_commit() and vm_page_clear_co...
2012-01-31 Matthew Dillonkernel - Fix incorrect assertion during udp auto-binding
2012-01-31 Antonio Huete Jimenezkern - Skip rlimit check when caller is a kernel thread.
2012-01-31 Sascha Wildnerkernel/cryptodev: Remove useless zlib dependency.
2012-01-31 Sascha Wildnerkernel: Allow zlib to build as a module.
2012-01-31 Sascha Wildnercrypto.ko: Add a missing file.
next