Merge from vendor branch FILE:
[dragonfly.git] / sys /
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...
2007-05-19 Matthew DillonContinue untangling the disklabel. Clean up dumpdev...
2007-05-19 Sepherosa Ziehau- Turn on VLAN_MTU for 905B typed cards.
2007-05-19 Matthew DillonImplement raw extensions for WHOLE_DISK_SLICE device...
2007-05-19 Matthew DillonContinue untangling the disklabel.
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-05-18 Matthew DillonFinish moving boot/i386 to boot/pc32 (it was left half...
2007-05-18 Matthew Dillonuse_mcd.h, use_scd.h no longer exist.
2007-05-18 Matthew DillonAdd back PCI_MAP_FIXUP, it was mistakenly removed.
2007-05-17 Matthew DillonAdd getdisktabbyname() to libc. This will soon replace...
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonUse DIOCGPART instead of DIOCGDINFO to remove reference...
2007-05-17 Matthew DillonSynchronize the NATA kernel build.
2007-05-17 Sascha WildnerRemove mcd(4) and scd(4) remains.
2007-05-17 Matthew DillonRemove support for mcd and scd - these were old proprie...
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from the ATA CD...
2007-05-17 Sascha WildnerInclude <diskslice.h> for DIOCGPART. This fixes the...
2007-05-17 Sascha WildnerNext round of fixing all kinds of spelling mistakes.
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from CCD. Use the...
2007-05-17 Matthew DillonAdd dev_drefs() - return the number of references on...
2007-05-16 Matthew DillonPort 16 byte SCSI command support from FreeBSD. This...
2007-05-16 Sepherosa ZiehauE2BIG -> EFBIG
2007-05-16 Sepherosa ZiehauE2BIG -> EFBIG
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-15 Matthew DillonThe normal ATA driver is capable of handling 48 bit...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-15 Sepherosa Ziehau- Fix a typo which may leave promisc/allmulti mode...
2007-05-15 Matthew DillonContinue untangling the disklabel. Use the generic...
2007-05-15 Matthew DillonContinue untangling the disklabel. Have most disk...
2007-05-14 Matthew DillonStart untangling the disklabel from various bits of...
2007-05-14 Sepherosa ZiehauUse M_DONTWAIT for mcluster allocation on em_init(...
2007-05-14 Matthew DillonRemove old unused cruft.
2007-05-13 Matthew DillonMake the kern.ipc.nmbclusters and kern.ipc.nmbufs sysct...
2007-05-13 Sascha WildnerAnother round of spelling fixes in manpages, messages...
2007-05-13 Sascha WildnerFix numerous spelling mistakes.
2007-05-13 Matthew DillonOoops, cache_inval_vp_nonblock() was being called too...
2007-05-13 Matthew DillonFix a vnode recyclement namecache<->vnode deadlock...
2007-05-13 Matthew DillonRemove variables that are no longer used due to the...
2007-05-12 Sepherosa ZiehauReset ifnet.if_timer in bge_stop()
2007-05-12 Sepherosa Ziehau- Merge bge_release_resources() into bge_detach()....
2007-05-11 Matthew DillonAdd the ID for the Realtek ALC862 codec to the hda...
2007-05-11 Matthew DillonFix the location of Make.tags.inc
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-09 Matthew DillonFix a bug where multiple mounts on the same mount point...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-07 Matthew DillonAdd fields to the ktrace header to allow kdump to also...
2007-05-07 Sepherosa ZiehauAdd hardware crypto support for 2x61 part of ral(4...
2007-05-07 Sepherosa ZiehauAdapt 802.11 generic layer to support hardware crypto...
2007-05-07 Hasso TepperMore agressive fix for IPv6 routing header type 0 issue.
2007-05-07 Hasso TepperRevert intial IPv6 routing header type 0 processing...
2007-05-07 Sepherosa ZiehauReturn lowest rate for a "reclaimed" node, whose TX...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-05-07 Sepherosa ZiehauAdd new devices support for bge(4)
2007-05-07 YONETANI TomokazuDo not rely on the fact that components in module_path...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-05 Matthew DillonThe bus_get_resource_list DEVMETHOD is primarily used...
2007-05-05 YONETANI Tomokazu(essential part of rev 1.54 in FreeBSD)
2007-05-04 Matthew Dillonpci_get_resource_list() was returning an illegal pointe...
2007-05-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-05-03 Sepherosa ZiehauRestore part of old behaviour of bge_tick() -- if link...
2007-05-03 Sepherosa Ziehauregen
2007-05-03 Sepherosa ZiehauPHY ids for Broadcom 5755/5787
2007-05-03 Sepherosa Ziehauregen
2007-05-03 Sepherosa ZiehauMore Broadcom GigE PCI ids.
2007-05-02 Sepherosa Ziehau- Merge following link state detection fixes from FreeBSD:
2007-05-02 Sepherosa ZiehauCorrect inverse setting and clearing BBP_R3 "smart...
2007-05-02 Matthew DillonWhen thread0 is initialized it must also be LWKT schedu...
next