dragonfly.git
2003-07-29 Hiten PandyaNo need to comment out unused thread/proc declarations...
2003-07-29 Hiten PandyaComment out the unused proc/thread declarations.
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-29 Matthew Dillonadd missing lwkt_msg to manually specified syscall...
2003-07-29 Hiten PandyaKernel Police:
2003-07-29 Hiten PandyaKernel Police:
2003-07-29 Robert GarrettNow we can add stat to the build
2003-07-29 Robert GarrettThe code to print correct time in long format is not...
2003-07-29 Robert GarrettMake stat behave in the default case
2003-07-28 Matthew DillonFix the msgsys(), semsys(), and shmsys() syscalls which...
2003-07-28 Robert GarrettImport Stat.
2003-07-28 Robert GarrettRemove annoying calls to non existing sysctl's
2003-07-28 Hiten PandyaAssorted mdoc(7) fixes:
2003-07-28 Hiten PandyaBring us in sync with 4.8-STABLE.
2003-07-28 Robert GarrettFix mergemaster so it doesnt depend on stat
2003-07-28 Jeffrey HsuUse relative directory, rather than /sys, as base direc...
2003-07-28 Robert GarrettUpdate a case where changing the uname to DragonFly...
2003-07-28 Hiten PandyaBring the malloc/mbuf flags up-to-date with FreeBSD.
2003-07-28 Hiten PandyaDDB updates:
2003-07-28 Hiten PandyaFix building of vm_zone.c in the case of INVARIANTS.
2003-07-28 Hiten PandyaMerge from FreeBSD:
2003-07-28 Hiten PandyaOops, fix build before anyone realises. :-)
2003-07-27 Hiten Pandyamdoc(7) assorted fixes:
2003-07-27 Hiten Pandyamdoc(7) assorted fixes:
2003-07-27 David RhodusNull terminate the new argv[] array when converting...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
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 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...
next