Cleanup various type-o's in comments.
[dragonfly.git] / sys / dev / misc /
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-02 Eirik NygaardSome laptops return other values for working toucpads...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-20 Matthew DillonCleanup compile issues with the recent dev_t changes.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-05-13 Matthew Dillonmalloc() flags cleanup and fixes. Get rid of M_NOWAIT...
2004-04-24 Chris PresseyMerge ... FreeBSD (RELENG_4) src/sys/dev/syscons/syscons.c,
2004-04-20 Justin C. SherrillNew logo of the DragonFly logo instead of the BSD Beast...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 Matthew DillonM_NOWAIT work stage 1/999: Fix some boot-time misuses...
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) i386/isa/psm.c rev. 1.23.2.7
2004-02-10 Joerg SonnenbergerInitial backport of NEWCARD from FreeBSD 5.
2004-02-06 Hiten PandyaFix build of the PPS driver.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-08 Joerg SonnenbergerAdd/uncondionalize the sixt argument of set_memory_offs...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-09-08 Matthew DillonCleanup some broken #include's for VESA.
2003-08-27 Robert Garrettremove __P() from this directory
2003-08-15 Matthew DillonMake modules work again part 1: hook up 'dev'. Note...
2003-08-11 David RhodusAdd or correct range checking of signal numbers in...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Matthew DillonFix a compile time error. Rename MAX to RAINMAX and...
2003-08-03 Hiten PandyaLINT cleanup: fix MAX difinition.
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 Dillonfileops messaging stage 1: add port and feature mask...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
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-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: