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
/
fsck_msdos
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unveil(2). These programs fit together in various strange ways,
deraadt
2018-09-24
1
-1
/
+3
*
Another misplaced pledge disklabel that needs to be removed because of
tb
2016-05-28
1
-4
/
+1
*
Use pledge "disklabel" as needed. The theory here is these tools become more
deraadt
2015-11-23
1
-1
/
+5
*
Only accept one filesystem/device as argument for checking. Few people
deraadt
2015-10-14
1
-11
/
+5
*
Mark ask() as printf-like; split up a pwarn() with variable number of specifiers
guenther
2015-09-27
1
-2
/
+1
*
Merge NetBSD commit:
tobias
2014-06-16
1
-8
/
+1
*
Make fsck_msdos work with non-512-byte sector devices. Problem noted
krw
2012-03-31
1
-2
/
+2
*
Print the real device name followed by the disklabel UID in parenthesis
jsing
2010-08-12
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
when asking y or n, accept "F" which forces yes from the on. i have
deraadt
2006-03-30
1
-3
/
+7
*
sync usage output
jaredy
2005-02-03
1
-3
/
+3
*
some ansi; khalek@linuxgamers.net
deraadt
2004-07-17
1
-6
/
+4
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-17
/
+2
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-4
/
+4
*
make sure that va_start() has matching va_end()
deraadt
2001-09-05
1
-2
/
+3
*
remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)
deraadt
2000-01-22
1
-3
/
+2
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-5
/
+5
*
Update based on latest NetBSD version.
millert
1997-03-02
1
-95
/
+21
*
Add -f to getopt() -- that'll teach me to test first.
millert
1997-02-28
1
-3
/
+3
*
Silently ignore -f so that "fsck -f" works if you have an msdos
millert
1997-02-28
1
-2
/
+5
*
getopt(3) returns -1 when out of args, not EOF, whee!
millert
1997-01-15
1
-3
/
+3
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
from ws;
deraadt
1996-06-10
1
-22
/
+2
*
add fsck_msdos
deraadt
1996-05-22
1
-0
/
+252