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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix the sense of the vn_isdisk() check.
phk
1999-09-01
1
-1
/
+1
*
Set the buffersize for non BSDFFS labeled partitions to
phk
1999-08-31
1
-4
/
+4
*
Make buffered acces to bdevs from userland controllable with
phk
1999-08-31
1
-8
/
+18
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-29
/
+30
*
Converted the silly SAFTEY option into a new-style option by renaming it to
bde
1999-08-30
2
-5
/
+4
*
Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf
bde
1999-08-29
2
-12
/
+11
*
Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG
bde
1999-08-29
3
-41
/
+43
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
92
-93
/
+93
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
2
-21
/
+4
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
3
-18
/
+6
*
Fix comment to match reality..
julian
1999-08-25
1
-1
/
+2
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
2
-4
/
+4
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-35
/
+1
*
Let processes retrieve their argv through procfs. Revert to the original
marcel
1999-08-19
1
-8
/
+41
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
1
-3
/
+3
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-3
/
+3
*
Add support for device drivers which want to track all open/close
phk
1999-08-13
1
-59
/
+18
*
Don't examine vp->v_tag (see comment in vnode.h)
phk
1999-08-13
1
-3
/
+2
*
Remove spec_getattr(), which as far as I can tell can never be called from th...
phk
1999-08-13
1
-3
/
+1
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
4
-19
/
+19
*
s/v_specinfo/v_rdev/
phk
1999-08-13
1
-6
/
+6
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
10
-25
/
+11
*
Fixed printf format errors (%qu -> %llu; the arg was already unsigned long
bde
1999-08-08
1
-5
/
+3
*
Fixed all printf format errors reported by gcc -Wformat on i386's:
bde
1999-08-08
1
-10
/
+16
*
The dev returned here is what is found in the st_dev field.
rvb
1999-08-02
1
-2
/
+3
*
Don't set DE_ACCESS for unsuccessful reads.
bde
1999-07-25
1
-8
/
+12
*
Remove the RCS "Log" and all the verbiage it has generated.
phk
1999-07-21
10
-1304
/
+12
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
1
-2
/
+1
*
Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.
phk
1999-07-20
1
-2
/
+28
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
1
-3
/
+3
*
Allow jailed proccesses to open non-process vnodes like the root of the fs.
phk
1999-07-09
1
-2
/
+2
*
Use %q rather than rolling a custom routine.
peter
1999-07-09
1
-51
/
+7
*
Support for i386 hardware breakpoints.
jlemon
1999-07-09
1
-0
/
+101
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
3
-3
/
+20
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
5
-13
/
+6
*
move <sys/systm.h> before <sys/buf.h>
peter
1999-07-01
1
-2
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
2
-8
/
+7
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
3
-115
/
+8
*
Eliminate the bogus procfs private almost struct dirent structure.
phk
1999-06-13
3
-43
/
+27
*
Remove an unused variable.
dt
1999-06-01
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
7
-25
/
+16
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Don't call calcru() on a swapped-out process. calcru() access p_stats, which
dt
1999-05-22
1
-16
/
+10
*
Driver is now ported to NetBSD.
semenu
1999-05-12
12
-116
/
+251
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
12
-26
/
+26
*
remove cast from dev_t to dev_t.
phk
1999-05-09
1
-2
/
+11
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
4
-31
/
+37
*
The lowercasing of Joliet filenames was not a feature.
dcs
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
3
-19
/
+19
[prev]
[next]