dragonfly.git
2007-02-02 Peter AvalosRemove some leftover gcc40 info files.
2007-02-02 Simon SchubertDon't segfault the kernel if it can't resolve a name...
2007-02-02 Sascha WildnerFix example: Put /dev/vkd0a in /etc/fstab.
2007-02-02 Peter AvalosRemove GNU tar.
2007-02-01 Simon SchubertImplement window size passing between real tty and...
2007-02-01 Thomas E. SpanjaardRestore exporting of kernel threads as 'fake' processes...
2007-02-01 Simon SchubertTeach the vkernel to behave and not fsck with my tty.
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-02-01 Simon SchubertDo not build bus modules for vkernels.
2007-01-31 Sascha WildnerSync with FreeBSD (adding DragonFly 1.8.0).
2007-01-30 Sascha WildnerFix typos.
2007-01-30 Sascha WildnerRemove unused VIRTUAL_KERNEL option.
2007-01-30 Sascha WildnerEnhance markup.
2007-01-30 Simon SchubertRework DEV_SUPPORT infrastructure.
2007-01-30 Simon SchubertFix values for CCVER, they are gcc*, not cc*.
2007-01-29 Thomas E. SpanjaardFix iovec checks to match properly. iovec == MAXIOV...
2007-01-29 Matthew Dillonsmbfs was not guarenteeing a NULL return vnode on error...
2007-01-28 YONETANI Tomokazuo Add modified tables based on the reports/patches...
2007-01-28 Sascha WildnerDocument the recently added {STAILQ,TAILQ}_CONCAT macros.
2007-01-28 YONETANI TomokazuEnable setting debug.acpi.{layer,level} via sysctl...
2007-01-28 YONETANI Tomokazukern_recvmsg() may not return a valid(non-NULL) pointer...
2007-01-27 Sascha WildnerFix argument lists of locking primitives (thereby fixin...
2007-01-27 YONETANI Tomokazui should be pre-incremented in the loop maintenance...
2007-01-27 Sascha WildnerFix redefinition of KEX_DEFAULT_PK_ALG.
2007-01-27 Sepherosa ZiehauAdd missing '\n'
2007-01-26 Matthew DillonImplement -D
2007-01-26 Matthew DillonRemove gobsd from the list.
2007-01-26 Matthew DillonFix generation of the mount path for "/" when a process...
2007-01-25 Matthew DillonSetup for 1.8 release - Adjust HEAD to 1.9.0
2007-01-25 Matthew DillonSetup for 1.8 release - add new targets to Makefile...
2007-01-25 Matthew DillonSetup for 1.8 release - bump HEAD to 1.7.1 and synchron...
2007-01-25 Matthew DillonFix the incorrect addition of a leading '/' in file...
2007-01-25 YONETANI TomokazuSilence harmless warnings (for module build).
2007-01-25 Matthew DillonStop init before ripping its filesystem references...
2007-01-25 YONETANI TomokazuInitialize ACPI task thread before AcpiEnableSubsystem...
2007-01-24 Matthew DillonPoor attempt to tracking the stack frame through a...
2007-01-24 Simon SchubertDeclare dumpmag as used, even though it is an unused...
2007-01-24 YONETANI TomokazuMove acpica-unix-20050309 into the Attic
2007-01-24 Matthew Dilloncheckdirs() was being passed the wrong mount point...
2007-01-23 Sepherosa ZiehauCheck EEPROM twice in em_hardware_init(), because for...
2007-01-23 Sascha WildnerDon't use readline anymore. kadmin/ktutil should be...
2007-01-23 Matthew DillonFix a crash related to the NPX (floating point) interru...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-22 YONETANI TomokazuIncorrect calculation of a virtual block address within
2007-01-21 Peter AvalosIf there is no commitid, we need to initialize Delta...
2007-01-21 Sascha WildnerRemove GCC 4.0's manpages, not those of 4.1.
2007-01-21 Sepherosa ZiehauAdd a workaround for some Lenovo/IBM laptops' onboard...
2007-01-21 Sascha WildnerRemove unused argument.
2007-01-21 YONETANI Tomokazupbn * vn->sc_secsize may wraparound, because both pbn...
2007-01-21 Sascha WildnerSync the network and sound modules sections with what...
2007-01-21 Sascha WildnerRemove BUGS section and note that Matt fixed nullfs.
2007-01-21 Sascha WildnerDragonFly supports up to 16 partitions, not 8.
2007-01-21 Sascha WildnerAssume 0.0 if no float value is passed.
2007-01-20 Sascha WildnerRemove wrong declarations (fix gcc41 build).
2007-01-20 Sascha WildnerAdd CC.1 MLINK.
2007-01-20 Matthew DillonRemove the advertising clause from vinum with permissio...
2007-01-20 Sascha WildnerFix MLINK.
2007-01-20 Matthew DillonFix license issue by removing -lreadline. The programs...
2007-01-20 Simon SchubertDon't build gcc libs with -liberty.
2007-01-20 Peter AvalosSpelling fix.
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-20 Peter AvalosUpdate to bzip2-1.0.4.
2007-01-20 Peter AvalosUpdate to bzip2-1.0.4.
2007-01-20 Simon SchubertAdd DPADD lines for used libs.
2007-01-20 Simon SchubertFix internal compiler errors with propolice enabled.
2007-01-19 YONETANI TomokazuFix a hang during boot.
2007-01-19 YONETANI TomokazuRework the make rule for patched *.c files.
2007-01-19 YONETANI TomokazuAcpiTbDeleteTable() now takes a (ACPI_TABLE_DESC *...
2007-01-19 Simon SchubertComplain if CPUTYPE is set to an unknown value.
2007-01-19 Simon SchubertFix handling of MACHINE_CPU.
2007-01-19 Sascha WildnerDocument -U.
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2007-01-18 Simon SchubertFix negation handling.
2007-01-18 Victor Balada... Fix a stack reference bug and do a cleanup.
2007-01-18 Sepherosa ZiehauPut socket() declaration into __{BEGIN,END}_DECL, so...
2007-01-17 YONETANI TomokazuTeach rcs utils about commitid phrase.
2007-01-17 YONETANI TomokazuUpdate ACPI build wrappers to use new ACPI-CA code.
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-17 YONETANI TomokazuImport acpica-unix-20061109 from Intel. vendor/INTEL_ACPICA
2007-01-17 Thomas E. SpanjaardDon't use 'kenv' as default .Nm.
2007-01-17 Sascha WildnerRemove gcc40 remains.
2007-01-17 Victor Balada... Change the synopsis from ipnumber to ip-list
2007-01-17 Sascha Wildner* Add documentation for -I and add an example for netwo...
2007-01-17 Peter AvalosCast sentinel for execl() to (char *) to quiet gcc4...
2007-01-17 Simon SchubertUse genassym to create target symbols instead of
2007-01-16 Thomas E. SpanjaardAdd SYSCTLS, FILES and BUGS sections to kenv.9, and...
2007-01-16 Matthew DillonAdd missing -I path when compiling assembly files.
2007-01-16 Sascha WildnerAdd missing #endif.
2007-01-16 Sascha Wildners/. Ar/.Ar/
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
2007-01-15 Simon SchubertAlso build+install csu in the world stage.
2007-01-15 Simon SchubertRemove build glue of gcc40.
2007-01-15 Thomas E. SpanjaardCorrect the DragonFly version of first appearance from...
2007-01-15 Thomas E. SpanjaardAdd a manual page in section 9 for the recently added...
2007-01-15 Matthew DillonWe want the virtual kernel to be default-secure. Disab...
2007-01-15 Matthew Dilloncputimer_intr_reload() - prevent a negatively indexed...
2007-01-15 Simon SchubertRemove traces of gcc40
2007-01-15 Simon SchubertRetire gcc-4.0.
2007-01-15 Simon SchubertCreate startup files from the GCC sources and drop...
next