index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
2
-20
/
+23
*
Support full-precision file timestamps. Until now, only the seconds
jdp
1999-08-22
1
-10
/
+19
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
1
-2
/
+2
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-9
/
+7
*
Move the special-casing of stat(2)->st_blksize for device files
phk
1999-08-13
1
-15
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
2
-12
/
+12
*
s/v_specinfo/v_rdev/
phk
1999-08-13
1
-4
/
+4
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
6
-15
/
+10
*
Move the memory access behavior information provided by madvise
alc
1999-08-01
1
-5
/
+4
*
Fixed access timestamp bugs:
bde
1999-07-25
1
-5
/
+17
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
1
-3
/
+26
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
1
-2
/
+2
*
Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has
mckusick
1999-07-13
6
-37
/
+47
*
Use the fsid from the superblock, unless it looks bogus or has already
phk
1999-07-11
1
-6
/
+6
*
These changes appear to give us benefits with both small (32MB) and
mckusick
1999-07-08
1
-4
/
+8
*
Add $Id$
roberto
1999-07-07
1
-0
/
+1
*
Update pathnames for new location of soft-updates sources.
jdp
1999-07-03
1
-4
/
+4
*
No longer need to set B_ASYNC flag since BUF_KERNPROC now
mckusick
1999-06-29
1
-2
/
+1
*
Keep the inlines for <sys/buf.h> happy..
peter
1999-06-27
1
-3
/
+3
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
4
-22
/
+28
*
On our final pass through ffs_fsync, do all I/O synchronously so that
mckusick
1999-06-18
1
-7
/
+8
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
3
-18
/
+20
*
Get rid of the global variable rushjob and replace it with a function in
mckusick
1999-06-15
1
-41
/
+45
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
- Back out Luoqi's cdevsw stuff. It panics on my system and is not required.
jb
1999-05-24
1
-7
/
+10
*
Cosmetic changes to make it compile without errors in gcc -Wall
julian
1999-05-22
1
-10
/
+17
*
Legally acquire a major number for mfs.
luoqi
1999-05-14
1
-2
/
+7
*
Add a hook to ffs_fsync to allow soft updates to get first chance at doing
mckusick
1999-05-14
4
-30
/
+113
*
Try and fix a dev_t/major/minor etc nit.
peter
1999-05-12
1
-3
/
+3
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
3
-7
/
+7
*
Fixed disordering in previous 2 commits.
bde
1999-05-11
1
-3
/
+3
*
Move the mfs_getimage() prototype to mfs_extern.h duplicating it
peter
1999-05-10
2
-4
/
+3
*
Put back changes that might be causing trouble on Alpha.
mckusick
1999-05-09
1
-3
/
+5
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
2
-12
/
+12
*
Continue where Julian left off in July 1998:
phk
1999-05-07
2
-12
/
+12
*
Whitespace cleanup.
mckusick
1999-05-07
1
-2
/
+2
*
Get rid of random debugging cruft; sync up with latest version.
mckusick
1999-05-07
1
-38
/
+10
*
Severe slowdowns have been reported when creating or removing many
mckusick
1999-05-07
1
-108
/
+290
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
3
-3
/
+8
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
2
-8
/
+8
*
Simplify the tunefs example, since tunefs uses getfsfile(). Lots of
msmith
1999-04-27
1
-3
/
+3
*
Suser() simplification:
phk
1999-04-27
2
-8
/
+8
*
Change type of a variable from u_int to size_t, so that pointer to it may be
dt
1999-04-21
1
-2
/
+2
*
Correct typo in panic message
eivind
1999-04-11
1
-2
/
+2
*
Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
Catch a case spotted by Tor where files mmapped could leave garbage in the
julian
1999-04-05
1
-6
/
+17
*
There's not much point in the EXPORTMFS #ifdef. I've had this sitting
peter
1999-04-05
1
-3
/
+1
*
Stop the mfs from trying to swap out crucial bits of the mfs
julian
1999-03-12
1
-7
/
+7
*
Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including
bde
1999-03-06
1
-1
/
+2
[next]