Age | Commit message (Expand) | Author |
2014-06-16 | Merge NetBSD commit: | Tobias Stoeckmann |
2014-06-14 | Avoid infinite loop if cluster chain is a cyclic list. | Tobias Stoeckmann |
2014-06-14 | Fix memory leaks in bootblock handling. | Tobias Stoeckmann |
2014-06-14 | Fix regression of 1.16: write fsinfo, not block into FSInfo region. | Tobias Stoeckmann |
2014-06-14 | Fix regression of 1.20 by properly incrementing pointer. | Tobias Stoeckmann |
2014-06-13 | Type cleanup: | Christian Weisgerber |
2014-06-10 | Fix off by one when writing FAT for FAT12 filesystems. | Tobias Stoeckmann |
2014-06-09 | Fix possible out of boundary access if filesystem is full or corrupt. | Tobias Stoeckmann |
2014-06-03 | Handle the event parameter of libevent callback function as a bit | YASUOKA Masahiko |
2014-05-31 | Oops. We're reporting DEV_BSIZE values in error messages, so call | Kenneth R Westerback |
2014-05-31 | Cast daddr_t variable (blkno) to (long long) when printing with %lld. | Kenneth R Westerback |
2014-05-31 | add -S to usage(); | Jason McIntyre |
2014-05-30 | Add option -S to have dump(8) only estimate backup size and number of tapes | Stephan A. Rickauer |
2014-05-30 | warnings warnings everywhere | Ted Unangst |
2014-05-30 | WARNING: Encrypted vnd is insecure. | Ted Unangst |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-27 | Where trying to pread() a single disk sector, the i/o must be for the | Kenneth R Westerback |
2014-05-24 | Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in | Kenneth R Westerback |
2014-05-24 | Break annoyingly long line that keeps popping up in diffs. | Kenneth R Westerback |
2014-05-24 | Use consistent format specifiers (%lld) and casts (long long) when | Kenneth R Westerback |
2014-05-24 | Don't potentially use stack garbage for e2d_type. Initialize | Kenneth R Westerback |
2014-05-23 | Make DEBUG a bit easier to use by calling setlogmask(LOG_UPTO(LOG_DEBUG)) | Kenneth R Westerback |
2014-05-23 | A #define to rename another #define which is then used only once introduces | Kenneth R Westerback |
2014-05-22 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |
2014-05-22 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |
2014-05-22 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace and break some long lines to shrink | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others. | Kenneth R Westerback |
2014-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2014-05-19 | Nuke some trailing whitespace that snuck in. | Kenneth R Westerback |
2014-05-19 | No point in trying to update the -L file on loss of link if no -L has | Kenneth R Westerback |
2014-05-18 | Don't add a lease to the leases TAILQ more than once. It tends to | Kenneth R Westerback |
2014-05-17 | When parsing a numerical value for the TOS bits, make sure that it | Alexander Bluhm |
2014-05-16 | Zero out grp before re-using it (new ones are already cleared by | Todd C. Miller |
2014-05-15 | - typo in comment | Charles Longeau |
2014-05-13 | We don't need no stinkin' 'extern long dev_bsize;'. At least not since | Kenneth R Westerback |
2014-05-13 | pass SA initiator not the exchange initator to sa_address(); ok mikeb@ | Markus Friedl |
2014-05-13 | Nuke another pointless dev_bsize variable always set to 512 and use | Kenneth R Westerback |
2014-05-13 | Since this is limited to ffs, use ufsinfo_t instead of ino_t. | Philip Guenther |
2014-05-12 | Remove useless dev_bsize variable and use DEV_BSIZE as needed. Divide | Kenneth R Westerback |
2014-05-12 | Don't exit on encountering RTM_NEWADDR or RTM_DELADDR routing messages | Kenneth R Westerback |
2014-05-12 | Since all static leases are in one file, /etc/dhclient.conf, there is no | Kenneth R Westerback |
2014-05-12 | No need for a dev_bsize variable that is always set to 512, | Kenneth R Westerback |
2014-05-12 | Make ifconfig do something intelligent based on the required length of | Bob Beck |
2014-05-11 | replace realloc(p, N * M) with reallocarray(p, N, M) and remove some | Alexander Hall |
2014-05-11 | struct direct's d_ino is no longer the same size as an ino_t, so copy it | Philip Guenther |