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
/
devfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate unused variables
eivind
1999-12-20
1
-3
/
+1
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+3
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-22
/
+0
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
Remove unused #includes.
phk
1999-12-08
1
-3
/
+0
*
Report swapdevices as cdevs rather than bdevs.
phk
1999-11-29
1
-0
/
+2
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-2
/
+2
*
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
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-5
/
+3
*
Remove the iskmemdev() function. Make it the responsibility of the mem.c
phk
1999-11-07
1
-3
/
+1
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-0
/
+1
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-48
/
+5
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-182
/
+6
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-15
/
+3
*
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
*
Devfs now adds itself to the hook that PHK supplies.
julian
1999-08-24
1
-1
/
+21
*
Add the (inline) function vm_page_undirty for clearing the dirty bitmask
alc
1999-08-17
1
-3
/
+3
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-4
/
+4
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-4
/
+4
*
remove b_proc from struct buf, it's (now) unused.
phk
1999-05-06
1
-3
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-7
/
+7
*
Suser() simplification:
phk
1999-04-27
1
-10
/
+10
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
1
-1
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-1
/
+4
*
Fix but in devfs_strategy(). Switch cases were falling through
dillon
1999-01-27
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
3
-59
/
+63
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-4
/
+4
*
Remove declarations for undefined functions and a couple of unused
eivind
1999-01-12
1
-11
/
+1
*
Avoid NULL-pointer dereference on error condition.
eivind
1998-12-15
1
-2
/
+2
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
2
-14
/
+8
*
Staticize.
eivind
1998-11-26
1
-2
/
+2
*
Delete stray extern declaration for non-existing variables.
peter
1998-11-09
1
-2
/
+1
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
2
-6
/
+6
*
Make devfs update the atime timestamp so that 'w' works when using
sos
1998-09-30
2
-5
/
+12
*
Oops, don't assume that the environment is normal in devfs_mount().
bde
1998-09-08
1
-4
/
+6
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-6
/
+6
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
1
-2
/
+2
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
2
-11
/
+10
*
Fixed printf format errors.
bde
1998-07-30
1
-2
/
+2
*
DEVFS completely bypasses the cdevsw and bdevsw tables now.
julian
1998-07-05
3
-232
/
+804
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
2
-5
/
+5
*
Removed unused includes.
bde
1998-06-21
1
-3
/
+1
[next]