Although defined in sys/time.h we don't have CLOCK_VIRTUAL and CLOCK_PROF
[dragonfly.git] / sys / platform / pc32 / i386 /
2007-04-27 Matthew DillonImplement ncpus_fit and ncpus_fit_mask. Admittedly...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
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-25 Simon SchubertGet rid of struct user/UAREA.
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-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.17/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
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 SchubertRemove now unused cpu_coredump.
2007-02-02 Simon SchubertDon't segfault the kernel if it can't resolve a name...
2007-01-28 YONETANI Tomokazuo Add modified tables based on the reports/patches...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Matthew DillonClose two holes in the pmap code. The page table self...
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-13 Matthew DillonPull in a few bits from FreeBSD. Add a structure size...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-12 Thomas E. SpanjaardPrint names for two more bits in cpu_features2: Supplem...
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-09 Matthew DillonA virtual kernel running an emulated process context...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-07 Matthew DillonThe stack frame available from a signal to user mode...
2007-01-07 Matthew DillonSignal handlers usually inherit %gs. Make them inherit...
2007-01-06 Matthew DillonInitialize thread0.td_gd prior to calling various gdini...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-06 Matthew DillonRepo-move machine/pc32/i386/i386-gdbstub.c to cpu/i386...
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...
2006-12-31 Matthew Dillonzbootinit() was being called with too few pv_entry...
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 Sascha Wildnerprintf -> kprintf
2006-12-27 Thomas E. SpanjaardAdd generic printout of extended CPUID feature flags...
2006-12-26 Matthew DillonRename virtual_avail to virtual_start, so name follows...
2006-12-26 Matthew DillonRemove unused procedures and declarations.
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-17 Matthew DillonRepo copy machine/pc32/i386/mem.c to kern/kern_memio...
2006-12-13 Matthew Dillonrename sscanf -> ksscanf
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-07 Thomas E. SpanjaardExpand the Intel Brand ID table to cover all known...
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
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-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-23 Matthew DillonGet rid of the indirect function pointer for bzero...
2006-10-22 Matthew Dillonmemset must be a real procedure rather then an indirect...
2006-10-21 Matthew DillonReformulate the way the kernel updates the PMAPs in...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-30 Sascha WildnerGCC 4.1 also needs memset() in a freestanding environment.
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-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
next