Sync with FreeBSD (adding DragonFly 1.8.0).
[dragonfly.git] / sys / kern /
2007-01-29 Thomas E. SpanjaardFix iovec checks to match properly. iovec == MAXIOV...
2007-01-28 YONETANI Tomokazukern_recvmsg() may not return a valid(non-NULL) pointer...
2007-01-27 YONETANI Tomokazui should be pre-incremented in the loop maintenance...
2007-01-26 Matthew DillonFix generation of the mount path for "/" when a process...
2007-01-25 Matthew DillonFix the incorrect addition of a leading '/' in file...
2007-01-25 Matthew DillonStop init before ripping its filesystem references...
2007-01-24 Simon SchubertDeclare dumpmag as used, even though it is an unused...
2007-01-24 Matthew Dilloncheckdirs() was being passed the wrong mount point...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-18 Victor Balada DiazFix a stack reference bug and do a cleanup.
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Matthew DillonAdd O_ASYNC (SIGIO) support to kqueue(). Also add...
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-13 Thomas E. SpanjaardAdd support for a dynamic environment array in the...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-09 Thomas E. SpanjaardAdd 'cd9660:acd0' and 'cd9660:acd1' to cdrom_rootdevnam...
2007-01-08 Matthew DillonRename the following special extended I/O system calls...
2007-01-08 Simon SchubertFix the obscure at(1) permission problem.
2007-01-08 Matthew DillonRewrite vmapbuf() to use vm_fault_page_quick() instead...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 YONETANI Tomokazuremove extra crit_exit()
2007-01-07 Matthew DillonFix a conflict with libc's killpg().
2007-01-06 Matthew DillonRemove old debugging printf.
2007-01-06 Matthew DillonRemove fuswintr() and suswintr(), they were never imple...
2007-01-06 Matthew DillonMove uiomove_fromphyhs() source from MD to MI.
2007-01-06 Matthew DillonRename system calls, removing a "sys_" prefix that...
2007-01-05 Matthew DillonMove dumplo from MD to kern/kern_shutdown.c
2007-01-02 Matthew DillonTry to locate any instances where pmap_enter*() is...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2007-01-01 Victor Balada Diazjail(2) now returns the jail id if successful or -1...
2006-12-31 Matthew DillonFix compilation error when building without INET6....
2006-12-31 Matthew DillonCorrect a conditional used to detect a panic situation...
2006-12-29 Victor Balada DiazMade jails IPv6 aware and support more than one IP...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-27 Matthew DillonMake a chunk of low level initialization code for proc0...
2006-12-27 Matthew DillonRemove unused defines.
2006-12-26 Sepherosa Ziehauhw.machine_cpu should use content in machine_cpu[]...
2006-12-26 Sepherosa Ziehau- Unhook usr.bin/uname from boot strap tools building...
2006-12-26 Sascha Wildner- addlog(...) is identical to log(-1, ...). Get rid...
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRemove printf() definition and prototype from the kernel.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-22 Sascha WildnerDefine kvsnprintf as vsnprintf for the case where subr_...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonAdd 'k' versions for printf, sprintf, and snprintf...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-12-17 Matthew DillonPass NULL to objcache_create() to indicate that null_ct...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-12-03 Matthew DillonCheck an additional special pattern to detect dangerous...
2006-12-02 Matthew DillonAllow M_ZERO to be specified when using simple object...
2006-11-20 Matthew DillonUse spinlocks instead of tokens to interlock the objcac...
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-17 Matthew Dillonunresolve the vnode associated with the namecache entry...
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-12 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Peter AvalosMerge from vendor branch FILE:
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-26 Matthew DillonFix a stack overflow due to recursion. When the nameca...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-10-22 Matthew DillonReorganize the way machine architectures are handled...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-19 Sascha WildnerAdjust man pages, comments, messages and some defunct...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-10-10 Matthew DillonFix a long-standing bug inherited from FreeBSD. It...
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerRemove wrong redeclarations.
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-26 Matthew DillonFollow up to kern_conf.c 1.16. We can't just ignore...
2006-09-26 Matthew DillonFix a bug in the device intercept code used by /dev...
2006-09-24 Matthew DillonTry to clean up any remaining filesystem references...
2006-09-22 Matthew DillonFix a compile error when DDB is not defined. db_print_...
2006-09-21 Matthew DillonRecent dev_t work confused sysctl. Adjust the reported...
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Matthew DillonCheck that namecache references to the mount point...
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
next