Merge from vendor branch GCC:
[dragonfly.git] / sys / sys /
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 YONETANI Tomokazuleftover from aout_coredump() removal:
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertChange kinfo_proc interface between kernel and userland.
2007-01-25 Matthew DillonSetup for 1.8 release - Adjust HEAD to 1.9.0
2007-01-25 Matthew DillonSetup for 1.8 release - bump HEAD to 1.7.1 and synchron...
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-18 Sepherosa ZiehauPut socket() declaration into __{BEGIN,END}_DECL, so...
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-16 Sascha WildnerAdd missing #endif.
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
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 Sepherosa ZiehauExpose socket() function declaration for vkernel too.
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 DillonRemove unused SWI's.
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
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 DillonUse CBREAK mode for the console.
2007-01-08 Matthew DillonMake libc prototypes available to kernel builds
2007-01-08 Matthew DillonMake more libc prototypes available to _KERNEL builds.
2007-01-08 Sascha Wildner[committed on behalf of sephe]
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 DillonMake the vmspace_*() system call prototypes available...
2007-01-07 Matthew DillonUse itimers to implement the virtual kernel's SYSTIMER...
2007-01-07 Matthew DillonMake libc prototypes available for kernel builds.
2007-01-07 Matthew Dillondefine _KERNEL_VIRTUAL if not defined to hack-fix confl...
2007-01-06 Matthew DillonRemove fuswintr() and suswintr(), they were never imple...
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-04 Simon SchubertSay hello to a sound system update from FreeBSD. This...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2007-01-01 Victor Balada DiazUpdate the copyright year
2006-12-31 Matthew Dillonzbootinit() was being called with too few pv_entry...
2006-12-29 Victor Balada DiazMade jails IPv6 aware and support more than one IP...
2006-12-29 Sascha Wildnersyscons doesn't support EGA, CGA etc. anymore, so remov...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-27 Matthew DillonMake certain libc prototypes / system calls visible...
2006-12-27 Matthew DillonMake a chunk of low level initialization code for proc0...
2006-12-27 Thomas E. SpanjaardAdd generic printout of extended CPUID feature flags...
2006-12-26 Matthew DillonRemove unused procedures and declarations.
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 WildnerRemove printf() definition and prototype from the kernel.
2006-12-23 Sascha WildnerRemove an #ifdef _KERNEL inside an #ifdef _KERNEL.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-18 Matthew DillonAdd a prototype for the new mcontrol() system call.
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 DillonFor the moment conditionally remove the declaration...
2006-12-05 Matthew DillonAdd a generic interrupt controller type that the virtua...
2006-12-04 Matthew DillonMisc vkernel work.
2006-12-04 Matthew DillonMake int bootverbose and int cold declarations machine...
2006-12-04 Thomas E. SpanjaardInitial import of the port of the new(er) FreeBSD ATA...
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-08 Matthew DillonMove the Maxmem extern to systm.h
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonMove <machine/ccbque.h> to <sys/ccbque.h>. ccbque...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
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 Sascha WildnerRemove obsolete prototype and documentation of the...
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-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
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 unneccessary MALLOC_DECLARE (declared static...
2006-09-30 Sascha WildnerRemove incorrect extern declarations for stuff that...
next