| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -2/+4 |
* | Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4, | markus | 2007-12-11 | 1 | -1/+1 |
* | Turn MPASS(0) into panic with more obvious reason why the assertion | delphij | 2007-12-07 | 1 | -5/+5 |
* | size_max should be unsigned, as such, use size_t here. | delphij | 2007-12-06 | 1 | -1/+1 |
* | Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfs | wkoszek | 2007-12-04 | 1 | -1/+3 |
* | o English lesson from bde@: "iff" is not a typo, it means "if and only if". | maxim | 2007-11-18 | 1 | -1/+1 |
* | MFp4: Several fixes to tmpfs which makes it to survive from pho@'s | delphij | 2007-11-18 | 4 | -33/+46 |
* | MFp4: Fix several style(9) bugs. | delphij | 2007-11-18 | 1 | -19/+12 |
* | o Mask maximum file permissions we get from mount_ntfs -m | maxim | 2007-11-17 | 1 | -1/+2 |
* | o Fix a typo in the comment. | maxim | 2007-11-17 | 1 | -1/+1 |
* | o Do not leak inodes hash table at module unload. | maxim | 2007-11-13 | 1 | -0/+1 |
* | Correct a stack overflow which will trigger panics when | delphij | 2007-11-12 | 1 | -1/+1 |
* | Remove some debugging code that, while useful, doesn't belong in the committed | trhodes | 2007-10-25 | 2 | -16/+6 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 3 | -10/+10 |
* | Fixes to msdosfs dirtyflag related stuff: | delphij | 2007-10-22 | 1 | -26/+42 |
* | Implement the async (really, delayed-write) mount option for msdosfs. | bde | 2007-10-19 | 4 | -10/+18 |
* | Add noclusterr and noclusterw options to the options list. I forgot these | bde | 2007-10-18 | 1 | -1/+1 |
* | Fix some style bugs in the mount options list. Mainly, sort the list, | bde | 2007-10-18 | 1 | -6/+7 |
* | In msdosfs_settattr(), don't do synchronous updates of the denode | bde | 2007-10-18 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 13 | -23/+23 |
* | This changes give nullfs correctly work with latest unionfs. | daichi | 2007-10-14 | 2 | -5/+25 |
* | Added whiteout behavior option. ``-o whiteout=always'' is default mode | daichi | 2007-10-14 | 3 | -2/+32 |
* | Default copy mode has been changed from traditional-mode to transparent-mode. | daichi | 2007-10-14 | 1 | -1/+1 |
* | Fixed un-vrele issue of upper layer root vnode of unionfs. | daichi | 2007-10-14 | 1 | -1/+1 |
* | Added NULL check code pointed out by Coverity. (via Stanislav | daichi | 2007-10-14 | 1 | -0/+2 |
* | - It has been become MPSAFE. | daichi | 2007-10-14 | 2 | -22/+51 |
* | Fixed vnode unlock/vrele untreated issues whenever errors have | daichi | 2007-10-14 | 1 | -4/+4 |
* | - Added support for vfs_cache on unionfs. As a result, you can use | daichi | 2007-10-14 | 3 | -171/+43 |
* | Added treatments to prevent readdir infinity loop using with Linux binary | daichi | 2007-10-14 | 1 | -29/+23 |
* | Changed it frees unneeded memory ASAP. | daichi | 2007-10-14 | 1 | -1/+5 |
* | Log: | daichi | 2007-10-14 | 1 | -0/+6 |
* | Use the correct pid when checking to see whether or not the /proc/<pid> | jhb | 2007-10-05 | 1 | -1/+1 |
* | MFp4: Provide a dummy verb "export" to shut up the message | delphij | 2007-10-04 | 1 | -1/+1 |
* | Additional work is still needed before we can claim that tmpfs | delphij | 2007-10-04 | 1 | -0/+3 |
* | Remove some of the pessimizations involving writing the fsi sector. | bde | 2007-09-23 | 1 | -16/+0 |
* | Disable multiple ntfs mounts to the same mountpoint. | rodrigc | 2007-09-21 | 1 | -1/+15 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -5/+3 |
* | Fix races in msdosfs_lookup() and msdosfs_readdir(). These functions | bde | 2007-08-31 | 4 | -62/+64 |
* | MFp4: rework tmpfs_readdir() logic in terms of correctness. | delphij | 2007-08-16 | 1 | -12/+15 |
* | On 6.x this works: | jhb | 2007-08-15 | 1 | -1/+1 |
* | MFp4: | delphij | 2007-08-10 | 3 | -60/+96 |
* | MFp4: | delphij | 2007-08-10 | 4 | -35/+68 |
* | In msdosfs_read() and msdosfs_write(), don't check explicitly for | bde | 2007-08-07 | 1 | -12/+21 |
* | Fix and update the comments about the effect of the read-only flag on writing. | bde | 2007-08-07 | 1 | -10/+16 |
* | Fix some style bugs (don't assume that off_t == int64_t; fix some comments; | bde | 2007-08-07 | 1 | -11/+10 |
* | Fix some style bugs (don't assume that off_t == int64_t; fix some comments; | bde | 2007-08-07 | 1 | -11/+9 |
* | Fix some style bugs (mainly some whitespace errors). | bde | 2007-08-07 | 1 | -22/+20 |
* | Fix some style bugs (some whitespace errors only). | bde | 2007-08-07 | 2 | -11/+11 |
* | Sort includes. | bde | 2007-08-07 | 1 | -10/+10 |
* | Sort includes. | bde | 2007-08-07 | 1 | -11/+11 |