dragonfly.git
2007-01-14 Peter AvalosReplace home-grown dup2() implementation with actual...
2007-01-14 Peter AvalosDo not forget to increment the input line counter
2007-01-14 Peter AvalosReplace a home-grown printf() clone with a fwopen(...
2007-01-14 Peter AvalosInclude disabled options in the output of 'set +o'...
2007-01-14 Sepherosa ZiehauInvoke ifnet_detach_event when close a tap(4) device...
2007-01-14 Peter AvalosProtect malloc, realloc and free calls with INT{ON...
2007-01-14 Matthew DillonThe FP subsystem might not work properly when a vkernel...
2007-01-13 Matthew DillonAllow VKERNEL builds to build certain non-hardware...
2007-01-13 Peter AvalosIssue an error when . (dot) is invoked without a filename.
2007-01-13 Matthew DillonInclude the VN device by default.
2007-01-13 Peter AvalosRemove some white space at EOL.
2007-01-13 Thomas E. SpanjaardAdd options ACPI_QUIRK_VMWARE to LINT.
2007-01-13 Thomas E. SpanjaardEnable the ACPI quirks kernel environment variable...
2007-01-13 Thomas E. SpanjaardAdd support for a dynamic environment array in the...
2007-01-13 Peter AvalosRemove some white space at EOL.
2007-01-13 Matthew DillonPull in a few bits from FreeBSD. Add a structure size...
2007-01-13 Peter AvalosAdd the POSIX option -p to the jobs builtin command...
2007-01-13 Peter AvalosCheck the buffer size when copying the line returned...
2007-01-13 Peter AvalosFix typo and remove unneeded comments.
2007-01-13 YONETANI TomokazuSetting 0 to c_cc[] member doesn't disable the special...
2007-01-13 Simon SchubertUpdate to gcc-3.4.6
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-13 Simon SchubertUpdate to gcc-3.4.6
2007-01-12 Thomas E. SpanjaardForgotten in previous commit: add 'verbose' bit definit...
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 single-user mode boot option (-s).
2007-01-12 Matthew DillonAdd missing bzero() during low boot after malloc().
2007-01-12 Matthew DillonSet kernel_vm_end to virtual_start instead of virtual_e...
2007-01-12 Matthew DillonAdjust the gdb patch to account for the new register...
2007-01-12 Simon SchubertDisable sshd on the Live CD. This just takes time...
2007-01-12 Matthew DillonMisc cleanups.
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-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-11 Sascha WildnerRemove DEBUG_VFS_LOCKS which is not used anymore.
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-11 Matthew DillonWhen removing a page directory, tell the real kernel...
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
2007-01-11 Matthew DillonProperly block SIGALARM and disable interrupts (i.e...
2007-01-11 Simon SchubertUnbreak build by moving the include up.
2007-01-11 Matthew DillonOpen the root disk with O_DIRECT. We do not want both...
2007-01-10 Simon SchubertSubstitute a phony target with a cookie, thus not requi...
2007-01-10 Sascha WildnerRemove old zoneinfo files.
2007-01-10 Sascha Wildner[committed on behalf of sephe]
2007-01-10 Jeffrey HsuAdd support for parsing MCFG tables.
2007-01-10 Jeffrey HsuSync up to FreeBSD rev 1.23:
2007-01-10 Jeffrey HsuMerge FreeBSD revs 1.20 through 1.21: update list...
2007-01-10 Matthew DillonMake the size of the pmap structure the same for both...
2007-01-10 Jeffrey HsuJust bump version numbers due to null offsetting change...
2007-01-10 Jeffrey HsuAdd some comments. Same as FreeBSD revs 1.28 through...
2007-01-10 Matthew DillonTell the real kernel not to sync the file that backs...
2007-01-10 Matthew DillonHave vectorctl silently succeed to remove a run-time...
2007-01-10 Jeffrey HsuSame as FreeBSD rev 1.19:
2007-01-10 Matthew DillonFix collision with variable named 'errno'.
2007-01-10 Jeffrey HsuSame as FreeBSD rev 1.27:
2007-01-10 Jeffrey HsuAdd support for SSDT tables.
2007-01-10 Simon SchubertUse SEEK_SET instead of magic constant.
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-09 Thomas E. SpanjaardAdd 'cd9660:acd0' and 'cd9660:acd1' to cdrom_rootdevnam...
2007-01-09 Thomas E. SpanjaardAdd a temporary fix to ata_interrupt() to ignore weird...
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 Sascha WildnerFix 'make upgrade'.
2007-01-09 Simon SchubertInstall tap headers.
2007-01-09 Sascha WildnerSync zoneinfo database with tzdata2007a from elsie.
2007-01-09 Sascha WildnerRemove old MLINKS.
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 Simon SchubertInstall gdb docs.
2007-01-08 Matthew DillonAdd the virtual kernel's virtual disk device to the...
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 Sascha WildnerAdd a vkernel(7) manpage which I hacked together from...
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* Remove some zoneinfo files from 'make upgrade' that...
2007-01-08 Sascha Wildner* Sync with FreeBSD-RELENG_6.
2007-01-07 Victor Balada... Update the man page, now jail returns a non-negative...
2007-01-07 Victor Balada... Add support for -l and -U. -l creates a jail in a clear...
2007-01-07 Peter AvalosFix expanding of quoted positional parameters in case...
2007-01-07 Sascha Wildner/usr/include/machine/physio_proc.h is no longer there.
2007-01-07 Sascha WildnerOops, wrong year.
2007-01-07 Sascha WildnerUpdate ktr.9 for Matt's rewrite.
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-07 Peter AvalosAdd the "wordexp" shell built-in command.
next