Remove GNU tar.
[dragonfly.git] / sys /
2007-01-09 Thomas E. SpanjaardBail out of acd_open() when we're called with a cdev_t...
2007-01-09 Matthew DillonName the virtual kernel disk device 'vkd' instead of...
2007-01-09 Matthew DillonA virtual kernel running another virtual kernel running...
2007-01-09 Matthew DillonA virtual kernel running an emulated process context...
2007-01-09 Matthew DillonFix two incorrect sigblock() calls.
2007-01-09 Matthew DillonUse our interrupt infrastructure to handle the clock...
2007-01-09 Matthew DillonDisable terminal control characters while the virtual...
2007-01-08 Matthew DillonAdd a missing pmap_enter() in vm_fault_page(). If...
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 DillonRewrite vmapbuf() to use vm_fault_page_quick() instead...
2007-01-08 Matthew DillonImplement vm_fault_page_quick(), which will soon be...
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 Matthew DillonAdd missing header file.
2007-01-08 Matthew DillonWhen removing a page directory from a page map, the...
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-08 Sascha Wildner* Sync with FreeBSD-RELENG_6.
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 DillonSet rootdevnames[0] to automatically boot from ufs...
2007-01-07 Matthew DillonHandle page faults within the virtual kernel process...
2007-01-07 Matthew DillonThe stack frame available from a signal to user mode...
2007-01-07 YONETANI Tomokazuremove extra crit_exit()
2007-01-07 Matthew DillonAdd support for a root disk device file.
2007-01-07 Matthew DillonAdd a virtual disk device for virtual kernels to boot...
2007-01-07 Matthew DillonUse itimers to implement the virtual kernel's SYSTIMER...
2007-01-07 Matthew DillonAllow certain cpufunc.h inlines to be overridden by...
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-07 Matthew DillonFix symbol conflict with falloc()
2007-01-07 Matthew DillonSignal handlers usually inherit %gs. Make them inherit...
2007-01-07 Matthew DillonFix compiler warnings
2007-01-07 Matthew DillonFix a conflict with libc's killpg().
2007-01-06 Matthew DillonAssign proc0 a dummy frame to bootstrap vm_fork().
2007-01-06 Matthew DillonAdd a new procedure, vm_fault_page(), which does all...
2007-01-06 Matthew DillonIf no memory image file is specified, locate or create...
2007-01-06 Matthew DillonOffset KernelPTD and KernelPTA so we can directly trans...
2007-01-06 Matthew DillonInitialize thread0.td_gd prior to calling various gdini...
2007-01-06 Matthew DillonUse Maxmem instead of physmem. physmem is used only...
2007-01-06 Matthew DillonRemove old debugging printf.
2007-01-06 Matthew DillonRemove the hack.So hack for virtual kernels.
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-06 Matthew DillonRemove all physio_proc_*() calls. They were all NOPs...
2007-01-06 Matthew DillonRename errno to error to avoid conflict with errno.h
2007-01-06 Matthew DillonConditionalize the existance of a gdt[] array for the...
2007-01-06 Matthew DillonConditionalize the existance of a gdt[] array for the...
2007-01-06 Matthew DillonConditionalize all of the subdirectories in dev so...
2007-01-06 Matthew DillonThe last commit was incomplete, correct.
2007-01-06 Matthew DillonGDB stubs were only being compiled on systems with...
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 DillonContinue fleshing out the VKERNEL.
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-04 Thomas E. SpanjaardAs bridge_rtupdate() can be called from interrupt conte...
2007-01-04 Thomas E. SpanjaardAdjust a couple of kmalloc calls to use M_WAITOK instea...
2007-01-03 Sascha WildnerUnbreak ndis(4) building.
2007-01-03 Sascha WildnerRemove redundant #ifdefs.
2007-01-03 Sascha WildnerAs discussed with sephe: uncomment awi(4), seems to...
2007-01-02 Sascha Wildner[committed on behalf of sephe]
2007-01-02 Thomas E. SpanjaardFix typo in sctp_output.c. The lwp structure has lwp_ru...
2007-01-02 Matthew DillonRemove pmap_kernel() (which just returned a pointer...
2007-01-02 Matthew DillonGet most of the VKERNEL pmap handling code in.
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...
2007-01-01 Victor Balada DiazUpdate the copyright year
2007-01-01 Sepherosa Ziehau- In ieee80211_setmode(), don't mark basic rates on...
2007-01-01 Sepherosa Ziehau- Obey the beacon interval of the IBSS if we are going...
2006-12-31 Matthew DillonRemove an old debugging kprintf.
2006-12-31 Matthew DillonFix compilation error when building without INET6....
2006-12-31 Matthew Dillonzbootinit() was being called with too few pv_entry...
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-29 Sascha WildnerUse %j to print an ino_t.
2006-12-29 Simon SchubertAdd initialization to silence compiler warning.
2006-12-29 Sascha Wildnersyscons doesn't support EGA, CGA etc. anymore, so remov...
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 certain libc prototypes / system calls visible...
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-27 Matthew DillonRemove unused defines.
2006-12-26 Matthew DillonRename virtual_avail to virtual_start, so name follows...
2006-12-26 Matthew DillonContinue fleshing out VKERNEL support. Initialize...
2006-12-26 Matthew DillonRemove unused procedures and declarations.
2006-12-26 Sepherosa ZiehauUse a temporary rate set to hold current channel's...
2006-12-26 Sepherosa ZiehauUse software beacon missing handling
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 Sepherosa Ziehau- Fix some comment.
next