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
/
msdos
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
msdosfs: remove timezone support
cheloha
2019-09-04
1
-9
/
+2
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-2
/
+1
*
Use emalloc, like in the rest of makefs
jca
2017-11-02
1
-3
/
+3
*
assorted warning fixes; ok millert@
otto
2017-08-31
1
-2
/
+2
*
add missing braces around a multi line if statement
jsg
2017-03-28
1
-2
/
+3
*
While here nuke some more annoying whitespace nits.
krw
2016-12-17
7
-45
/
+45
*
Remove FS-specific option descriptions from the source code. We have a
natano
2016-10-26
1
-24
/
+24
*
No verbose flag for cd9660.
natano
2016-10-23
1
-2
/
+1
*
Remove the msdos no_create option.
natano
2016-10-23
2
-135
/
+129
*
Remove short option names for -o.
natano
2016-10-23
1
-25
/
+25
*
Dedup msdosfs/{bootsect.h,bpb.h}.
natano
2016-10-22
7
-299
/
+11
*
-#include <stdbool.h>
natano
2016-10-22
1
-3
/
+3
*
Remove huge amounts of debug code, that make the code nearly unreadable.
natano
2016-10-22
1
-26
/
+1
*
Merge fs/msdosfs/ and newfs_msdos/ into msdos/.
natano
2016-10-18
15
-23
/
+5043
*
unused variables
natano
2016-10-17
1
-3
/
+2
*
makefs doesn't care about quotas.
natano
2016-10-17
1
-9
/
+1
*
mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
tedu
2016-10-17
3
-26
/
+26
*
we're not going to be using kauth_creds
tedu
2016-10-16
2
-7
/
+7
*
remove GEMDOS code
tedu
2016-10-16
1
-80
/
+20
*
Add OpenBSD RCS tags; reminded by tb
natano
2016-10-16
3
-0
/
+4
*
Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-down
natano
2016-10-16
2
-13
/
+17
*
Import makefs - a tool to create filesystem images from a directory.
natano
2016-10-16
3
-0
/
+1411