1 TU is 1024 usecs
[dragonfly.git] / sys / kern /
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2007-03-01 Sascha WildnerFix prototype.
2007-03-01 Simon SchubertRegen.
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-26 Simon SchubertFix suspend behavior by really stopping the process...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-25 Simon SchubertRegen
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-24 Simon SchubertRemove superfluous conditional.
2007-02-24 Simon SchubertFix taskqueues to truely work on SMP systems.
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-22 Simon SchubertMake setrunnable() behave more like it is intended.
2007-02-22 Simon SchubertFix stopping of the current process, which was broken...
2007-02-21 Simon Schubert1:1 Userland threading stage 4.1/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-02-21 Simon Schubert1:1 Userland threading stage 2.19/4:
2007-02-21 Simon SchubertReplace magic number with constant.
2007-02-19 Simon SchubertSilence compiler warning.
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-19 Sascha WildnerRemove unused malloc type M_ACL.
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.16/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.15/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-18 Sascha WildnerRemove unused variable.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Victor Balada DiazAdd a missing header that prevents detecting the kernel...
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-16 Simon SchubertFix RSS display by calculating the correct value.
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 Simon SchubertClean up stale code.
2007-02-02 Simon SchubertFix indention.
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertReport non-existing procs as pid -1, not NO_PID.
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
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
next