summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hook up gjournal bits to the build.pjd2006-10-318-3/+18
* Add Makefile for geom_journal kernel module.pjd2006-10-311-0/+10
* Forgot to add file with gjournal specific fsck code.pjd2006-10-311-0/+774
* Add fs_unrefs field to the super block structure.pjd2006-10-311-1/+2
* Add recently added fs_unrefs field.pjd2006-10-311-2/+3
* Update after function renames.pjd2006-10-312-4/+3
* Implements gjournal support. If file system has gjournal support enabledpjd2006-10-317-14/+41
* Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.pjd2006-10-312-5/+12
* Teach mount(8) about MNT_GJOURNAL flag.pjd2006-10-311-0/+2
* Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournalpjd2006-10-316-9/+56
* Add gjournal specific code to the UFS file system:pjd2006-10-319-4/+250
* Fix buildworld.glebius2006-10-311-1/+2
* Add MNT_GJOURNAL flag which indicates, that file system has gjournalpjd2006-10-311-3/+4
* Add userland control utility for gjournal GEOM class.pjd2006-10-314-0/+465
* 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 cgwrite1(3) function which stored a given cylinder group on disk.pjd2006-10-315-2/+38
* 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-313-2/+25
* Add a new I/O request - BIO_FLUSH, which basically tells providers below topjd2006-10-314-1/+32
* remove gdbserver on ARCH i386 as we now install it again..jmg2006-10-311-0/+2
* 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
* Bind to INADDR_ANY in the default configuration. This makes bsnmpd(1)harti2006-10-311-3/+1
* Define a base OID for the FreeBSD version as returned in sysObjectIDharti2006-10-311-1/+19
* This commit was generated by cvs2svn to compensate for changes in r163820,harti2006-10-312-28/+63
|\
| * Vendor patch: synthesize the initial value for sysObjectId from the valueharti2006-10-312-28/+63
* | Avoid implict node generation in oids, people tell me a fair bit ofphk2006-10-311-9/+7
* | Claim my own subtree under freeBSDpeoplephk2006-10-311-3/+9
* | 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
* | Correct a security issue introduced in previous commit:delphij2006-10-312-3/+11
* | - Add a 'verbose' switch -vmarkus2006-10-313-2/+17
* | 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
* | Add configuration stubs for adding package derived files to the variousjulian2006-10-307-0/+42
* | Add some code to support including files ffrom packages in the image.julian2006-10-302-15/+31
* | More fully support 64-bit bars. Prior to this commit, we supportedimp2006-10-303-58/+69
* | - Handle timeouts from recv(2) properly.pjd2006-10-301-2/+6
* | This commit was generated by cvs2svn to compensate for changes in r163799,harti2006-10-301-5/+6
|\ \ | |/
| * Vendor patch: improve readability by using the IF_Mbps macro.harti2006-10-301-5/+6
* | Belatedly bump manpage date for revision 1.35keramida2006-10-301-1/+1
OpenPOWER on IntegriCloud