| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implements gjournal support. If file system has gjournal support enabled | pjd | 2006-10-31 | 7 | -14/+41 |
* | Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. | pjd | 2006-10-31 | 2 | -5/+12 |
* | Teach mount(8) about MNT_GJOURNAL flag. | pjd | 2006-10-31 | 1 | -0/+2 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | pjd | 2006-10-31 | 6 | -9/+56 |
* | Add gjournal specific code to the UFS file system: | pjd | 2006-10-31 | 9 | -4/+250 |
* | Fix buildworld. | glebius | 2006-10-31 | 1 | -1/+2 |
* | Add MNT_GJOURNAL flag which indicates, that file system has gjournal | pjd | 2006-10-31 | 1 | -3/+4 |
* | Add userland control utility for gjournal GEOM class. | pjd | 2006-10-31 | 4 | -0/+465 |
* | Add gjournal GEOM class (kernel side), which implements block level | pjd | 2006-10-31 | 3 | -0/+3555 |
* | Implement BIO_FLUSH handling by simply passing it down to the components. | pjd | 2006-10-31 | 6 | -3/+174 |
* | Implement cgwrite1(3) function which stored a given cylinder group on disk. | pjd | 2006-10-31 | 5 | -2/+38 |
* | Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). | pjd | 2006-10-31 | 5 | -25/+135 |
* | Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk | pjd | 2006-10-31 | 3 | -2/+25 |
* | Add a new I/O request - BIO_FLUSH, which basically tells providers below to | pjd | 2006-10-31 | 4 | -1/+32 |
* | remove gdbserver on ARCH i386 as we now install it again.. | jmg | 2006-10-31 | 1 | -0/+2 |
* | Make EWOULDBLOCK a recoverable error so that the request is retransmitted. | mohans | 2006-10-31 | 1 | -2/+2 |
* | Fix a typo resulting in truncated linux32 signal trampoline code copied | kib | 2006-10-31 | 1 | -1/+1 |
* | Allocate receive and transmit data structures during attach() and free them | jhb | 2006-10-31 | 1 | -47/+82 |
* | - Use callout_init_mtx() to close various callout-related races. | jhb | 2006-10-31 | 1 | -18/+13 |
* | Rework the transmit register handling. In em_encap() store index of | glebius | 2006-10-31 | 2 | -33/+79 |
* | Remove unused softc pointer variable from the probe routine. | jhb | 2006-10-31 | 1 | -3/+0 |
* | Merge new vendor release - 6.2.9. | glebius | 2006-10-31 | 5 | -736/+755 |
* | Bind to INADDR_ANY in the default configuration. This makes bsnmpd(1) | harti | 2006-10-31 | 1 | -3/+1 |
* | Define a base OID for the FreeBSD version as returned in sysObjectID | harti | 2006-10-31 | 1 | -1/+19 |
* | This commit was generated by cvs2svn to compensate for changes in r163820, | harti | 2006-10-31 | 2 | -28/+63 |
|\ |
|
| * | Vendor patch: synthesize the initial value for sysObjectId from the value | harti | 2006-10-31 | 2 | -28/+63 |
* | | Avoid implict node generation in oids, people tell me a fair bit of | phk | 2006-10-31 | 1 | -9/+7 |
* | | Claim my own subtree under freeBSDpeople | phk | 2006-10-31 | 1 | -3/+9 |
* | | Fix Typo. | takawata | 2006-10-31 | 1 | -1/+1 |
* | | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 25 | -96/+1616 |
* | | Fix a typo in the device ID table that prevented 5708S chips from being | scottl | 2006-10-31 | 1 | -2/+2 |
* | | Add support for Option GT 3G/3G quad datacard in ubsa. | kevlo | 2006-10-31 | 2 | -5/+11 |
* | | Correct a security issue introduced in previous commit: | delphij | 2006-10-31 | 2 | -3/+11 |
* | | - Add a 'verbose' switch -v | markus | 2006-10-31 | 3 | -2/+17 |
* | | Include <sys/types.h>, to get definition for uint32_t. | cognet | 2006-10-30 | 1 | -0/+1 |
* | | Assign start to the value we were able to allocate and use that to | imp | 2006-10-30 | 1 | -10/+11 |
* | | In the replacement text of the __bswapN_const() macros encapsulate the | marius | 2006-10-30 | 2 | -16/+24 |
* | | Add configuration stubs for adding package derived files to the various | julian | 2006-10-30 | 7 | -0/+42 |
* | | Add some code to support including files ffrom packages in the image. | julian | 2006-10-30 | 2 | -15/+31 |
* | | More fully support 64-bit bars. Prior to this commit, we supported | imp | 2006-10-30 | 3 | -58/+69 |
* | | - Handle timeouts from recv(2) properly. | pjd | 2006-10-30 | 1 | -2/+6 |
* | | This commit was generated by cvs2svn to compensate for changes in r163799, | harti | 2006-10-30 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Vendor patch: improve readability by using the IF_Mbps macro. | harti | 2006-10-30 | 1 | -5/+6 |
* | | Belatedly bump manpage date for revision 1.35 | keramida | 2006-10-30 | 1 | -1/+1 |
* | | Forward declare struct cdev, since arguments of this type are used in | rwatson | 2006-10-30 | 2 | -0/+2 |
* | | Mention that we do not support route labels in the BUGS section. | mlaier | 2006-10-30 | 1 | -1/+7 |
* | | The first (optional) argument of the "trace" command is either the | ru | 2006-10-30 | 1 | -5/+5 |
* | | Squash a typo. | keramida | 2006-10-30 | 1 | -1/+1 |
* | | Hook acpi_aiboost module to build. | takawata | 2006-10-30 | 1 | -2/+2 |
* | | Add conf file entries for acpi_aiboost drivers. | takawata | 2006-10-30 | 2 | -0/+4 |