dragonfly.git
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuAdd missing interface queue.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-14 Matthew DillonPermanently fix the 'allocating low physmem in early...
2003-09-14 Matthew DillonRemove unused thread pointers.
2003-09-14 Matthew DillonChange argument from proc to td.
2003-09-13 Matthew DillonCleanup. Remove unused variable.
2003-09-12 Jeffrey HsuNon-semantic changing cleanups:
2003-09-12 David P. Reese... Create an emulation/43bsd directory and move the recent...
2003-09-10 Robert Garrettallow this to compile
2003-09-10 Robert GarrettThe first a bug in pax and should be commited to FBSD...
2003-09-10 Robert GarrettThe second fixes a dependency problem if compiling...
2003-09-09 Matthew DillonAdd a cvsup tag, cvs-dfports
2003-09-09 Matthew Dillonrename dport -> dfport
2003-09-09 Matthew Dillonrename /usr/dports to /usr/dfports. Includes some...
2003-09-09 Jeroen Ruigrok... Linux emulation has been working well for a while now...
2003-09-08 Matthew DillonAdd UPDATING note on /usr/dports
2003-09-08 Matthew Dillonadd relpath to the build Makefile
2003-09-08 Matthew DillonAdd bsd.dport.mk, which Makefile's in /usr/dports will...
2003-09-08 Matthew DillonAdd the relpath utility which /usr/share/mk/bsd.port...
2003-09-08 Matthew DillonCleanup some broken #include's for VESA.
2003-09-08 Matthew DillonAdd DIRECTIO to LINT
2003-09-08 Matthew DillonConvert DIRECTIO code to DragonFly.
2003-09-07 David P. Reese... Make the linux emulator use the newly split listen...
2003-09-07 David P. Reese... Change the split syscall naming convention from syscall...
2003-09-07 Jeroen Ruigrok... Make sure a DiskOnKey never sends a sync_cache. This...
2003-09-07 Hiten PandyaMdoc cleanup of section 4:
2003-09-06 Matthew DillonMake bind1() and accept1() non-static for linux emulato...
2003-09-06 David RhodusAdd NETNS to the LINT config file.
2003-09-06 David RhodusInital cleanup work to make NETNS compile again
2003-09-06 Matthew DillonAdjust linux emulation calls for bind and listen to...
2003-09-06 Matthew DillonMake bind1() and accept1() non-static for linux emulato...
2003-09-06 Hiten PandyaAdd MLINK mount_ufs(8) to mount(8).
2003-09-06 Jeroen Ruigrok... Get rid of __P, the days of K&R support are long past.
2003-09-06 Jeroen Ruigrok... Remove 'register' keyword while I am here.
2003-09-06 Jeroen Ruigrok... Fix dependency that long is always 32 bits. This does...
2003-09-05 Jeffrey HsuIntroduce the DDB_TRACE kernel config option to automat...
2003-09-05 David RhodusAdd a few more build options.
2003-09-04 Hiten PandyaOK, fix build, while I am there, I will get some screw...
2003-09-04 Hiten PandyaFix logic, flow and comments for previous (rev 1.9...
2003-09-04 Hiten PandyaChange my e-mail.
2003-09-03 Robert GarrettI am not certain but I believe this is what was intende...
2003-09-03 Matthew DillonAdding missing '|' from last commit.
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-09-03 Hiten PandyaPass only one argument to vm_page_hold() as a sane...
2003-09-03 Hiten PandyaFix style nit.
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
2003-09-03 Hiten PandyaReturn a more sane error code, EPIPE. The EBADF error...
2003-09-03 Hiten PandyaUse vm_page_hold() instead of vm_page_wire().
2003-09-02 Matthew DillonGeneral cleanup, ANSIfication, and documentation. ...
2003-09-02 Matthew DillonDo a bit of Ansification, add some pmap assertions...
2003-09-02 Jeffrey HsuDifferentiate between send and receive window variables.
2003-09-02 Jeffrey HsuAccount for when Limited Transmit is not congestion...
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-09-01 Hiten Pandya1) Add new tunable, kern.syncdelay:
2003-08-31 David Rhodus#include reorganization
2003-08-31 Matthew Dilloncleanup: remove register keyword, ANSIze procedure...
2003-08-30 Matthew Dillonreq->r_td can be NULL, remove KKASSERT() and fix check.
2003-08-30 Matthew DillonFix sendfile() bug introduced by the message passing...
2003-08-30 Hiten PandyaAdd device identification for Intel 82801EB (ICH5)...
2003-08-30 Hiten PandyaAdd device indentification for Intel 82801DC (ICH4...
2003-08-30 Jeroen Ruigrok... Add the RIPEMD-160 header file.
2003-08-29 Hiten PandyaFix sorta critical bugs in fsdb(8); the @mtime and...
2003-08-29 Hiten PandyaFix vmstat(1) diagnostic output.
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-28 Hiten PandyaFix the case when `-p' option of truss can be passed...
2003-08-28 Hiten PandyaAdd a `-q' option to killall(1). This is helpful when...
2003-08-28 Hiten PandyaOptimize split(1) by using dynamic allocation for buffers.
2003-08-28 Hiten PandyaUse addalias() to track the vnode if it not of a regula...
2003-08-28 Hiten PandyaFix style issue.
2003-08-27 Hiten PandyaAdd two useful macros that I have been meaning to add...
2003-08-27 Matthew Dillonoops. Forgot a commit.
2003-08-27 Hiten PandyaRemove `YOUR'.
2003-08-27 David RhodusAdd USE_SLAB_ALLOCATOR into the config.
2003-08-27 Robert Garrettfinal __P removal commit
2003-08-27 Robert Garrettfix __P
2003-08-27 Robert Garrettfix typo from adding $DragonFly$ keyword
2003-08-27 Robert Garrettremove oldstyle __P prototypes
2003-08-27 Robert Garrettremove old ___P() prototypes
2003-08-27 Robert Garrettremove __P
2003-08-27 Robert Garrettremove __P() from this directory
2003-08-27 Robert Garrett__P!= wanted
2003-08-27 Matthew DillonCleanup some debugging junk and fix a bug in the M_ZERO...
2003-08-27 Robert Garrettlets go ahead and commit this before we hit the network...
2003-08-27 Robert Garrett__P removal
2003-08-27 Robert Garrett__P removal
2003-08-27 Matthew DillonAdjust our kvm based utilities to use the _KERNEL_STRUC...
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-26 David RhodusThe game rogue(6) has a potential buffer overflow allowing
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-26 David RhodusM_PREPEND() can fail, meaning the returned mbuf
2003-08-26 Robert Garrett__P() removal
2003-08-26 Robert Garrett__P(); not anymore in this directory
2003-08-26 Robert Garrett__P() removal
2003-08-26 Matthew DillonRemove additional KKASSERT(p)'s that we do not need...
2003-08-26 Matthew DillonRemove unnecessary KKASSERT(p) checks for procedures...
2003-08-26 Hiten PandyaAdd the TINDERBOX kernel configuration file.
2003-08-26 Hiten PandyaRemove the documentation/ folder from under 'src' tree.
next