| Age | Commit message (Expand) | Author |
| 2006-06-24 | Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in | perseant |
| 2006-05-19 | Coverity CID 3275: Plug memory leak. | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-04-21 | Don't use cast expressions as lvalues as newer versions of gcc warn. | skrll |
| 2006-04-19 | Emit "a snapshot of" message for snap_internal case too. | hannken |
| 2006-03-18 | Coverity CID 2297: Fix memory leak. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-09-11 | Argument is read-blocksize, not "read blocksize". From YOMURA Masanori in pri... | wiz |
| 2005-08-19 | 64 bit inode changes | christos |
| 2005-06-27 | sprinkle const | christos |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-04-19 | Sort SEE ALSO. | wiz |
| 2005-04-19 | Fix copyright date for previous. | hannken |
| 2005-04-19 | Snapshot support for dump(8): | hannken |
| 2004-08-08 | Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'. | lukem |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-27 | Don't require ffsv2 fs have FS_FLAGS_UPDATED set | dsl |
| 2004-03-24 | After determining whether the filesystem is byte swapped, | ws |
| 2004-03-24 | Make the computation of estimated blocks work for frag size != 1024. | hannken |
| 2004-03-21 | When searching for the superblock, don't pick an ffsv1 superblock from the | dsl |
| 2004-03-15 | Adjust tstart_volume (volume start time) by the time spent in query(), | lukem |
| 2004-02-18 | Avoid signal race condition. If a slave gets the SIGUSR2 signal between | hannken |
| 2003-09-13 | Use HW_USERMEM64 to fetch the amount of memory available. | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-26 | * Document $RCMD_CMD in environ(7). | lukem |
| 2003-05-01 | Fix byteswapping issues in dirindir(); mostly from Enami Tsugutomo. | fvdl |
| 2003-05-01 | Swap the right disk block in mapdirs() for the UFS1 case. From Enami. | fvdl |
| 2003-04-19 | The sysctl returning the amount of memory in the system returns "int", | tls |
| 2003-04-08 | Since the size passed in may be different from the fs blocksize, just | fvdl |
| 2003-04-08 | dblk should be static. Fixes PR 21020, by Geoff Wing. Patch supplied | fvdl |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-27 | Use "wall -g operator" (instead of private code) to broadcast() messages to | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-06 | No need to print same error message twice in the same line. | enami |
| 2003-02-06 | Check lseek error correctly (i.e., use == -1 rather than < 0). | enami |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-04 | Fix typo I've introduced while cleaning up for commit. | enami |
| 2003-02-04 | - Fix daddr_t print format inside ifdef DIAGNOSTIC. | enami |
| 2003-02-04 | Convert `nblksread' to in terms of device block size. This restores | enami |
| 2003-02-04 | Cosmetic changes. | enami |
| 2003-02-03 | Merge "struct cheader" and "struct cdesc" into an union. | hannken |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 2002-11-17 | should be safer to cast to u_long than to cast down to int | itojun |
| 2002-11-17 | Add a cast to sizeof in printf() arg since _BSD_SIZE_T is unsigned long | tsutsui |
| 2002-11-16 | use strlcpy. use sizeof() instead of xxLEN to avoid de-synchronization | itojun |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz |
| 2002-09-30 | Add fix from FreeBSD traverse.c 1.16: | lukem |
| 2002-08-19 | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |