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
/
ffs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
While here nuke some more annoying whitespace nits.
krw
2016-12-17
4
-14
/
+14
*
Clean up FFS option handling somewhat; no functional change.
natano
2016-11-11
1
-2
/
+2
*
s/EXIT_FAILURE/1/
natano
2016-10-26
3
-18
/
+17
*
Get rid of remaining FFS byteswap function stubs.
natano
2016-10-22
6
-94
/
+34
*
Remove huge amounts of debug code, that make the code nearly unreadable.
natano
2016-10-22
2
-23
/
+4
*
s/panic/errx/ This is userland.
natano
2016-10-22
2
-12
/
+7
*
Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>
natano
2016-10-22
9
-1237
/
+185
*
Remove unused code for 4.3BSD format filesystems.
natano
2016-10-22
1
-12
/
+7
*
Avoid writing pointers to the disk (image).
natano
2016-10-22
1
-1
/
+7
*
Use the superblock passed to ffs_write_superblock() instead of referring
natano
2016-10-21
1
-2
/
+2
*
Remove the superfluous 'sbsize' variable & s/sbsize/SBLOCKSIZE/.
natano
2016-10-21
1
-7
/
+5
*
whitespace; no functional change
natano
2016-10-21
1
-2
/
+2
*
Merge ufs/{ufs,ffs}/ into ffs/.
natano
2016-10-18
10
-16
/
+1468
*
Dedup ffs_extern.h.
natano
2016-10-17
1
-8
/
+2
*
mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
tedu
2016-10-17
6
-34
/
+34
*
we're not going to be using kauth_creds
tedu
2016-10-16
1
-2
/
+1
*
remove swapping add macros
tedu
2016-10-16
1
-7
/
+7
*
another round of deswapping
tedu
2016-10-16
2
-47
/
+42
*
remove some byte swapping code from the top end
tedu
2016-10-16
1
-12
/
+2
*
Add OpenBSD RCS tags; reminded by tb
natano
2016-10-16
9
-0
/
+9
*
Unused includes, as reported by include-what-you-use from ports.
natano
2016-10-16
2
-9
/
+0
*
Remove some unused functions. Found by cppcheck from ports.
natano
2016-10-16
2
-100
/
+0
*
Import makefs - a tool to create filesystem images from a directory.
natano
2016-10-16
9
-0
/
+2671