| Age | Commit message (Expand) | Author |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-11-05 | Clean up the usage of vn_start_write(). At least one occurence clobbered | hannken |
| 2003-10-15 | Add the gating of system calls that cause modifications to the underlying | hannken |
| 2003-10-14 | add mnt_iflag field to struct mount for internal flags | dbj |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-08-09 | Stop panic if 'mknod xxx b 0 0' done on a full filesystem. | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-26 | free the ext2fs dinode struct in ext2fs_reclaim. From Ted Unangst. | fvdl |
| 2003-05-18 | make is_sequential a callback in order to achieve better lfs write clustering. | yamt |
| 2003-04-24 | More ufs2 merge fall-out. Pass the correct pointer to the dinode | gmcgarry |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2003-04-05 | Actually get an ext2fs_dinode structure from the pool before using it. | fvdl |
| 2003-04-02 | In the inode, i_din.e2fs_din is now a pointer, so there is no longer | he |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-21 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | dsl |
| 2003-01-25 | Use PRId64 instead of hard coding "%lld" to fix build problems under | tron |
| 2003-01-25 | The oldblks and newblks arrays are used to store direct copies of | fvdl |
| 2003-01-25 | Fix printf() format strings problems caused by "daddr_t" change. | tron |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-12-01 | Add multiple inclusion protection for headers. Fix mismatched | matt |
| 2002-11-26 | eliminate i_ino from in-core inode | yamt |
| 2002-11-25 | Avoid strict-alias warnings. | thorpej |
| 2002-10-23 | ext2fs_remove(): use 'else' to eliminate need for goto (and improve | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-26 | use ufs_balloc_range() rather than local (mostly identical, but with some | jdolecek |
| 2002-09-22 | don't need <sys/conf.h> here | jdolecek |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-07-26 | Spell '[Rr]ight' correctly. From Jim Bernard. | wiz |
| 2002-05-30 | #if 0 a test that is always false (and the XXX comment above it | thorpej |
| 2002-05-05 | use the correct size when zeroing an array. | chs |
| 2002-03-25 | if the size argument to write(2) is 0, do not modify the file in any way, | chs |
| 2002-03-17 | don't do any flush-behind for async mounts. | chs |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-01-26 | fix an error case. | chs |
| 2001-11-30 | pick up changes from ufs_balloc_range(). | chs |
| 2001-11-30 | VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. | chs |
| 2001-11-10 | track some changes in the ufs code: | chs |
| 2001-11-10 | update to track ufs_bmap.c: | chs |
| 2001-11-08 | add RCSID | lukem |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-11-06 | Use the sector size from the partition info, not a hard-coded value. | simonb |
| 2001-11-06 | Remove a variable that is set but never used. | simonb |