Age | Commit message (Expand) | Author |
2015-09-01 | a white space krw could not see | Theo de Raadt |
2015-09-01 | 'bogous' is bogus spelling of 'bogus' in debug message. | Kenneth R Westerback |
2015-09-01 | Missing letoh64() when checking value of gh_lba_alt. | Kenneth R Westerback |
2015-08-31 | Abstract 5 identical code blocks into a readdisksector() function. | Kenneth R Westerback |
2015-08-31 | Rejig the the expression calculating of the address of the disk | Kenneth R Westerback |
2015-08-30 | In readgptlabel() avoid pointless conversions from sector counts | Kenneth R Westerback |
2015-08-30 | Eliminate a couple of extraneous DL_SECTOBLK() calls. | Kenneth R Westerback |
2015-08-29 | In readgptlabel() the block offsets of the GPT header and GPT partition | Kenneth R Westerback |
2015-08-28 | Move label 'offset' calculation out of the buf setup logic and | Kenneth R Westerback |
2015-08-28 | Rename 'part_blkno' to 'sector' as it has not held DEV_BSIZE values in | Kenneth R Westerback |
2015-08-26 | Enhance setdisklabel() to ensure that the disk size and 'C' | Kenneth R Westerback |
2015-08-24 | Fix GPT code to work with non-DEV_BSIZE disks. | Kenneth R Westerback |
2015-08-12 | Remove last two 'uses' of d_subtype in tree. No point in setting | Kenneth R Westerback |
2015-07-29 | Zap a couple of extra blank lines that keep showing up in diffs I'm | Kenneth R Westerback |
2015-07-28 | Convert sectors to DEV_BSIZE block values were necessary to find, | Kenneth R Westerback |
2015-07-26 | Always initialize the b_error field and B_ERROR flag before using | Kenneth R Westerback |
2015-07-23 | Revert attempted GPT code cleanup. Too much code, too little testing. | Kenneth R Westerback |
2015-05-09 | Cleanup/rejig GPT code to be more readable, support different endian | Kenneth R Westerback |
2015-03-15 | Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPT | Kenneth R Westerback |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-30 | Rework disklabel reading taskq to plug holes pointed out by jsing@. | Kenneth R Westerback |
2014-12-28 | Replace last workq in tree (reading disklabels from newly attached | Kenneth R Westerback |
2014-12-20 | Zap a sneaky trailing blank that was hiding in plain view. | Kenneth R Westerback |
2014-12-20 | Zap local variable that shadows another local variable. Fixes a panic caused | Mark Kettenis |
2014-12-20 | Zap a bunch of leading/trailing whitespace. | Kenneth R Westerback |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-11-03 | correct test logic. ok guenther | Ted Unangst |
2014-11-03 | deobfuscate by pulling le conversions up. use mallocarray. | Ted Unangst |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-08-30 | Recognize EFI protective and system partitions. Do not put disklabel entries | Miod Vallat |
2014-07-13 | Initial support to read GPT partition tables in the kernel, if option GPT. | Miod Vallat |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Remove the temporary dospartoff work around. | Joel Sing |
2014-07-11 | reboot(9): Add MI reboot entry function | Masao Uebayashi |
2014-07-02 | this doesnt talk to uvm directly, so doesnt need uvm_extern.h | David Gwynne |
2014-01-24 | When a disklabel is read from a MBR partitioned disk, don't | Kenneth R Westerback |
2014-01-23 | Delete spurious if statement. | Kenneth R Westerback |
2014-01-22 | Write disklabel in correct spot on devices with non-512-byte sectors. | Kenneth R Westerback |
2014-01-21 | bzero -> memset | Ted Unangst |
2013-11-20 | now that all the direct users of disksort have been removed, we can now | David Gwynne |
2013-11-18 | panic expects a format string | Theo de Raadt |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-20 | KNF a long line. | Kenneth R Westerback |
2013-10-19 | Use daddr_t * instead of int * for the partoffp parameter to | Kenneth R Westerback |
2013-10-14 | Display correct values (i.e. blocks where blocks are meant) in | Kenneth R Westerback |
2013-10-07 | disk sizes, partition sizes and partition offsets are u_int64_t | Kenneth R Westerback |
2013-09-03 | When a partition is changing to UNUSED, we try to save kernel-set | Kenneth R Westerback |
2013-08-08 | Uncomment kprintf format attributes for sys/kern | Sylvestre Gallon |