dragonfly.git
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...
2007-01-15 Simon SchubertCopy forgotten header from gcc34 build glue
2007-01-15 Simon SchubertReorder libs to allow -DNOSHARED linkage
2007-01-15 Sascha WildnerSync with FreeBSD.
2007-01-15 Simon Schubertcrtstuff.c is now present
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Simon SchubertImport crt code from gcc-4.1.1
2007-01-15 Simon SchubertDo not lookup symbols with STB_LOCAL binding
2007-01-15 Sepherosa ZiehauBy default do not enable hardware csum on PCIe re(4...
2007-01-15 Matthew DillonClose two holes in the pmap code. The page table self...
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-15 Simon SchubertDo not use dbg() too soon. This fixes rtld with -DDEBUG.
2007-01-15 Matthew DillonAdd kqueue based async I/O support to the virtual kerne...
2007-01-15 Matthew DillonAdd O_ASYNC (SIGIO) support to kqueue(). Also add...
2007-01-15 Matthew DillonAdd KQUEUE support to the TAP interface.
2007-01-15 Matthew DillonRename type to avoid conflict with 'kqueue' symbol.
2007-01-14 Matthew DillonLink up the interrupt frame to the systimer API. Use...
2007-01-14 Peter AvalosSuppress the error message for command -v for files...
2007-01-14 Peter AvalosUse volatile where appropriate.
2007-01-14 Peter AvalosMechanically kill hard sentence breaks.
2007-01-14 Peter AvalosSpelling fix.
2007-01-14 Peter AvalosSpelling errors.
2007-01-14 Sepherosa Ziehau- Add multi pseudo network interface support for vkernel
2007-01-14 Sepherosa ZiehauExpose socket() function declaration for vkernel too.
2007-01-14 Sascha Wildner* Add documentation for -s.
2007-01-14 Sascha WildnerSync names of fs modules with what's really there.
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-14 Sepherosa Ziehau- Invoke ifnet_attach_event when open tap(4) device...
2007-01-14 Peter AvalosWhitespace nits.
2007-01-14 Peter AvalosOutput something reasonable for regular and expanded...
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.
next