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
/
usr.sbin
/
makefs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
No need to check for NULL before free().
krw
1
-7
/
+4
2019-09-04
msdosfs: remove timezone support
cheloha
1
-9
/
+2
2018-11-20
unveil(2) boot images which are specified by -o option. Also exit
yasuoka
2
-4
/
+11
2018-09-24
unveil(2) is easy since this only uses one directory tree
deraadt
1
-1
/
+5
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
1
-2
/
+1
2017-11-07
Tweak the man page and warning message, revert the comma.
yasuoka
2
-5
/
+5
2017-11-02
Use emalloc, like in the rest of makefs
jca
1
-3
/
+3
2017-10-31
Add platform-id for EFI.
yasuoka
3
-8
/
+15
2017-10-31
Fix a bug which made the boot entries' order reverse, introduced at 1.8 on
yasuoka
1
-4
/
+5
2017-10-31
Initialize boot_catalog_entry's entry_type properly. This had been
yasuoka
1
-1
/
+5
2017-08-31
assorted warning fixes; ok millert@
otto
1
-2
/
+2
2017-04-09
Remove unused #define's and struct.
natano
1
-24
/
+1
2017-04-06
Remove the CD9660MAXPATH define. It was used to construct the path for
natano
3
-32
/
+27
2017-03-28
add missing braces around a multi line if statement
jsg
1
-2
/
+3
2017-03-23
Set the maximum value of the msdos options to the value of LLONG_MAX
patrick
1
-2
/
+2
2017-01-21
Use MD disklabel position.
natano
1
-2
/
+2
2016-12-17
While here nuke some more annoying whitespace nits.
krw
7
-45
/
+45
2016-12-17
While here nuke some more annoying whitespace nits.
krw
4
-14
/
+14
2016-12-17
While here nuke some more annoying whitespace nits.
krw
5
-15
/
+15
2016-12-17
While here nuke some more annoying whitespace nits.
krw
1
-2
/
+2
2016-12-17
While here nuke some more annoying whitespace nits.
krw
7
-28
/
+28
2016-12-17
Nuke unused variable and some extra whitespace.
krw
1
-9
/
+9
2016-11-26
Avoid NULL pointer dereference in cd9660.
natano
1
-3
/
+3
2016-11-14
disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either.
natano
1
-6
/
+2
2016-11-13
Pick up the FS image size, the sector size and the bsize and fsize
natano
3
-20
/
+49
2016-11-11
Clean up FFS option handling somewhat; no functional change.
natano
3
-22
/
+11
2016-11-11
Optimize for space by default.
natano
2
-6
/
+5
2016-11-10
Sync bsize and fsize defaults with newfs.
natano
1
-3
/
+3
2016-11-10
Remove the unused cpg field from ffs_opt_t.
natano
2
-7
/
+2
2016-11-08
Respect -Ooffset for the disklabel location.
natano
1
-2
/
+2
2016-11-08
Describe -o disklabel=name.
natano
1
-2
/
+7
2016-11-08
Add a disklabel option that creates a disklabel with the info provided
natano
2
-3
/
+63
2016-11-08
pledge for "stdio rpath wpath cpath" promises since it only needs to
mestre
1
-1
/
+4
2016-11-06
Remove unused fields from ffs_opt_t.
natano
2
-18
/
+2
2016-10-26
s/EXIT_FAILURE/1/
natano
8
-40
/
+36
2016-10-26
mac68k is discontinued
natano
2
-6
/
+4
2016-10-26
Add the omit-trailing-period cd9660 option to the manual.
natano
1
-3
/
+3
2016-10-26
Remove cd9660's chrp-boot option. deraadt confirmed we don't support any
natano
4
-19
/
+5
2016-10-26
Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options.
natano
1
-2
/
+2
2016-10-26
Remove FS-specific option descriptions from the source code. We have a
natano
8
-134
/
+82
2016-10-25
convert usage() to just spit out the normal options list,
jmc
1
-16
/
+7
2016-10-24
document the options for msdos systems; help/ok natano
jmc
1
-5
/
+57
2016-10-23
No verbose flag for cd9660.
natano
5
-115
/
+7
2016-10-23
Remove the msdos no_create option.
natano
2
-135
/
+129
2016-10-23
Remove cd9660's keep-bad-images option.
natano
4
-13
/
+6
2016-10-23
Remove short option names for -o.
natano
6
-170
/
+137
2016-10-22
Dedup msdosfs/{bootsect.h,bpb.h}.
natano
7
-299
/
+11
2016-10-22
-#include <stdbool.h>
natano
4
-16
/
+13
2016-10-22
various cleanup; ok natano
jmc
1
-47
/
+29
2016-10-22
Get rid of remaining FFS byteswap function stubs.
natano
7
-111
/
+47
[next]