index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_disk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't immediately try to checksum the GPT header using the size
krw
2015-09-25
1
-15
/
+10
*
Move declaration of readdisksector() to disklabel.h. This makes it
krw
2015-09-24
1
-3
/
+1
*
A couple of missing letoh32() conversions of GPT header fields in
krw
2015-09-24
1
-3
/
+4
*
Unbeak boot from GPT partition. Reported by Henrik Friedrichsen.
yasuoka
2015-09-15
1
-2
/
+2
*
Move prototype for spoofgptlabel() from disklabel.h to subr_disk.c.
krw
2015-09-13
1
-1
/
+2
*
Rename readgptlabel() to spoofgptlabel() because that's what we
krw
2015-09-13
1
-63
/
+39
*
Hoist all the GPT header checks into gpt_chk_header(). Tweak remaining
krw
2015-09-11
1
-60
/
+64
*
Move all prototypes of gpt helper functions to top of file. Rename
krw
2015-09-11
1
-7
/
+7
*
Shuffle some variables around, add a couple, and eliminate hordes
krw
2015-09-11
1
-16
/
+20
*
Move initialization of count of spoofed GPT partitions closer
krw
2015-09-11
1
-2
/
+3
*
GPT partitions cannot start at offset 0. Eliminate the variable
krw
2015-09-11
1
-11
/
+10
*
KNF shuffling of local declarations in readgptlabel().
krw
2015-09-11
1
-9
/
+6
*
readgptlabel() is called from readdoslabel() so there is no need
krw
2015-09-11
1
-6
/
+1
*
Spoof EFI SYSTEM GPT partitions as MSDOS partitions. As is done
krw
2015-09-11
1
-2
/
+6
*
Eliminate use-once variable in readgptlabel() and just use the
krw
2015-09-11
1
-4
/
+2
*
Don't spoof GPT OpenBSD partitions. Simply record and use the first one
krw
2015-09-11
1
-2
/
+4
*
Now that the GPT code tries really hard not to get in the way and
krw
2015-09-10
1
-11
/
+1
*
Call readgptlabel() from readdoslabel() instead of MD readdisklabel().
krw
2015-09-10
1
-1
/
+59
*
Don't stop spoofing GPT partitions when the OpenBSD partition is
krw
2015-09-10
1
-4
/
+3
*
No need to set d_npartitions in readdoslabel() or readgptlabel().
krw
2015-09-09
1
-9
/
+1
*
a white space krw could not see
deraadt
2015-09-01
1
-2
/
+2
*
'bogous' is bogus spelling of 'bogus' in debug message.
krw
2015-09-01
1
-2
/
+2
*
Missing letoh64() when checking value of gh_lba_alt.
krw
2015-09-01
1
-2
/
+2
*
Abstract 5 identical code blocks into a readdisksector() function.
krw
2015-08-31
1
-42
/
+31
*
Rejig the the expression calculating of the address of the disk
krw
2015-08-31
1
-5
/
+5
*
In readgptlabel() avoid pointless conversions from sector counts
krw
2015-08-30
1
-9
/
+7
*
Eliminate a couple of extraneous DL_SECTOBLK() calls.
krw
2015-08-30
1
-5
/
+3
*
In readgptlabel() the block offsets of the GPT header and GPT partition
krw
2015-08-29
1
-5
/
+3
*
Move label 'offset' calculation out of the buf setup logic and
krw
2015-08-28
1
-5
/
+5
*
Rename 'part_blkno' to 'sector' as it has not held DEV_BSIZE values in
krw
2015-08-28
1
-11
/
+11
*
Enhance setdisklabel() to ensure that the disk size and 'C'
krw
2015-08-26
1
-1
/
+7
*
Fix GPT code to work with non-DEV_BSIZE disks.
krw
2015-08-24
1
-21
/
+17
*
Remove last two 'uses' of d_subtype in tree. No point in setting
krw
2015-08-12
1
-2
/
+1
*
Zap a couple of extra blank lines that keep showing up in diffs I'm
krw
2015-07-29
1
-3
/
+1
*
Convert sectors to DEV_BSIZE block values were necessary to find,
krw
2015-07-28
1
-7
/
+11
*
Always initialize the b_error field and B_ERROR flag before using
krw
2015-07-26
1
-3
/
+5
*
Revert attempted GPT code cleanup. Too much code, too little testing.
krw
2015-07-23
1
-253
/
+192
*
Cleanup/rejig GPT code to be more readable, support different endian
krw
2015-05-09
1
-192
/
+253
*
Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPT
krw
2015-03-15
1
-1
/
+5
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
remove the second void * argument on tasks.
dlg
2015-01-27
1
-4
/
+4
*
Rework disklabel reading taskq to plug holes pointed out by jsing@.
krw
2014-12-30
1
-28
/
+34
*
Replace last workq in tree (reading disklabels from newly attached
krw
2014-12-28
1
-23
/
+25
*
Zap a sneaky trailing blank that was hiding in plain view.
krw
2014-12-20
1
-2
/
+2
*
Zap local variable that shadows another local variable. Fixes a panic caused
kettenis
2014-12-20
1
-2
/
+1
*
Zap a bunch of leading/trailing whitespace.
krw
2014-12-20
1
-10
/
+10
*
primary change: move uvm_vnode out of vnode, keeping only a pointer.
tedu
2014-12-16
1
-5
/
+5
*
correct test logic. ok guenther
tedu
2014-11-03
1
-2
/
+2
*
deobfuscate by pulling le conversions up. use mallocarray.
tedu
2014-11-03
1
-8
/
+16
*
pass size argument to free()
deraadt
2014-11-03
1
-2
/
+2
[next]