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
/
sbin
/
pdisk
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-31
Allow sbBlkCount to be less than the number of physical sectors on the
krw
1
-4
/
+4
2019-01-17
use $OpenBSD marker
tedu
1
-1
/
+1
2016-05-28
Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is
tb
1
-11
/
+1
2016-04-27
Tweak command line processing vs pledge logic to make things nicer. No
krw
1
-4
/
+6
2016-03-09
Accept only character special devices rather than generating a core
krw
1
-4
/
+3
2016-02-23
A disk name of /dev/wd0c doesn't work. Correct verbiage and example.
krw
1
-7
/
+7
2016-02-23
Fix display of pdisk partition sizes by casting the 32-bit number
krw
1
-4
/
+4
2016-02-02
Pledge, based on what's done in fdisk.
krw
1
-2
/
+18
2016-02-01
Use printf("%s",prompt) rather than printf(prompt) just for paranoia's
krw
1
-7
/
+7
2016-02-01
Un-shorten some lines that don't need breaking anymore. Remove a couple of
krw
1
-50
/
+42
2016-01-31
Nuke pointless map field 'physical_block' and just use 'sbBlkSize' which is
krw
4
-13
/
+9
2016-01-31
Nuke djust_value_and_compute_prefix() and use fmt_scaled() to display
krw
1
-50
/
+19
2016-01-31
Use delete_entry()/create_entry() in delete_partition_from_map() instead of
krw
1
-7
/
+10
2016-01-31
Fold add_data_to_map() into create_entry() as the former is always called
krw
1
-37
/
+24
2016-01-31
Don't use add_data_to_map() when reading from disk, since it resets some
krw
1
-5
/
+22
2016-01-31
Just call contains_driver() when you need to know rather than carrying a
krw
3
-14
/
+9
2016-01-31
Move dump_block() declaration from io.h to io.c since it is not
krw
3
-6
/
+4
2016-01-31
Apple sets lblock_start and lblocks to 0 in free space entries. Do
krw
2
-19
/
+11
2016-01-30
Zap a couple of declarations for non-existant variable and function.
krw
1
-3
/
+1
2016-01-30
Another to the attic.
krw
1
-50
/
+0
2016-01-30
Move last three lines (#define's) from dpme.h to partition_map.h and
krw
6
-12
/
+15
2016-01-30
Fold struct dpme into struct entry. Same reasons as for folding
krw
7
-346
/
+318
2016-01-30
Refactor add_partition_to_map() to be simpler if perhaps less
krw
1
-70
/
+59
2016-01-30
There is not much to do if we run out of memory, so simply exit if
krw
2
-67
/
+48
2016-01-29
Fold struct block0 into struct partition map. There can be only one
krw
6
-183
/
+139
2016-01-29
Add do_dump_map() to make command processing more consistent. Pass
krw
1
-3
/
+12
2016-01-29
Base 10 should be enough for anybody! Allowing hex and octal number
krw
1
-37
/
+21
2016-01-29
Warn of partitions extending past the end of the media.
krw
1
-1
/
+7
2016-01-29
Tweak printing of partitions. Always show the pblock info in the
krw
1
-25
/
+7
2016-01-29
Shorter names means a few whitespace adjustments.
krw
3
-23
/
+18
2016-01-29
Rename struct partition_map_header to struct partition_map. No change to
krw
5
-92
/
+92
2016-01-29
Rename struct partition_map to struct entry. No change to .o files.
krw
3
-61
/
+61
2016-01-29
Conform to Apple Mac OS X's behaviour of setting dpme_flags on free
krw
1
-9
/
+9
2016-01-29
Conform to Apple Mac OS X's behaviour of not giving 'Apple_Free'
krw
1
-8
/
+2
2016-01-28
Flip base_order to a LIST().
krw
2
-62
/
+41
2016-01-28
Delete a bunch of Morris dancing in delete_partition_from_map().
krw
1
-27
/
+16
2016-01-28
Hand rolled lists suck. First, replace disk_order with an LIST.
krw
4
-80
/
+43
2016-01-28
Oops. Deleted one too many lines. Need to advance pointer when traversing
krw
1
-1
/
+2
2016-01-28
When adding a new partition to the map, use only existing mapped
krw
1
-47
/
+2
2016-01-28
Since we don't allow maps to be created or opened with an invalid
krw
2
-17
/
+5
2016-01-28
Use consistent 'return' idiom -- no parenthesis since that was the style
krw
4
-14
/
+14
2016-01-28
more tweaks; ok krw
jmc
1
-4
/
+7
2016-01-28
Tweak verbiage for 'r' (reorder) command.
krw
2
-5
/
+6
2016-01-28
Make 'r' (reorder, a.k.a. swap) command work with any two existing
krw
1
-12
/
+31
2016-01-27
Traverse next_by_base when checking maps coverage, not next_on_disk!
krw
1
-4
/
+4
2016-01-27
No need to copy dmpe_name to a buffer before printing it.
krw
1
-10
/
+3
2016-01-27
Clear out some repetitive and pointless verbiage. Shuffle other
krw
1
-41
/
+22
2016-01-27
Tweak some verbiage.
krw
2
-10
/
+10
2016-01-27
make sure to check malloc(3) return pointer against NULL.
gsoares
1
-1
/
+3
2016-01-27
tweak previous; ok krw
jmc
1
-1
/
+2
[next]