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
/
miscfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collect read and write counts for filesystems. This new code
mckusick
1999-12-01
1
-0
/
+21
*
Report swapdevices as cdevs rather than bdevs.
phk
1999-11-29
1
-0
/
+2
*
Add a sysctl to control if argv is disclosed to the world:
phk
1999-11-26
1
-1
/
+1
*
Introduce the new function
phk
1999-11-21
7
-20
/
+7
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
3
-4
/
+4
*
A process should be able to examine itself.
sef
1999-11-20
1
-2
/
+3
*
Get rid of calls to vfinddev() by ripping out code for vnode type
phk
1999-11-20
1
-26
/
+0
*
Get rid of calls to vfinddev() by doing like specfs.
phk
1999-11-20
1
-15
/
+7
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-1
/
+1
*
Fix an unused variable warning.
peter
1999-11-18
1
-1
/
+0
*
Fix a warning.
peter
1999-11-18
1
-0
/
+3
*
Make proc/*/cmdline use the cached argv if available.
phk
1999-11-17
1
-21
/
+31
*
The function `procfs_getattr()' in procfs doesn't set the value of
phk
1999-11-17
1
-0
/
+2
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
2
-10
/
+5
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-2
/
+1
*
Next step in the device cleanup process.
phk
1999-11-09
1
-321
/
+78
*
Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It
alc
1999-11-09
1
-1
/
+1
*
Oops, a bit too hasty there.
phk
1999-11-08
1
-3
/
+0
*
Various cleanups.
phk
1999-11-08
1
-27
/
+14
*
Explain why Warner is right, and I am wrong, in the removing of the
sef
1999-11-08
1
-0
/
+14
*
Update for fileops.fo_stat() addition. Note, this would panic if
peter
1999-11-08
1
-2
/
+3
*
Use vop_panic() instead of spec_badop().
phk
1999-11-07
1
-23
/
+11
*
Remove the iskmemdev() function. Make it the responsibility of the mem.c
phk
1999-11-07
2
-6
/
+2
*
Make an incredibly stupid change because Warner threatened to do it and
sef
1999-11-07
1
-1
/
+0
*
Remove specfs::vop_lookup() There is no code path which can call it.
phk
1999-11-01
1
-18
/
+0
*
useracc() the prequel:
phk
1999-10-29
5
-5
/
+0
*
A tentative agreement has been reached in regards to a procedure
dillon
1999-10-20
1
-7
/
+0
*
Change the default for the vfs.bdev_buffered sysctl to zero.
phk
1999-10-18
1
-1
/
+1
*
Add a couple of strategic KASSERTs
phk
1999-10-08
1
-0
/
+6
*
Add back sysctl vfs.enable_userblk_io
phk
1999-10-08
1
-0
/
+7
*
Warn once per driver about dev_t's not registered with make_dev().
phk
1999-10-04
1
-0
/
+9
*
Move the buffered read/write code out of spec_{read|write} and into
phk
1999-10-04
1
-181
/
+210
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
2
-6
/
+0
*
Remove v_maxio from struct vnode.
phk
1999-09-29
1
-7
/
+0
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-1
/
+1
*
Make sure file after VOP_OPEN is VMIO'd when transfering control from
dillon
1999-09-28
2
-4
/
+8
*
This is a major fixup of unionfs. At least 30 serious bugs have been
dillon
1999-09-26
4
-860
/
+1259
*
Remove a warning check which was too general.
phk
1999-09-25
1
-3
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-2
/
+2
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-7
/
+22
*
Kill the cdevsw->d_maxio field.
phk
1999-09-22
1
-8
/
+10
*
Fix handling of a device EOF that occurs in the middle of a block. The
dillon
1999-09-20
1
-7
/
+66
*
Step one of replacing devsw->d_maxio with si_bsize_max.
phk
1999-09-20
1
-3
/
+9
*
Add vfs.enable_userblk_io sysctl to control whether user reads and writes
dillon
1999-09-17
1
-4
/
+9
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
8
-15
/
+42
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-2
/
+8
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
7
-253
/
+39
*
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
bde
1999-09-04
4
-20
/
+14
*
Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTIC
bde
1999-09-04
2
-5
/
+3
*
Print out the device name when there is an uninitialised IO size or IO error
julian
1999-09-03
1
-2
/
+3
[next]