dragonfly.git
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Hiten PandyaAdd a handy macro, called FOREACH_PROC_IN_SYSTEM(p...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-26 Matthew DillonFix minor bug in last commit, add the required register...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert Garrettregister keyword removal
2003-07-26 Robert GarrettMore register axe work (remove the register keyword)
2003-07-26 Robert Garrettregister keyword removal
2003-07-26 Robert GarrettBegin register keyword removal commits
2003-07-26 Matthew DillonFix __asm syntax error from previous commit.
2003-07-25 Matthew DillonPerformance cleanup. Greatly reduce the number of...
2003-07-25 Matthew DillonRemove thread->td_cpu. thread->td_gd (which points...
2003-07-25 Matthew DillonFix a minor bug in lwkt_init_thread() (the thread was...
2003-07-25 Matthew DillonOops, need to update truss's conf files re: new syscall...
2003-07-24 Matthew DillonRegenerate all system calls
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-24 Jeffrey HsuAdd support for RFC 3390, which allows for a variable...
2003-07-24 Matthew Dillonlibcr copy: Retarget build paths from ../libc to ....
2003-07-24 Matthew DillonFix NULL td crash in net/if.c when detaching a net...
2003-07-24 Matthew DillonHave MFS register a device as a VCHR instead of VBLK...
2003-07-24 Matthew DillonFix some stub prototypes (some missed proc->thread...
2003-07-24 Matthew DillonBring RCNG in from 5.x and adjust config files and...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-24 Matthew DillonAdd all_sysent target to /usr/src/sys/Makefile to rebui...
2003-07-24 Matthew DillonHere is an implementation of Limited Transmit (RFC...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-23 Matthew DillonMerge from FreeBSD 2003/07/15 15:49:53 PDT commit to...
2003-07-23 Matthew DillonLINT cleanup, add a static function back in which I...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-22 Matthew DillonRemove two unnecessary volatile qualifications.
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-22 Matthew DillonThrow better sanity checks into vfs_hang_addrlist(...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-20 Matthew DillonFix a minor compile-time errors when INVARIANTS is...
2003-07-20 Matthew DillonMinor cleanups so GENERIC compiles. Fix underscores...
2003-07-20 Matthew Dillondoreti was improperly clearing the entire gd_reqflags...
2003-07-20 Matthew DillonProfiling cleanup 1/2: fix crashes (all registers need...
2003-07-20 Matthew DillonAdd externs for *_nonlocked atomic extensions to avoid...
2003-07-20 Matthew DillonThis is the initial implmentation of the LWKT messaging...
2003-07-20 Matthew Dillonzfreei->zfree (there is no zfreei anymore)
2003-07-19 Matthew DillonRemove references to the no longer existant PZERO.
2003-07-19 Matthew DillonNuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 1/2: Remove massive inline...
2003-07-19 Matthew DillonRemove an unnecessary cli that was causing 'trap 12...
2003-07-18 Matthew DillonMake the kernel load properly recognize ABS symbols...
2003-07-13 Matthew DillonGDB changes required for gdb -k kernel /dev/mem. Still...
2003-07-13 Matthew DillonThe comment was wrong, ptmmap *is* used, put it back...
2003-07-13 Matthew DillonFix minor compile warning.
2003-07-13 Matthew DillonFix minor buildworld issues, mainly #include file depen...
2003-07-13 Matthew DillonAdd missing required '*' in indirect jmp (fix assembler...
2003-07-12 Matthew Dillonoops, fix bug in last commit, and adjust the p_slptime...
2003-07-12 Matthew DillonMake the pigs display more meaningful by showing proces...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-12 Matthew DillonForward FAST interrupts to the MP lock holder + minor...
2003-07-12 Matthew Dillonpartially fix pctcpu and userland rescheduling. We...
2003-07-12 Matthew Dillonaccount for the time array being in microseconds now...
2003-07-11 Matthew DillonMake the cpu/stat display work properly again.
2003-07-11 Matthew DillonFix overflow in delta percentage calculation due to...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-11 Matthew Dillonmisc cleanup. Add a case where we don't want an idleth...
2003-07-11 Matthew DillonMP Implmentation 4/4: Final cleanup for this stage...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
2003-07-10 Matthew DillonMP Implmentation 3A/4: Fix stupid bug introduced in...
2003-07-10 Matthew DillonMP Implmentation 3A/4: Cleanup MP lock operations to...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonThe syncer is not a process any more, deal with it...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-06 Matthew Dillonoops, forgot one. Remove another curproc/cred dependancy
2003-07-06 Matthew DillonRemove td_proc dependancy on cred that is no longer...
2003-07-05 Matthew Dillonfix a bug in the exit td_switch function, curthread...
2003-07-04 Matthew DillonIntegrate the interrupt related operations for /dev...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-07-04 Matthew Dillonadd gd_other_cpus
2003-07-04 Matthew DillonDocument hardwired indexes for fields.
2003-07-03 Matthew DillonMisc interrupts/LWKT 2/2: Fix a reentrancy issue with...
2003-07-03 Matthew Dillonmisc quota proc->thread
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-03 Matthew Dillonproperly initialize ncpus for UP
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-03 Matthew DillonAdd some temporary debugging.
2003-07-03 Matthew Dillonfix unused variable warning
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-07-01 Matthew DillonEnhance debugging (sync before MP work).
2003-07-01 Matthew DillonFor the moment uio_td may sometimes be NULL -> nfsm_req...
next