dragonfly.git
2005-11-04 Matthew DillonFix a bug in the last commit. The wrong argument was...
2005-11-04 Matthew DillonDisplay warnings for any configured IO APIC pins that...
2005-11-04 Matthew DillonICU/APIC cleanup part 10/many. Be a lot more careful...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonDe-confuse the IO APIC mapping code by creating a helpe...
2005-11-03 Matthew DillonAdd more documentation for the APIC registers and renam...
2005-11-03 Matthew DillonICU/APIC cleanup part 8/many.
2005-11-03 Matthew DillonReimplement IPI forwarding of FAST interrupts to the...
2005-11-02 David XuRemove a redundant tls_get_curthread() call.
2005-11-02 Matthew DillonMake rndcontrol use the new ioctl so it can properly...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 3/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-11-02 Matthew DillonBump config to 400022. Added an 'arch' softlink. ...
2005-11-01 Matthew Dillonadd an acpi_enabled() function, invert the "pci" logic...
2005-11-01 Matthew DillonMove the freebsd package system from /usr/sbin to ...
2005-11-01 Sascha WildnerSync atol(3) manpage with FreeBSD's rev. 1.13 to includ...
2005-11-01 Joerg SonnenbergerAdd missing atoll.
2005-10-31 Matthew DillonAn exclusive lock on the vnode is required when running...
2005-10-31 Sepherosa Ziehau- hide ukphy_probe(), since it is not intended to be...
2005-10-31 Sepherosa Ziehau- In mii_anar(), turn on ANAR_CSMA at beginning instead...
2005-10-31 Sepherosa Ziehaunuke mii_data.mii_{readreg, writereg, statchg}, since...
2005-10-31 Sepherosa Ziehau- In rlphy_attach(), turn on BMCR_AUTOEN after mii_phy_...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Sascha Wildnermsg_name and msg_control are void *, so no need to...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-30 YONETANI Tomokazu- kill `unused variable' warning pointed out by sephe@
2005-10-30 YONETANI TomokazuUnbreak `device pmtimer' for compiled-in acpi driver...
2005-10-29 Sascha Wildner- include <stdlib.h>
2005-10-28 Joerg SonnenbergerAlso install the new ftpd script.
2005-10-28 Joerg SonnenbergerAdd an option -H to override gethostname.
2005-10-28 Joerg SonnenbergerAdd rcng script to start ftpd stand-alone.
2005-10-28 Liam J. Foy- Update to new icmp_error signature
2005-10-28 Liam J. Foy- Dont pass a complete interface struct to icmp_error...
2005-10-28 Sascha WildnerRemove DEC Alpha support.
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sascha WildnerSync zoneinfo database to tzdata2005n from elsie.
2005-10-27 Sepherosa Ziehauremove getdec() declaration, since this static function...
2005-10-27 Sepherosa ZiehauKill most of the "unused variable" warning
2005-10-27 Sepherosa Ziehaubug fixing:
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-10-27 Matthew DillonIncrease the MSGBUF_SIZE from 32K to 64K, boot verbose...
2005-10-26 Matthew DillonAdd a redundant double-check in ffs_reallocblks and...
2005-10-26 Matthew DillonAssert that the vnode is locked when modifying an inode...
2005-10-26 Matthew DillonFix a bug in the ppbus code where an interrupt cookie...
2005-10-26 Sepherosa ZiehauWe have INTR_ENTROPY in sys/bus.h for ~20 months
2005-10-26 Sepherosa Ziehauadd forward declaration to shut up dev/usbmisc/umass...
2005-10-26 Sepherosa Ziehauunbreak kernel building by
2005-10-26 Matthew DillonFix a long-standing bug in the livelock code. An inter...
2005-10-26 Matthew DillonRedo the interrupt livelock code. Simplify the frequen...
2005-10-26 Matthew DillonTemporary hack until corecode can fix it. There is...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-25 David XuMake usleep as a cancellation point.
2005-10-25 David XuMake usleep as a weak symbol, so thread library can...
2005-10-24 David XuExport following functions:
2005-10-24 David XuAdd pthread_mutexattr_setpshared and pthread_mutexattr_...
2005-10-24 Eirik NygaardBack out last change since Matt has issues will it...
2005-10-24 Eirik NygaardMake wakeup, tsleep and friends MP-safe.
2005-10-24 Matthew DillonAdd a missing BUF_UNLOCK in the last commit.
2005-10-24 Matthew DillonAvoid a recursive kernel fault and subsequent double...
2005-10-24 Matthew DillonTemporarily work around a race in the kernel. The...
2005-10-24 Matthew DillonDocument kern.emergency_intr_{enable,freq} in loader.8.
2005-10-24 Matthew DillonAdd two checks for potential buffer cache races.
2005-10-24 Matthew DillonPass mii_attach_args to mii_softc_init() rather then...
2005-10-24 Matthew DillonAdd an mii_flags field to the attach arguments, to...
2005-10-24 Matthew DillonOnly check GiGE related flags in the generic code when...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-22 Simon SchubertUnbreak vmstat by using sysctl instead of kvm.
2005-10-21 Sascha WildnerAdd 'shutdown' keyword to save mixer settings upon...
2005-10-21 Sascha WildnerUpgrade rc.shutdown to FreeBSD's rev. 1.25. This is...
2005-10-21 Sepherosa Ziehau- polling(4) support
2005-10-20 Matthew DillonOops, fix the polling enable name, it's supposed to...
2005-10-19 Joerg SonnenbergerAvoid text-relocations, binutils don't like them on...
2005-10-19 Sepherosa ZiehauChange kqueue_scan() interface to take "thread" instead...
2005-10-19 Sascha WildnerFix wrong '/etc/rmt' and '/etc/termcap' symlinks created by
2005-10-18 Sepherosa ZiehauAdjust comment on DEVICE_POLLING option.
2005-10-18 Sepherosa ZiehauAdd brief comment on DEVICE_POLLING option. This comme...
2005-10-17 Sepherosa Ziehauadd DEVICE_POLLING option
2005-10-17 Sepherosa ZiehauSync with FreeBSD dev/em
2005-10-16 Matthew DillonDo a run through of the fragment allocation and freeing...
2005-10-15 Matthew DillonOnly resynchronize the RTC on shutdown if we had previo...
2005-10-15 Matthew DillonMPTable fixup for Shuttle XPC with an AMD Athlon X2...
2005-10-15 Sascha WildnerUse nlink_t for number of links.
2005-10-15 Matthew DillonDisplay all IOAPIC pin assignments when bootverbose...
2005-10-15 Matthew DillonImplement an emergency interrupt polling feature. ...
2005-10-14 Matthew DillonBring another softupdates fix in from FreeBSD, FreeBSD...
2005-10-14 Matthew DillonFreeBSD commit message:
2005-10-13 Sascha Wildner* Remove the old hardclock documentation and add inform...
2005-10-13 Sascha WildnerDocument the "polling" and "-polling" parameters.
2005-10-13 Sepherosa ZiehauANSIfy
2005-10-13 Sepherosa Ziehauunbreak LINT building
2005-10-13 Sepherosa Ziehauunbreak GENERIC building
2005-10-13 Matthew DillonFix a bad panic check from the last commit in register_...
2005-10-13 Matthew DillonMove the polling systimer initialization code out of...
next