| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
| * | Update the libufs cgget() and cgput() interfaces to have a similar | Kirk McKusick | 2020-09-19 | 1 | -1/+1 |
| * | The libufs library needs to track and free the new fs_si structure | Kirk McKusick | 2020-06-23 | 1 | -1/+1 |
| * | Normally when an attempt is made to mount a UFS/FFS filesystem whose | Kirk McKusick | 2018-12-06 | 1 | -1/+1 |
| * | This change is some refactoring of Mark Johnston's changes in r329375 | Kirk McKusick | 2018-03-02 | 1 | -1/+0 |
| * | Fix a memory leak introduced in r328426. | Mark Johnston | 2018-02-16 | 1 | -0/+1 |
| * | In the sbwrite(3) function, ensure that the file descriptor has been | Kirk McKusick | 2018-02-02 | 1 | -0/+7 |
| * | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick | 2018-01-26 | 1 | -90/+121 |
| * | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 1 | -1/+3 |
| * | - Merge soft-updates journaling from projects/suj/head into head. This | Jeff Roberson | 2010-04-24 | 1 | -0/+50 |
| * | i doesn't need to be signed here, make it unsigned. | Warner Losh | 2010-02-11 | 1 | -1/+1 |
| * | Reduce diffs with code in Perforce: | Juli Mallett | 2003-06-09 | 1 | -6/+6 |
| * | Clean up error reporting in block.c, so that it gives honest error strings | Juli Mallett | 2003-02-19 | 1 | -4/+4 |
| * | If we don't know where the sblock is (e.g. filling out a blank disk), then | Juli Mallett | 2003-01-27 | 1 | -0/+4 |
| * | bwrite, not sbwrite, needs to open for writing and write. | Juli Mallett | 2003-01-23 | 1 | -10/+1 |
| * | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | Juli Mallett | 2003-01-18 | 1 | -12/+7 |
| * | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 1 | -1/+1 |
| * | Use an error message closer to old dumpfs(8) in the case of truncated/no | Juli Mallett | 2002-10-22 | 1 | -1/+1 |
| * | Add the concept of a per-disk error string, and a function which prints it | Juli Mallett | 2002-10-22 | 1 | -0/+5 |
| * | In getino, have our DEBUG message in the unhandled case mention that it | Juli Mallett | 2002-07-01 | 1 | -0/+2 |
| * | Add libufs, a library for dealing with UFS filesystems from userland to | Juli Mallett | 2002-07-01 | 1 | -0/+122 |