summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hook up gjournal bits to the build.pjd2006-10-315-1/+13
* Add Makefile for geom_journal kernel module.pjd2006-10-311-0/+10
* Add gjournal specific code to the UFS file system:pjd2006-10-319-4/+250
* Add MNT_GJOURNAL flag which indicates, that file system has gjournalpjd2006-10-311-3/+4
* Add gjournal GEOM class (kernel side), which implements block levelpjd2006-10-313-0/+3555
* Implement BIO_FLUSH handling by simply passing it down to the components.pjd2006-10-316-3/+174
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-315-25/+135
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskpjd2006-10-312-1/+22
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-314-1/+32
* Make EWOULDBLOCK a recoverable error so that the request is retransmitted.mohans2006-10-311-2/+2
* Fix a typo resulting in truncated linux32 signal trampoline code copiedkib2006-10-311-1/+1
* Allocate receive and transmit data structures during attach() and free themjhb2006-10-311-47/+82
* - Use callout_init_mtx() to close various callout-related races.jhb2006-10-311-18/+13
* Rework the transmit register handling. In em_encap() store index ofglebius2006-10-312-33/+79
* Remove unused softc pointer variable from the probe routine.jhb2006-10-311-3/+0
* Merge new vendor release - 6.2.9.glebius2006-10-315-736/+755
* Fix Typo.takawata2006-10-311-1/+1
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-3125-96/+1616
* Fix a typo in the device ID table that prevented 5708S chips from beingscottl2006-10-311-2/+2
* Add support for Option GT 3G/3G quad datacard in ubsa.kevlo2006-10-312-5/+11
* Include <sys/types.h>, to get definition for uint32_t.cognet2006-10-301-0/+1
* Assign start to the value we were able to allocate and use that toimp2006-10-301-10/+11
* In the replacement text of the __bswapN_const() macros encapsulate themarius2006-10-302-16/+24
* More fully support 64-bit bars. Prior to this commit, we supportedimp2006-10-303-58/+69
* Forward declare struct cdev, since arguments of this type are used inrwatson2006-10-302-0/+2
* Hook acpi_aiboost module to build.takawata2006-10-301-2/+2
* Add conf file entries for acpi_aiboost drivers.takawata2006-10-302-0/+4
* Driver for some ASUS desktop motherboard extras.takawata2006-10-302-0/+349
* Add the padding fields to 'struct proc' for the !KSE case that I missed.jb2006-10-291-0/+4
* - Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-16/+22
* Wrap code optimized for architectures without alignment constraintsmarius2006-10-291-6/+5
* Retire the failed OBSOLETE_IN_6 experiment code.imp2006-10-291-6/+0
* Add missing headers.marius2006-10-291-0/+1
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-295-10/+10
* regen after linux_io_* backoutnetchild2006-10-296-94/+16
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-2910-1465/+11
* - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70oleg2006-10-291-34/+31
* style(9)netchild2006-10-291-0/+1
* Removed some SMP ifdefs so that using the TSC as a cputime clock isbde2006-10-292-19/+15
* Refactor vfs_setdirty(), creating vfs_setdirty_locked_object().alc2006-10-291-6/+16
* In bufdone_finish() restrict the acquisition and release of the pagealc2006-10-281-2/+8
* Fix style(9).netchild2006-10-281-29/+29
* In the userland .mcount():bde2006-10-281-7/+5
* regen (prctl addition)netchild2006-10-286-10/+18
* i386/include/profile.h:bde2006-10-282-10/+2
* MFP4:netchild2006-10-288-5/+123
* MFP4:netchild2006-10-282-4/+4
* Backout bogus checkin to HEADjfv2006-10-285-1504/+1708
* In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We werebde2006-10-282-2/+2
* Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h>bde2006-10-282-14/+5
OpenPOWER on IntegriCloud