dragonfly.git
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...
2005-10-13 Matthew DillonFix a bug where fsetfd() was not returning an error...
2005-10-13 Matthew DillonUse sysctl's instead of KVM to access the interrupt...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-10-12 David Xuput pthread_timedjoin_np in right order.
2005-10-12 Matthew DillonMove a bunch of per-interrupt-thread variables from...
2005-10-12 Matthew DillonRemove the INTR_TYPE_* flags. The interrupt type is...
2005-10-12 Sepherosa ZiehauSince intr has been setup in the last step of vr_attach...
2005-10-12 Sepherosa Ziehau- Make device polling use seperate SYSTIMER instead...
2005-10-12 Matthew DillonProperly serialize access in the NV ethernet driver...
2005-10-12 Matthew DillonAttempt to add generic GigE support to MII. If this...
2005-10-11 Simon SchubertAdd forgotten temporary bandaid until ps knows about...
2005-10-11 Matthew DillonAdd missing crit_exit(). If VR fails to attach the...
2005-10-11 Simon SchubertFix brain-o.
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-10 David XuIntroduce pthread_timedjoin_np.
2005-10-10 David XuIntroduce pthread_timedjoin_np().
2005-10-10 David XuReplace THR_FLAGS_SUSPENDED with THR_FLAGS_NEED_SUSPEND...
2005-10-09 Simon Schubert1:1 Userland threading stage 2.7/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-09 Matthew DillonBump subversion in param.h
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-09 Liam J. Foy- Check for execvp returning ENOTDIR
2005-10-09 Simon SchubertCorrectly initialize n_threads.
2005-10-09 Simon SchubertGet sources right so that we don't make depend if not...
2005-10-09 Sascha WildnerAdd rue(4) man page.
2005-10-09 Sascha WildnerSync with FreeBSD's rev. 1.12. This works around an...
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.3/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-08 Simon SchubertWhitespace cleanup.
2005-10-08 Simon SchubertRegen.
2005-10-08 Simon SchubertAdd linux_nosys which handles non-existing syscalls...
2005-10-08 Simon SchubertBring in FreeBSD rev 1.123:
2005-10-08 Simon SchubertPrint what we are doing when running make cleandir.
2005-10-08 Simon SchubertAdd sources to generated files.
2005-10-08 Simon SchubertRemove erroneous MLINKS. These are handled elsewhere...
2005-10-08 Simon SchubertAdd -O option: Ignore non-files when recursing.
2005-10-08 Simon SchubertEnable emacs line editing by default.
2005-10-08 Simon SchubertClean up old yacc syntax
2005-10-08 Simon SchubertAlias NO_CLEAN with NOCLEAN. I just get bitten by...
2005-10-08 Simon Schubert- Don't build PIC in btools
2005-10-08 Sascha Wildner* Fix width in begin list (.Bl) macro.
2005-10-07 Simon Schubert1:1 Userland threading stage 2.1/4:
2005-10-06 Simon SchubertRemove MAKE_EBONES, convert MAKE_KERBEROS to WANT_KERBEROS.
2005-10-06 Simon SchubertDisable lwp_flag and lwp_stat for now so that it doesn...
2005-10-06 Simon SchubertSet up correct lpw->proc linkage
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-10-05 Matthew DillonUpdate subvers to 7 so we can sync up the Preview tag...
2005-10-05 Matthew DillonEnsure that FP registers are not used for integer code.
2005-10-05 Matthew DillonAllow the target safety check to be overridden. May...
2005-10-04 Simon SchubertChange cvsup collection names. It has been more than...
2005-10-04 Sepherosa Ziehauadd missing bus_dmamap_sync()
next