kernel/vga: Remove VGA_NO_BIOS and VGA_ALT_SEQACCESS options.
[dragonfly.git] / sys / kern /
2014-07-08 Matthew Dillonvkernel - Fix systat -vm 1
2014-07-06 Matthew Dillonkernel - extend cpus past 64 - fixes and adjustments
2014-07-06 Matthew Dillonkernel - remove debugging
2014-07-05 Sascha Wildnerkernel: Fix KTR compilation.
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-01 Matthew Dillonkernel - Fix several taskqueue livelocks
2014-06-30 Matthew Dillonkernel - Move CPUMASK_LOCK out of the cpumask_t
2014-06-18 Matthew Dillonkernel - Fix rare ucred race
2014-06-18 Sepherosa Ziehausocket: so_pru_abort_oncpu -> so_pru_abort_direct
2014-06-18 Sepherosa Ziehausocket: {soabort,so_pru_abort}a -> {soabort,so_pru_abor...
2014-06-18 Sepherosa Ziehauuipc: Fix comment
2014-06-18 Sepherosa Ziehauuipc: Nuke unnecessary void cast
2014-06-18 Sepherosa Ziehaunet: Add initport protosw method to init socket's defau...
2014-06-13 Matthew Dillonkernel - Update existing csprng
2014-06-10 Joris Giovannangelikernel: fix an invalid self assignment in linker
2014-06-09 Sascha Wildnerkernel: Add a missing vn_unlock().
2014-06-07 Joris Giovannangelikern/dsched: remove leftover code
2014-06-07 Joris Giovannangelikernel/dsched: add a missing LK_RELEASE
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-06-04 Sepherosa Ziehauudp: Wait for address memory
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
2014-05-21 Sascha Wildnerkernel: Remove some unused code.
2014-05-19 Sascha Wildnerkernel: Fix kernel build when _KPOSIX_PRIORITY_SCHEDULI...
2014-05-09 Matthew Dillonkernel - Fix racing assertion
2014-05-06 Peter AvalosMerge branch 'vendor/FILE'
2014-05-05 Matthew Dillonhammer2 - dmsg stabilization
2014-05-05 Matthew Dillonhammer2 - Retool dmsg mechanics to improve virtual...
2014-05-03 Matthew DillonMerge branch 'vendor/LIBPCAP'
2014-04-23 Matthew Dillonhammer2 - Retool dmsg mechanics to improve virtual...
2014-04-21 Matthew Dillonkernel - Improve pid-reuse algorithm, fix bug
2014-04-21 Matthew Dillonhammer2 - more dmsg/separation work
2014-04-20 Sascha WildnerRemove support for the IPX and NCP protocols, and for...
2014-04-19 Markus Pfeifferkernel: fix buildkernel by adding include to subr_diski...
2014-04-09 Matthew Dillonkernel - Add mandatory config hooks delay
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-03-28 Sascha Wildnerkernel/cpu_topology: Fix a casting issue in the topolog...
2014-03-20 Joris Giovannangelikernel: check that p_ucred is not NULL before calling...
2014-03-15 Antonio Huete Jimenezkernel - Add allproc_hsize global
2014-03-10 Sepherosa Ziehauchgsbsize: Optimize for x86_64 by avoid uidinfo spinlock
2014-03-09 Sepherosa Ziehauchgsbsize: Reduce cover range of uidinfo spinlock
2014-03-09 Markus Pfeifferkernel: Fixup KERN_PROC_PATHNAME sysctl
2014-03-05 Sascha Wildnerkernel: Adjust type of vmm_guest to enum vmm_guest_type.
2014-03-04 Antonio Huete Jimenezkernel/vfs - Fix a refcount check in vclean_unlocked()
2014-03-04 Sascha Wildnerkernel: Add more detailed VM detection.
2014-03-02 minuxkern: fix integer underflow in exec_shell_imgact.
2014-02-27 Sascha Wildnerkernel: Remove {msg,sem,shm}sys() syscalls.
2014-02-27 Matthew Dillonkernel - Try to catch possible bug in getnewbuf()
2014-02-25 Matthew Dillonkernel - Change add_buffer_randomness() a little
2014-02-20 Sascha Wildnerkern/dsched_bfq: Remove local NULL, and some whitespace...
2014-02-13 Sascha Wildnerkernel: Fix topology fallout for vkernel and i386.
2014-02-12 Mihai CarabasCPU Topology: add support for Compute Units on AMD...
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-06 Sepherosa Ziehaumwait/spin: Push sysctl into machdep code
2014-02-02 Sascha Wildnerkernel/sched_setscheduler: Fix return value.
2014-02-01 Sepherosa Ziehaucputimer/intr: Move powersaving intr cputimer switching...
2014-01-29 Johannes Hofmanntaskqueue: locking fix
2014-01-25 Sepherosa Ziehaumwait: Allow treating interrupts as break-event for...
2014-01-21 Markus Pfeifferdevfs: add passing of file pointer through to dev_dclose
2014-01-21 Markus PfeifferApply patches to enable get/set_cdevpriv
2014-01-21 Johannes Hofmannadd file pointer to dev_d*() functions
2014-01-17 Sascha Wildnerkernel: Make eventhandler_{register,find_list}()'s...
2014-01-10 François Tigeotsysctl: Partial sync with FreeBSD
2014-01-10 Sepherosa Ziehaucputimer/intr: Restart only if the intr cputimer is...
2014-01-10 Matthew Dillonkernel - Fix bug in last commit to sys_generic.c
2014-01-09 Matthew Dilloncyapa - Introduce better three-finger button emulation
2014-01-09 Matthew Dillonkernel - Add another prototype skeleton to subr_input.c
2014-01-09 Sepherosa Ziehauserialize: Rework adaptive enter
2014-01-07 Matthew Dillonkernel - Initial cyapa driver and input skeleton
2014-01-07 Matthew Dillonkernel - Create dev/smbus infrastructure
2014-01-06 François Tigeotdevice attachment: no lock necessary
2014-01-05 François Tigeotkernel: Stop using the mplock to protect device attachment
2014-01-05 François Tigeotkernel: Remove useless get/rel_mplock() sequence
2014-01-05 François Tigeotkernel: Sync resource_string_value() with FreeBSD
2014-01-04 François Tigeotkernel: Add the KERN_PROC_PATHNAME sysctl
2014-01-04 François Tigeotkernel: Sync the sbuf(9) subsystem with FreeBSD
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-18 Nicolas Therykernel: forbid ptrace on system processes
2013-12-12 Matthew Dillonkernel - Add cache_isopen()
2013-12-12 Matthew Dillonkernel - Fix rare buffer cache deadlock
2013-12-10 Sepherosa Ziehaucallout: Fix callout_terminate() if the callout_reset...
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-04 Matthew Dillonkernel - Fix SMP races with vnode cluster fields
2013-11-27 Sascha Wildnerkernel/i386: Remove two Makefiles used for tag generation.
2013-11-27 Sascha Wildnerkernel: Clean up sys/kern/Makefile and sys/emulation...
2013-11-26 Sascha WildnerRemove the <sys/syscall-hide.h> header file.
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-22 Alexandre Perrinkernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
2013-11-21 Sascha Wildnerkernel: Remove random_poll().
2013-11-18 Matthew Dillonkernel - Fix ESTALE handling in stat() and access()
2013-11-15 Matthew Dillonkernel - Performance tuning (4)
2013-11-14 Matthew Dillonkernel - Performance tuning (3)
2013-11-14 Matthew Dillonkernel - Fine-grain getnewbuf() and related vfs/bio...
2013-11-11 Matthew Dillonkernel - Fix lock/delete race in the namecache
2013-11-11 Matthew Dillonkernel - Correct bug in buf/bio locking work
2013-11-09 Matthew Dillonkernel - Fix bug in e11efbb
2013-11-09 Matthew Dillonkernel - Performance tuning
2013-11-09 Matthew Dillonkernel - Fix lockmgr LK_UPGRADE bug
next