poll.h header should define the nfds_t type as required by the SUSv3.
[dragonfly.git] / sys /
2008-01-12 Nuno Antunespoll.h header should define the nfds_t type as required...
2008-01-11 Hasso TepperAdd support for EVDO/UMTS card found in X61s Thinkpads.
2008-01-11 Sepherosa ZiehauAdd SparkLan RT2573
2008-01-11 Hasso Tepper- Fix compiling umsm(4) with UMSM_DEBUG
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2008-01-11 Hasso TepperDon't supress attach messages from devices other than...
2008-01-11 Sepherosa ZiehauPut benign warning message under bootverbose
2008-01-11 Sepherosa Ziehau- Properly initialize flash bank size for ich9 based...
2008-01-11 Matthew DillonHAMMER 18B/many: Stabilization pass
2008-01-11 Matthew DillonHAMMER 18/many: Stabilization pass
2008-01-10 Nicolas TheryAdd pselect syscall.
2008-01-10 Sepherosa ZiehauDon't enable ATTACH/INIT/TXPOWER debug prints by default.
2008-01-10 Sepherosa Ziehau- Add additional parameter to firmware_image_load(...
2008-01-10 Matthias SchmidtAdd support for network devices found on Intel ICH9...
2008-01-10 Matthias SchmidtReplace home-grown list iteration with methods from...
2008-01-10 Matthew DillonHAMMER 17/many: Refactor IO backend, clean up buffer...
2008-01-10 Matthew DillonFix buffer cache deadlocks by splitting dirty buffers...
2008-01-09 Sascha WildnerRemove a lot of old, mummified code whose sole purpose...
2008-01-09 Simon SchubertFix lockuninit.
2008-01-09 Matthew DillonHAMMER 16B/many: Fix data overwrite case.
2008-01-09 Matthew DillonHAMMER 16/many - Recovery infrastructure, misc bug...
2008-01-09 Simon SchubertRemove old file.
2008-01-09 Simon SchubertCompile the kernel and modules with C99 warnings, not...
2008-01-08 Hasso TepperFix id of the 945GME chip.
2008-01-07 Matthew Dillonfill_kinfo_proc() may be asked to load information...
2008-01-07 Sascha WildnerFix brain-o introduced in my previous commit.
2008-01-07 Simon SchubertPull up CVS idents from FreeBSD to match our current...
2008-01-07 Simon SchubertAdd small hack to allow both agp and drm to attach...
2008-01-07 Simon SchubertUpdate from FreeBSD:
2008-01-07 Simon SchubertRename RB_STATIC_* to RB_*_STATIC to match up with...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-06 Nicolas TheryRemoved non-existent entry in .PATH:.
2008-01-06 Sepherosa ZiehauAccording to Ralink Linux driver, tx/encryption intr...
2008-01-06 Sascha WildnerReplace MALLOC()/bzero() with MALLOC(M_ZERO).
2008-01-06 Sascha WildnerRemove some dead code.
2008-01-05 Peter AvalosSync with FreeBSD:
2008-01-05 Nicolas Therykmalloc(M_WAITOK) never returns NULL.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2008-01-05 Simon SchubertCall selwakeup() from an MP-protected taskqueue.
2008-01-05 Simon SchubertDon't let DS_BUSY buses block attachment of other devices.
2008-01-05 Simon SchubertExport bootverbose as sysctl debug.bootverbose.
2008-01-05 Peter AvalosBuild aic(4) as a kernel module.
2008-01-05 Peter AvalosSync with FreeBSD:
2008-01-04 Matthias SchmidtMove the following entries from kern to security
2008-01-03 Sepherosa ZiehauUse NULL for pointers
2008-01-03 Matthew DillonHAMMER 15/many - user utility infrastructure, refactor...
2008-01-02 Sascha WildnerAdd definitions for LONG_BIT and WORD_BIT.
2008-01-02 Matthew DillonBack out the last commit, it asserts in the getblk...
2008-01-02 Matthew DillonUFS vnodes must have VM objects before they can be...
2008-01-02 Hasso TepperPay attention to the timeout value passed down by the...
2008-01-02 Sepherosa ZiehauAdd more sanity checks in bpf_validate():
2008-01-02 Hasso TepperAdd missing ';'.
2008-01-02 Sepherosa ZiehauMake the cast (zero extension) consistent between non...
2008-01-02 Hasso TepperMake NO_GETMAXLUN quirk really do something useful.
2008-01-02 Hasso TepperWhen attached to a high-speed device, report a more...
2008-01-02 Hasso TepperPass all ATAPI commands through. Fixes detecting capabi...
2008-01-01 Matthias SchmidtEnclose O_ROOTCRED in _KERNEL_STRUCTURES. This is...
2008-01-01 Sascha WildnerAdd PCI IDs for ICH9.
2008-01-01 Matthew DillonHAMMER 14/many - historical access cleanup, itimes...
2007-12-31 Sascha WildnerAdd 2008 to our copyrights. Happy new year!
2007-12-31 Matthew DillonHAMMER 13B/many - addendum to 13.
2007-12-31 Matthew DillonHAMMER 13/many - Stabilization commit
2007-12-31 Sepherosa Ziehau- Factor out if_purgeaddrs_nolink(), which frees all...
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-12-30 Sascha WildnerMake DDB optional in vkernels.
2007-12-30 Matthew DillonHAMMER 12/many - buffer cache sync, buffer cache intera...
2007-12-30 Matthew DillonHAMMER 12/many - add VOPs for symlinks, device, and...
2007-12-29 Sascha WildnerRemove the xrpu driver as FreeBSD did ~1 month ago.
2007-12-29 Sepherosa ZiehauUse TAILQ_HEAD_INITIALIZER to initialize global variabl...
2007-12-29 Matthew DillonHAMMER 11/many - initial spike commit.
2007-12-28 Sepherosa Ziehau- Regroup global variables, function declarations and...
2007-12-28 Sepherosa ZiehauUse M_ASSERTPKTHDR
2007-12-28 Sepherosa Ziehaukmalloc(M_WAITOK) will not return NULL
2007-12-28 Sepherosa Ziehau- Use NULL
2007-12-28 Sepherosa Ziehau- Use M_ZERO
2007-12-26 Sascha WildnerAdd et(4).
2007-12-26 Sascha WildnerAdjust various manpages/files for the new msk(4) driver.
2007-12-26 Sepherosa ZiehauImport msk(4) which supports Marvell Yukon II based...
2007-12-26 Sepherosa Ziehauregen
2007-12-26 Sepherosa ZiehauAdd PHY IDs for Broadcom 5906 10/100
2007-12-26 Sepherosa Ziehauregen
2007-12-26 Sepherosa ZiehauAdd Broadcom 5906/5906M 10/100 NIC PCI IDs
2007-12-24 Peter AvalosRemove unused CTS_SPI_FLAGS_TAG_ENB.
2007-12-23 Peter AvalosFixes for CAM_NEW_TRAN_CODE.
2007-12-23 Peter AvalosFix typo that was causing CAM_NEW_TRAN_CODE to do nothing.
2007-12-22 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-12-21 Sascha WildnerFix yet another tunable name.
2007-12-21 Sascha WildnerFix tunable name.
2007-12-21 Sepherosa Ziehau- All inpcb related operations are now CPU localized...
2007-12-21 Sepherosa ZiehauIn divert_packet():
2007-12-21 Peter AvalosAdd some quick documentation regarding the CAM_NEW_TRAN...
2007-12-21 Peter Avalosprintf -> kprintf
2007-12-20 Peter AvalosAdd CAM_NEW_TRAN_CODE as a kernel option.
2007-12-20 Sepherosa ZiehauIn divert_packet():
2007-12-19 Sepherosa ZiehauGeneralize PF_MBUF_GENERATED mbuf firewall flag
2007-12-19 Sepherosa ZiehaucOPy? o.O
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-12-17 Hasso TepperAdd ID for ICH8M in compatibility mode. This makes...
2007-12-16 Sascha WildnerFix building with 'options CPU_DISABLE_SSE'.
2007-12-15 Sascha WildnerRemove definition and documentation of EI_BRAND which...
next