Fix old ATA driver name.
[dragonfly.git] / sys / kern /
2008-09-11 Sascha WildnerSync libmd with FreeBSD:
2008-09-11 YONETANI Tomokazu#ifdef DDB without including "opt_ddb.h"
2008-09-10 YONETANI Tomokazumissing crit_exit()
2008-09-09 Matthew DillonAdd a MSGF_NORESCHED feature for lwkt thread-based...
2008-09-09 Matthew DillonFix issues with the scheduler that were causing unneces...
2008-09-06 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Matthew DillonIncrease sockbuf send and receive buffers to 57344...
2008-09-05 Hasso Tepperacpi_cpu(4) update. It's now possible to use higher...
2008-09-02 Hasso TepperHandle (unit == -1) case in the device_find_child(...
2008-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-09-01 Matthew Dillon* Move /kernel to /boot/kernel and /modules to /boot...
2008-09-01 Sepherosa ZiehauEnable intr_mpsafe by default
2008-08-31 Aggelos EconomopoulosSet fp to NULL on EINVAL
2008-08-29 Matthew DillonAdd BUF_CMD_FLUSH support - issue flush command to...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-08-22 Sascha WildnerRemove unused variable.
2008-08-17 Nicolas TheryAdd minimal support for post-mortem (core dump) debuggi...
2008-08-16 Nicolas TheryRemove useless NULL check after kmalloc(M_WAITOK).
2008-08-15 Nicolas TheryAllocate unpcb structs with kmalloc() instead of zalloc().
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-08-13 Sascha WildnerRemove a useless assignment and two unused variables.
2008-08-13 Sascha WildnerRemove unused variable.
2008-08-13 Sascha WildnerMove declaration and assignment of minr into #if 0.
2008-08-10 Matthew DillonRemove daddr_t dependancies in the swap code. Move...
2008-08-10 Matthew DillonImplement a bounce buffer for physio if the buffer...
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-08-01 Matthew DillonAMD64 work:
2008-08-01 Matthew DillonCast to unsigned long to match the rest of the expressi...
2008-07-27 Matthew DillonAdjust the desiredvnodes (kern.maxvnodes) calculation...
2008-07-26 Sepherosa ZiehauBring following change from FreeBSD (yar@freebsd.org):
2008-07-23 Matthew DillonSynchronize some of the machine-independant AMD64 bits.
2008-07-19 Matthew DillonO_CREAT was being allowed to leak through a read-only...
2008-07-18 Matthew DillonMake some adjustments to the buffer cache:
2008-07-17 Matthew DillonGive krateprintf() an initial burst capability if count...
2008-07-14 Matthew DillonFix a bug in vmntvnodescan() revealed by the recent...
2008-07-14 Matthew DillonKernel support for HAMMER:
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-12 Matthew DillonCorrect a bug in the last commit.
2008-07-12 Matthew DillonAdd a vclean_unlocked() call that allows HAMMER to...
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
2008-07-08 Matthew DillonCleanup - move a warning so it doesn't spam the screen...
2008-07-07 Matthew DillonUFS+softupdates can build up thousands of dirty 1K...
2008-07-07 Aggelos EconomopoulosDo copy{in,out} early in the {g,s}etsockopt system...
2008-07-06 Nicolas TheryChange soopt_mcopyin() and soopt_mcopyout() to not...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-30 Matthew DillonFix a low-memory deadlock in the VM system which can...
2008-06-30 Matthew DillonAdd a new helper function, kmalloc_limit(). This funct...
2008-06-30 Matthew DillonFix a buf_daemon performance issue when running on...
2008-06-28 Matthew DillonFix hopefully all possible deadlocks that can occur...
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-23 Matthew DillonSupport S_IFDIR mknod() calls for HAMMER. This is...
2008-06-20 Matthew DillonFix a bug in cluster_read(). An error returned by...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-19 YONETANI TomokazuRemove KKASSERT() from the code block where not all...
2008-06-19 Aggelos Economopoulosupdate unix domain socket option retrieval
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-06-16 Matthew DillonWe must process incoming IPI messages when spinning...
2008-06-14 Matthew DillonChange the namecache lock warning delay from 1 to 5...
2008-06-12 Matthew DillonReimplement B_AGE. Have it cycle the buffer in the...
2008-06-12 Matthew DillonAdd missing LWPHOLD/LWPRELE in kinfo code.
2008-06-10 Matthew DillonChange bwillwrite() to smooth out performance under...
2008-06-09 Matthew DillonFix a SMP race in signotify_remote(). LWPHOLD() the...
2008-06-07 Michael NeumannUse NULL instead of 0.
2008-06-07 Michael NeumannCorrect typos.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-06-04 Nicolas TheryFix bugs in spin_trylock_wr():
2008-06-03 Matthew DillonDo not update f_offset on EINVAL.
2008-06-02 Matthew DillonDisallow negative seek positions for regular files...
2008-06-02 Matthew DillonEven using the objcache we need a one-per-cpu free...
2008-06-01 Matthew DillonImplement a new system call: getvfsstat(). This system...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2008-05-26 Nicolas TheryAllocate lwkt threads from objcache instead of custom...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-05-24 Matthew DillonFix a very old bug where the root mount was not getting...
2008-05-24 Sepherosa ZiehauUse "pause" in spin loop.
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-05-18 Matthew DillonHAMMER 46B/Many: Stabilization pass
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-05-18 Nicolas TheryAllocate struct lwp instances with kmalloc() instead...
2008-05-18 Matthew DillonFix a number of core kernel issues related to HAMMER...
2008-05-18 Matthew DillonChange cluster_read() to not block on read-ahead buffer...
2008-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-05-10 Matthew DillonFix feature logic so changing kern.pipe.dwrite_enable...
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-05-09 Matthew DillonFix fork/vfork statistics. forks and vforks were being...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-08 Matthew DillonFix some lock ordering issues in the pipe code.
2008-05-08 Matthew DillonRecode the resource limit core (struct plimit) to fix...
2008-05-06 Matthew DillonKeep track of the number of buffers undgoing IO, and...
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
next