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
*
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
*
Add a catchall to set default blocksize values for disk like devices.
julian
1999-09-03
1
-5
/
+13
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-44
/
+33
*
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
2
-211
/
+36
*
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
*
Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printf
bde
1999-08-29
2
-30
/
+31
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
44
-45
/
+45
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
2
-18
/
+5
*
Make a place to store the devfs hook for the block device, as the same
julian
1999-08-25
1
-3
/
+2
*
Make DEVFS use PHK's specinfo struct as the source of dev_t and devsw.
julian
1999-08-25
3
-128
/
+120
*
Make DEVFS ops reflect some of the changes that have recently occured in the
julian
1999-08-25
1
-60
/
+173
*
Fix comment to match reality..
julian
1999-08-25
1
-1
/
+2
*
Devfs now adds itself to the hook that PHK supplies.
julian
1999-08-24
1
-1
/
+21
*
Let processes retrieve their argv through procfs. Revert to the original
marcel
1999-08-19
1
-8
/
+41
*
Remove an unused variable.
billf
1999-08-17
1
-2
/
+1
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
2
-6
/
+6
*
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
*
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
2
-11
/
+11
*
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
3
-81
/
+2
*
Fixed printf format errors (%qu -> %llu; the arg was already unsigned long
bde
1999-08-08
1
-5
/
+3
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
2
-10
/
+7
*
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
6
-15
/
+7
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
2
-9
/
+9
*
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
[next]