Remove -traditional which breaks the keyword signed
[dragonfly.git] / sys /
2003-08-10 Jeroen Ruigrok/asmodaiChange __signed to signed.
2003-08-09 David RhodusLINT breakage fix.
2003-08-09 David RhodusFix compile error.
2003-08-08 David Rhodus Allow the caller to get an error directly if we sent...
2003-08-08 David Rhodus Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE...
2003-08-08 Matthew DillonAdd a few missing cratom() calls. In particular the...
2003-08-08 David Rhodus Fix a problem that occurs when truncating files on...
2003-08-08 Matthew Dillonkernel tree reorganization stage 1a: remove -I- for...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-05 Hiten PandyaBackout my ``proc cleanup'' brain damage.
2003-08-05 Hiten PandyaUm, ok. I should have slept a little more.
2003-08-03 Matthew DillonFix a compile time error. Rename MAX to RAINMAX and...
2003-08-03 Matthew DillonExplicitly use an unsigned index for 'which' in shmsys...
2003-08-03 Hiten PandyaMove the backtrace() function from kern_subr.c to ...
2003-08-03 Hiten PandyaDELAY() does not belong in a MD include file, instead...
2003-08-03 Hiten PandyaAdd backtrace() prototype.
2003-08-03 Hiten PandyaLINT cleanup: remove redundant ``struct proc *p'' decla...
2003-08-03 Hiten PandyaDefine HAVE_PPSRATECHECK macro, now that we have merged the
2003-08-03 Hiten PandyaLINT cleanup: fix MAX difinition.
2003-08-03 Hiten PandyaLINT cleanup: add <sys/systm.h> for printf()
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-08-01 Matthew DillonCleanup remaining tsleep priority issues.
2003-08-01 Matthew DillonFix a pointer bug introduced by syscall messaging....
2003-08-01 Robert GarrettEnable SSE by default, add nob to turn it off
2003-07-31 Matthew DillonClear the BSS earlier in the boot sequence and clean...
2003-07-31 Hiten PandyaGet LINT to build.
2003-07-31 Hiten PandyaGeneralise, and remove SI_SUB_VINUM; use SI_SUB_RAID...
2003-07-31 Hiten PandyaLINT breakage fix, part one:
2003-07-30 Matthew DillonTurn off CHECK_POINTS debugging.
2003-07-30 David RhodusTry to distinguish PCS encoding error events
2003-07-30 Matthew DillonLINT synchronization, remove remaining manually defined...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Matthew DillonRemove KKASSERT(p)'s, 'p' (curproc) no longer exists...
2003-07-29 David RhodusFix for trap 12 on KVA space exhaustion.
2003-07-29 Hiten PandyaConsolidate MIN() usage across kern/ tree.
2003-07-29 Hiten Pandyastyle(9) police:
2003-07-29 Hiten PandyaRemove INVARIANT_SUPPORT conditional pre-processing...
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-28 Matthew DillonFix the msgsys(), semsys(), and shmsys() syscalls which...
2003-07-28 Jeffrey HsuUse relative directory, rather than /sys, as base direc...
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 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 DillonFix a minor bug in lwkt_init_thread() (the thread was...
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 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 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...
next