Bring in the latest sound changes from RELENG_6.
[dragonfly.git] / sys /
2007-06-16 Hasso TepperBring in the latest sound changes from RELENG_6.
2007-06-16 Matthew DillonImport the kernel GPT and UUID header files from FreeBS...
2007-06-16 Sepherosa Ziehau- In bridge_enqueue(), dispatch the mbuf to the current...
2007-06-15 Sascha WildnerAdjust Makefile like those of other drivers which suppo...
2007-06-15 Matthew DillonAdd vfs.nfs.pos_cache_timeout to complement vfs.nfs...
2007-06-15 Sepherosa ZiehauSome non-802.11e non-standard conforming APs use sepera...
2007-06-14 Simon SchubertAllow vchans to have their own volume control.
2007-06-14 Matthew DillonWhen getnewvnode() is called the vnode's v_type default...
2007-06-14 Matthew Dillonxpt_bus_deregister() never returns 0, don't test for it.
2007-06-14 Matthew DillonDo not destroy the device queue, it is needed by the...
2007-06-13 Matthew DillonExpand the diskslice->ds_openmask from 8 bits to 256...
2007-06-13 Matthew Dillondev_dopen() can be called multiple times with only...
2007-06-13 Matthew DillonRefuse to poll a detached sim.
2007-06-13 Matthew DillonDont poll PS/2 mouse interrupts, it can cause the mouse...
2007-06-09 Matthew DillonMove initialization of a vnode's various red-black...
2007-06-09 Matthew DillonThis patch allows umct (USB<->RS232 adapter) to write...
2007-06-09 Sascha WildnerSwitch LINT to building NATA.
2007-06-09 Sascha WildnerAdd 'nataraid' and 'natausb'.
2007-06-09 Matthew DillonRemove the temporary NATA kernel build config file...
2007-06-08 Sepherosa ZiehauIf PCI_MAP_FIXUP is defined, following fixes will be...
2007-06-08 Sascha WildnerDocument that bge(4) supports polling now.
2007-06-08 Matthew DillonIncrease the tsleep/wakeup hash table size and augment...
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-06-08 Matthew DillonRemove the last source of SMP TLB invalidations in...
2007-06-07 Matthew DillonRemove unused variables after last commit.
2007-06-07 Matthew DillonGet rid of some broken _KERNEL_VIRTUAL hacks.
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-06-07 Matthew DillonImplement vm_fault_object_page(). This function return...
2007-06-07 Simon SchubertGet rid of disklabel faking/processing.
2007-06-07 Simon SchubertTry hard to restore the termios state on exit/reboot.
2007-06-07 Simon SchubertFix module loading for vkernel.
2007-06-07 Simon SchubertDon't loose count when adding too many plexes to a...
2007-06-07 Matthew DillonAdd KTR logging for SMP page table syncing ops.
2007-06-07 Matthew DillonUse the slab cache for PAGE_SIZE and PAGE_SIZE*2 sized...
2007-06-07 Matthew DillonAdd polling support to BGE.
2007-06-07 Matthew DillonWhen compiling a kernel with all ktr logging (KTR_ALL...
2007-06-06 Matthew DillonAdd a field to the keyboard abstraction structure that...
2007-06-06 Sepherosa Ziehaubridge_enqueue() does not use bridge(4)'s softc, so...
2007-06-05 Sascha WildnerUpdate FreeBSD ID tags.
2007-06-05 Sepherosa ZiehauDon't let ether_input() to do the bridging work, i...
2007-06-04 Matthew DillonDo any crash dump operation before the shutdown_post_sy...
2007-06-04 Sascha WildnerReplace the remaining NG_*LEN constants with NG_*SIZ...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Matthew DillonCatch up a bit with FreeBSD netgraph by replacing ...
2007-06-03 Simon SchubertCorrect conditional to correctly treat segments which...
2007-06-03 Matthew DillonPart 1/2: Add a sanity check to the NATA interrupt...
2007-06-03 Matthew DillonSet the IDE DMA start bit as a separate I/O write from...
2007-06-03 Matthew DillonImplement boundary and maximum segment size handling...
2007-06-03 Sepherosa Ziehaubridge_{input,output_serialized}() only need to be...
2007-06-03 Matthew DillonM_NOWAIT can only be used in a driver where a failed...
2007-06-03 Matthew DillonAdd a timings line for UDMA6 in two places. The driver...
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-06-03 Matthew DillonUpdate MAKEDEV for acd* and cd* devices, the kernel...
2007-06-02 Matthew DillonSynchronize to FreeBSD 1.35 - just adds a #define for...
2007-06-02 Matthew DillonBring in 1.343 from FreeBSD. FreeBSD commit message:
2007-06-02 Sepherosa Ziehau- Nuke the second parameter of bridge_stop(). This...
2007-06-02 Sepherosa Ziehau- Break long lines.
2007-06-02 Sepherosa Ziehaukmalloc(M_WAITOK) will never return NULL.
2007-06-02 Sepherosa Ziehaubstp_input() can't return non-NULL mbuf, explicitly...
2007-06-02 Sepherosa Ziehau- Avoid mbuf "use after free", if bridge(4) is in monit...
2007-06-01 Sascha WildnerMake 'device natausb' compile again.
2007-06-01 Matthew DillonMerge all the FreeBSD work done since our initial impor...
2007-06-01 Matthew DillonAdd a missing header file dependancy.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-06-01 Matthew DillonAdd flsl() for the NATA driver.
2007-05-31 Matthew DillonAdjust M_NOWAIT to M_WAITOK or M_INTWAIT as appropriate.
2007-05-31 Sepherosa ZiehauCatch up with the latest LWKT msgport updating.
2007-05-29 Matthew DillonRename private to privdata and class to srclass to...
2007-05-29 Hasso TepperAdd implementations of the inet6_opt* and inet6_rth...
2007-05-28 Matthew DillonRemove unnecessary initialization and fix a GCC-4.x...
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-28 Matthew DillonOpen the root image O_EXLOCK|O_NONBLOCK and exit with...
2007-05-27 Matthew DillonFrom within a virtual kernel, make /sbin/shutdown and...
2007-05-27 Matthew DillonSyslink API work - greatly simplify the syslink_msg...
2007-05-27 Matthew DillonThe proper root device for a vkernel fs is vkd0s0a...
2007-05-27 Sepherosa ZiehauFor rum(4) and ural(4):
2007-05-27 Sepherosa ZiehauApply if_rum.c rev 1.11's resource alloc/free fixes...
2007-05-26 Sascha WildnerWelcome our new bce(4) driver to various manpages ...
2007-05-26 Sepherosa ZiehauNuke commented out compat shim.
2007-05-26 Matthew DillonAdd the kernel support function allocsysid().
2007-05-26 Sepherosa ZiehauAdd support for Broadcom NetXtreme II GigE. Jumbo...
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-24 Matthew DillonFix the kinfo run/sleep state for pure kernel threads...
2007-05-23 Matthew DillonThe dump device must be opened before ioctls can be...
2007-05-23 Sascha WildnerRaise the values of several debug options to cover...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-23 Matthew DillonSimplify the lwkt_msg structure by removing two unused...
2007-05-22 Matthew DillonRemove unused define.
2007-05-21 Matthew DillonHandle disklabels with the disk management layer instea...
2007-05-21 Matthew DillonFix a bug in recent commits. When creating a virgin...
2007-05-20 Matthew DillonContinue untangling the disklabel.
2007-05-20 Matthew DillonWhen a traditional bsd disklabel is present, try to...
2007-05-20 YONETANI TomokazuMerge fixes to debugging messages from FreeBSD:
2007-05-20 Matthew DillonCleanup diskerr() output a bit - don't say it was tryin...
2007-05-19 Matthew DillonInclude geometry data in DIOCGPART so fdisk can use...
2007-05-19 Matthew DillonFix device recognition, /dev/vn0 now uses WHOLE_SLICE_P...
2007-05-19 Matthew DillonFix a one-character allocated string buffer overflow...
2007-05-19 Matthew DillonKeep the ds_skip_* fields in struct diskslice properly...
next