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
/
fsirand
/
fsirand.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
-2
/
+3
*
Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so will
otto
2020-02-17
1
-1
/
+10
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-8
/
+8
*
I am retiring my old email address; replace it with my OpenBSD one.
millert
2019-01-25
1
-2
/
+2
*
Convert %q to %ll. Cast off_t to long long for printf-style args.
guenther
2016-08-14
1
-20
/
+21
*
Fix a pledge abort that can be triggered by using DIOCGDINFO on a file
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
/
+4
*
opendev() should not use OPENDEV_PART; ok millert
deraadt
2015-11-18
1
-2
/
+2
*
After the filesystem is opened, pledge "stdio"
deraadt
2015-10-11
1
-1
/
+4
*
Fix cut & pasto in warning message; from Andre Smagin
millert
2015-03-20
1
-2
/
+2
*
When getopt processing flags, many should be flag=1 instead of flag++
deraadt
2015-02-07
1
-4
/
+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
/
+2
*
slightly more complicated reallocarray conversion. always realloc* rather
deraadt
2014-10-11
1
-14
/
+10
*
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
deraadt
2013-06-11
1
-2
/
+2
*
handle big ino_t
deraadt
2013-04-23
1
-2
/
+3
*
handle time_t which is not u_int32_t
deraadt
2013-04-02
1
-3
/
+5
*
dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
dlg
2010-05-18
1
-1
/
+2
*
convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib
deraadt
2007-06-01
1
-2
/
+2
*
Bits to make fsirand grok FFS2, okay millert@
pedro
2007-03-19
1
-23
/
+58
*
simplify synopsis and usage(); from Igor Sobrado
jmc
2007-02-20
1
-3
/
+3
*
remove unused variable
deraadt
2004-09-14
1
-4
/
+3
*
spacing
deraadt
2004-08-08
1
-3
/
+3
*
realloc fixes; ok ho
deraadt
2003-09-24
1
-3
/
+6
*
rename struct dinode to ufs1_dinode. clears the namespace and makes
tedu
2003-08-25
1
-4
/
+4
*
Sync with share/misc/license.template and add missing DARPA credit
millert
2003-06-17
1
-9
/
+9
*
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
2003-06-03
1
-23
/
+12
*
ansi
deraadt
2002-07-03
1
-18
/
+16
*
rm trailing whitespace
todd
2002-06-09
1
-4
/
+4
*
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
*
Remove the advertising clause in my old license, it impedes free use
millert
1998-06-21
1
-6
/
+3
*
Fix backup sblock sanity checking for real.
millert
1998-01-22
1
-8
/
+7
*
Fix sanity check of backup sblocks as well as error message.
millert
1998-01-22
1
-5
/
+5
*
Add extra off_t casts for paranoia and because I don't have a large
millert
1997-08-11
1
-8
/
+8
*
Slightly more sane rlimit usage.
millert
1997-02-28
1
-8
/
+9
*
Use rlimit to set datasize to max.
millert
1997-02-22
1
-2
/
+11
*
We now has fs_id in struct fs.
millert
1997-02-11
1
-6
/
+2
*
Fix casts to off_t, problem noted and fixed by Theo.
millert
1997-02-09
1
-10
/
+10
*
Get block size from disklabel.
millert
1997-02-09
1
-42
/
+145
*
Only print the partition if doing multiple devices.
millert
1997-01-28
1
-3
/
+4
*
Revert back to old fsirand but do things a cylinder group at a time
millert
1997-01-28
1
-74
/
+69
*
Faster fsirand based in part on code from fsck_ffs.
millert
1997-01-27
1
-32
/
+67
*
ffs inode randomizer
millert
1997-01-26
1
-0
/
+155