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
/
dumpfs
/
dumpfs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
With filesystem having many cylinder groups and many inodes per cg the
otto
2020-06-20
1
-21
/
+22
*
Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so will
otto
2020-02-17
1
-1
/
+3
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
Use pledge "disklabel" as needed. The theory here is these tools become more
deraadt
2015-11-23
1
-1
/
+4
*
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
deraadt
2015-01-20
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+5
*
Nuke another pointless dev_bsize variable always set to 512 and use
krw
2014-05-13
1
-6
/
+3
*
Use a time_t variable with ctime()
guenther
2013-04-02
1
-2
/
+2
*
switch open(...) to opendev(...)
halex
2011-02-28
1
-3
/
+4
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@
pedro
2008-08-19
1
-3
/
+4
*
fix generated size for -m; bug report by Peter J. Philipp; ok millert@
otto
2008-06-08
1
-3
/
+3
*
pick the right csaddr when dumping cgs. Makes FFS2 dumps work much better
otto
2008-01-22
1
-3
/
+3
*
Use SBLOCKSEARCH[] to find the superblock. OK pedro@
millert
2007-05-21
1
-18
/
+14
*
Add support for ffs2 and a new flag, -m, which will output a
millert
2007-05-05
1
-129
/
+280
*
teach dumpfs about the 'updated' flag; ok pedro@
otto
2007-04-19
1
-5
/
+8
*
Add FFS2 fields to the superblock, change file system tools to keep
pedro
2007-03-19
1
-14
/
+14
*
Remove option -n from newfs as well as all references to fs_postbl()
pedro
2006-03-09
1
-25
/
+3
*
ansi
deraadt
2003-06-25
1
-14
/
+7
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
bogus ; outside of function
deraadt
2002-09-06
1
-4
/
+4
*
rm trailing whitespace
todd
2002-06-09
1
-3
/
+3
*
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
-6
/
+6
*
remove unused variable; csapuntz ok
deraadt
2001-12-01
1
-3
/
+3
*
kill more registers;
mpech
2001-11-05
1
-6
/
+6
*
Fix overflow in superblock. From FreeBSD.
gluk
2001-04-13
1
-4
/
+4
*
print out fs_flags fields; mpp@freebsd
deraadt
1999-07-18
1
-2
/
+13
*
handle truncated superblock read; rnordier@freebsd
deraadt
1998-04-25
1
-3
/
+10
*
Say "soft updates" when FS_DOSOFTDEP is set in superblock, could look nicer.
millert
1997-11-13
1
-6
/
+6
*
print fs_maxfilesize; bde@freebsd
deraadt
1997-06-30
1
-4
/
+4
*
lukem: Determine filesystem level (ref: fsck_ffs(8) -c ...) and display it.
deraadt
1997-05-31
1
-6
/
+19
*
Remove occurences of headswitch and trackseek, they no longer
millert
1997-02-11
1
-4
/
+3
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
sync with netbsd
deraadt
1996-01-11
1
-5
/
+5
*
lseek botch repair; from tegge@idt.unit.no; netbsd pr#1768
deraadt
1995-11-20
1
-3
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+330