acpi/fadt: Make sure that SCI IRQ is valid
[dragonfly.git] / sys / sys /
2012-08-28 Sepherosa ZiehauMachIntr: Add two methods to find IRQ
2012-08-26 Sascha Wildnerkernel/devfs: Pass more arguments to the callback for...
2012-08-26 Sascha Wildnerkernel/devfs: Rename devfs_nodetype members (conflicts...
2012-08-24 Matthew Dillonkernel - add cache_unlink(), fix a rename issue.
2012-08-24 Matthew Dillonkernel - Add additional clock_gettime() modes
2012-08-23 Sascha Wildner<sys/devfs.h>: Fix comment typos.
2012-08-22 Mihai Carabasusched_bsd4 - Topology-aware scheduling
2012-08-22 Mihai CarabasCPU topology support
2012-08-22 Mihai Carabasktr - add KTR_COND_LOG
2012-08-22 Sepherosa Ziehauether: Add instrument to detect wrong hardware supplied...
2012-08-17 Matthew Dillonkernel - Adjust UFS and HAMMER to use uiomovebp()
2012-08-16 Matthew Dillonkernel - Fix exit races which can lead to a corrupt...
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2012-08-07 Sascha Wildnerkernel/dsched: Add a version parameter to the DSCHED_PO...
2012-08-03 François Tigeotkernel: add a flags argument to LOCK_SYSINIT
2012-08-03 François Tigeotkernel: add a LOCK_SYSINIT helper macro
2012-08-01 Sepherosa Ziehaumbuf: segsz -> tso_segsz, which is more expressive
2012-08-01 Sepherosa Ziehaumbuf: Regroup fields, mainly to improve cache utilization
2012-08-01 Sepherosa Ziehaumbuf: Save linker layer, IP and TCP/UDP header length
2012-07-31 François Tigeotkernel: Implement O_CLOEXEC
2012-07-30 Sascha Wildner<sys/fcntl.h>: Mark O_DIRECTORY as being new in POSIX...
2012-07-30 Alex Hornungimplement linkat
2012-07-30 Alex Hornungopen - implement O_DIRECTORY
2012-07-30 François Tigeotkernel: remove O_FRNONBLOCKING
2012-07-30 François Tigeotkernel: remove O_ROOTCRED
2012-07-30 Sepherosa Ziehautcp: Add TSO support for IPv4
2012-07-26 Sepherosa Ziehaucallout: Add callout_reset_bycpu, which dispatches...
2012-07-18 Nuno Antuneskernel/lwkt_msgport: Improve comments a bit.
2012-07-17 François TigeotVFS quota: replace MNT_ACCOUNTING by MNT_QUOTA
2012-07-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2012-07-12 Matthew Dillonkernel - Fix MP race in sysv semaphore code (2)
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Matthew Dillonkernel - Fix missing lock in pbuf update (minor)
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-10 Sascha Wildner<sys/kernel.h>: Remove unused sysinit id.
2012-07-08 Antonio Huete Jimenezlibkern - Add memcchr(9).
2012-07-05 Markus Pfeifferkernel - busdma.h correct whitespace and add description
2012-07-04 Markus Pfeifferkernel - Add BUS_DMA_KEEP_PG_OFFSET (x86_64)
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
2012-06-06 Sascha Wildnerkernel: Add <sys/hash.h>.
2012-06-06 Sascha Wildnerkernel: Add hashdestroy() (taken from FreeBSD).
2012-06-02 Matthew Dillonkernel - Remove kernel-level ccms module (it will be...
2012-05-29 Sepherosa Ziehausocket: Fix wrongly numbered SIOCGIFDATA
2012-05-28 François Tigeotkernel: increase watchdog default period to 30s
2012-05-24 Venkatesh Srinivaskernel -- CLFLUSH support
2012-05-15 John MarinoMerge branch 'vendor/GDB'
2012-05-14 John MarinoMerge branch 'vendor/NCURSES'
2012-05-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-05-12 John MarinoMerge branch 'vendor/GMP'
2012-05-12 John Marinoelf_common.h: Define EM_ALPHA
2012-05-11 John MarinoMerge branch 'vendor/NCURSES'
2012-05-11 John MarinoMerge branch 'vendor/ZLIB'
2012-05-11 John MarinoMerge branch 'vendor/GDB'
2012-05-11 Matthew Dillonmount - Split mount into mount_ufs, auto-detect fstype...
2012-05-10 John MarinoMerge branch 'vendor/LIBEDIT'
2012-05-08 John MarinoMerge branch 'vendor/GREP'
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-24 Sascha Wildner<sys/lock.h>: A little whitespace adjustment.
2012-04-24 Markus Pfeifferkernel: Change wmesg type for lockinit, lockreinit
2012-04-21 Sascha Wildnerkernel: Fix some whitespace from the previous commit.
2012-04-21 Matthias Rampkekill zombies if the parent set SIG_IGN on SIGCHLD
2012-04-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-18 François TigeotRename vfs_accounting_enabled to vfs_quota_enabled
2012-04-16 Francois TigeotVFS quota: start enforcing limits
2012-04-16 Sepherosa Ziehaubus: Change device_getenv_int interface a little bit
2012-04-16 Sepherosa Ziehaubus: Add device_getenv_int helper function
2012-04-15 Francois TigeotVFS accounting: do not call initialization functions...
2012-04-15 Francois TigeotVFS quota: add per mount-point global, uid and gid...
2012-04-14 Venkatesh Srinivaskernel -- Per-mount threaded syncer infrastructure.
2012-04-13 Sepherosa Ziehauether: Don't manually packing up input mbufs
2012-04-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-10 Peter AvalosMerge remote-tracking branch 'origin/master'
2012-04-01 Matthew Dillonkernel - Do not use M_USE_INTERRUPT_RESERVE for M_NOWAIT
2012-03-30 Francois TigeotVFS accounting: small speed optimization
2012-03-30 Samuel J. Greearkern.cp_time - Add convenience defines
2012-03-28 Matthew Dillonkernel - Fix improper BUF_UNLOCK() with spinlock held
2012-03-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-03-24 John MarinoELF: Update header, sync with binutils 2.22
2012-03-23 Matthew Dillonkernel - Fix mount refs interactions and umount races
2012-03-22 Matthew Dillonkernel - Cluster fixes + Enable clustering for HAMMER1
2012-03-22 Sascha Wildnerkernel/kobj: Put the default kobj_method inside the...
2012-03-22 Francois TigeotVFS accounting: handle file truncation on open(2)
2012-03-22 François TigeotVFS accounting: isolate the code to find the real mp
2012-03-20 Matthew Dillonkernel - Add argument to nvtruncbuf()
2012-03-20 Matthew Dillonkernel - Fix buffer cache deadlock due to multiple...
2012-03-18 Sascha Wildner<sys/gmon.h>: Add prototypes for moncontrol() and monst...
2012-03-18 Sascha Wildner<sys/socket.h>: Add missing prototype for sockatmark().
2012-03-17 Sascha Wildnerkernel: Add sbuf_done() (taken from FreeBSD).
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-03-11 Sascha Wildner<sys/cdefs.h>: For C++, unhide our interfaces via __...
2012-03-05 Alex Hornungvfsops - add two new ops, ncpgen_set, ncpgen_test
2012-02-27 Alex Hornungdisk - add flag to use underlying psize
2012-02-27 Alex Hornungdisklabel - add new freedisklabel op
2012-02-24 Antonio Huete Jimenezkern - Do not expose _kthread_create()
2012-02-21 Antonio Huete Jimenezkern - Merge two functions to avoid duplicated code.
next