Add our READMEs.
[dragonfly.git] / sys /
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...
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...
next