Fix a little redundancy from my last commit. The border cannot be outside
[dragonfly.git] / sys / dev / raid /
2005-02-12 Joerg SonnenbergerRemove unneeded packed attributes.
2005-02-11 Joerg SonnenbergerRemove unnecessary packed attribute.
2005-02-04 YONETANI Tomokazus/ich_arg/ich_desc/
2005-02-04 Matthew DillonOne of the last things the system does before it tries...
2005-02-03 Joerg SonnenbergerRemove the default VINUMDEBUG option for now. I'll...
2005-02-01 Joerg SonnenbergerAdd prototype for ciss_print0 in place.
2005-01-27 Joerg SonnenbergerUse M_INTWAIT, not M_NOWAIT. We don't really support...
2005-01-25 Joerg SonnenbergerRemove !_KERNEL parts.
2005-01-21 Joerg SonnenbergerFrom FreeBSD:
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-10 YONETANI TomokazuRemove unnecessary weird locking macro I added to blind...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-06 YONETANI TomokazuRegister ips device with devstat subsystem so that...
2004-09-26 Matthew DillonThe wrong vendor-id was used when adding Adaptec ServeR...
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-17 Joerg SonnenbergerMove the callout init below the softc allocation. ...
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg SonnenbergerRemove unused consumer of timeout
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-15 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-08 Joerg SonnenbergerDon't sleep and commit. Fix the last commit.
2004-09-08 Joerg SonnenbergerTransform the PCI probe ifs into the normal loop. Merge...
2004-09-06 Joerg SonnenbergerSync driver:
2004-09-06 Joerg SonnenbergerMinor style cleanups.
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-23 Joerg SonnenbergerRemove pre-FreeBSD4 compability code.
2004-08-23 Joerg SonnenbergerRemove ASR_MEASURE_PERFORMANCE, it doesn't work anyway.
2004-08-15 Joerg SonnenbergerIOCTL mapping layer Part II/II
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
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-26 Joerg SonnenbergerDon't use cast as lvalues.
2004-07-17 Hiten PandyaBUF/BIO stage 2:
2004-07-09 Matthew DillonAdd a missing '$' to the FreeBSD cvs tags.
2004-07-09 Matthew DillonIPS was using malloc flags of 0 (which is no longer...
2004-07-02 Joerg SonnenbergerRemove invalid tokens after #endif
2004-07-02 Joerg SonnenbergerAdd a default initializer for data_sds. The warning...
2004-06-25 Hiten PandyaMerge from FreeBSD-4, revision 1.1.2.9:
2004-06-25 Hiten PandyaMerge rev. 1.7 of FreeBSD's src/sys/dev/twa/twa_freebsd.c.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-21 Matthew DillonGeneral M_NOWAIT -> M_INTWAIT work, except in periodic...
2004-06-21 Matthew DillonCorrect a known panic in the twe driver, M_NOWAIT ...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-02 Matthew DillonClean up some misuses of bp->b_dev after a strategy...
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-04 Hiten PandyaJust pass NULL to sync(), no need to create a `dummyarg'.
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) aac_pci.c rev. 1.3.2.19
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-16 David RhodusAdd in the twa(4) driver. This adds in support for...
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-03-29 David Rhodus* Fix an off-by-one problem.
2004-03-15 Matthew DillonThe cam_sim structure was being deallocated uncondition...
2004-03-02 David Rhodus* Remove instances of PRIBIO because DragonFly no...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-26 Joerg SonnenbergerAdd missing return from last commit
2004-02-25 Joerg SonnenbergerFix use after free / double free bugs. Return an error...
2004-02-24 Joerg Sonnenberger#ifdef0 pst_shutdown, it is not used
2004-02-22 Matthew DillonRemove static resource_disabled(), the function is...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-16 Matthew DillonRemove common declaration for -fno-common
2004-02-13 Joerg SonnenbergerAdd __DragonFly__
2004-02-12 Matthew Dillonsys/dev __FreeBSD__ -> __DragonFly__ cleanups.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-31 Matthew DillonMAINTAINER lines in Makefile's are no longer applicable...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-18 Matthew DillonFix a minor malloc leak in ips.
2004-01-15 David Rhodus* Change SUBDIR sort order.
2004-01-15 David Rhodus* Add in support for the IBM ServeRAID controller.
2004-01-05 David Rhodus* Merge in changes from FreeBSD with some modification
next