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
*
"fix" a warning that has been bugging me for ages. Eliminate a couple
peter
1998-11-09
1
-11
/
+10
*
Delete stray extern declaration for non-existing variables.
peter
1998-11-09
1
-2
/
+1
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
2
-2
/
+83
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
3
-10
/
+10
*
Added a second argument, "activate" to the vm_page_unwire() call so that
dg
1998-10-28
1
-2
/
+2
*
Removed redundant bitrotted checks for major numbers instead of updating
bde
1998-10-26
1
-4
/
+3
*
Make devfs update the atime timestamp so that 'w' works when using
sos
1998-09-30
2
-5
/
+12
*
various nits that didn't make it through the brucefilter.
phk
1998-09-12
1
-5
/
+6
*
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
8
-20
/
+20
*
Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform
phk
1998-09-05
1
-1
/
+26
*
Cosmetic changes to the PAGE_XXX macros to make them consistent with
dfr
1998-09-04
2
-4
/
+4
*
sort the prototypes
phk
1998-08-25
1
-12
/
+12
*
Last commit managed to get mangled somehow.
phk
1998-08-24
1
-2
/
+4
*
Remove the last remaining evidence of B_TAPE.
phk
1998-08-24
1
-13
/
+3
*
Enabled Lite2 fix for reading from dead ttys.
bde
1998-08-23
2
-21
/
+3
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
3
-13
/
+13
*
Fixed printf format errors.
bde
1998-07-30
5
-43
/
+50
*
Style fixes and a bug fix: don't remove the exit handler if unmount
alex
1998-07-27
1
-5
/
+6
*
A better solution to the rm_at_exit problem: Register the exit function
alex
1998-07-27
1
-23
/
+10
*
Override the default VFS LKM dispatch functions so that a module
alex
1998-07-25
1
-4
/
+19
*
Cast pointers to [u]intptr_t instead of to [unsigned] long.
bde
1998-07-15
1
-2
/
+2
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
3
-6
/
+6
*
Fixed printf format errors.
bde
1998-07-11
3
-15
/
+19
*
Quick fix for type mismatches which were fatal if longs aren't 32
bde
1998-07-07
1
-5
/
+5
*
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
3
-9
/
+8
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
4
-9
/
+11
*
Remove "not hungly" panics. Cookies now used by the linux and ibcs2
dt
1998-06-25
2
-20
/
+6
*
Removed unused includes.
bde
1998-06-21
1
-3
/
+1
*
Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.
bde
1998-06-14
1
-10
/
+6
*
Avoid a 64-bit division in kernfs_readdir(). Fixed related overflows
bde
1998-06-14
1
-3
/
+8
*
Avoid a 64-bit division in fdesc_readdir(). Fixed related overflows
bde
1998-06-14
1
-27
/
+14
*
Make these files compile.
dfr
1998-06-10
3
-5
/
+6
*
ENOPNOTSUPP --> EOPNOTSUPP
alex
1998-06-10
1
-2
/
+2
*
Don't silently accept attempts to change flags where they are not
peter
1998-06-10
6
-9
/
+29
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
3
-6
/
+6
*
Make flushing dirty pages work correctly on filesystems that
dyson
1998-05-21
1
-2
/
+3
*
Disallow reading the current kernel stack. Only the user structure and
tegge
1998-05-19
3
-10
/
+38
*
Cleanup after Garret, include unpch.h to get at various macros..
sos
1998-05-17
1
-1
/
+2
*
In the words of the submitter:
msmith
1998-05-07
3
-100
/
+89
*
As described by the submitter:
msmith
1998-05-06
9
-76
/
+9
*
Tighten up management of memory and swap space during map allocation,
dyson
1998-04-29
1
-13
/
+27
*
Make the devfs SLICE option a standard type option.
julian
1998-04-20
1
-4
/
+8
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
6
-71
/
+152
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
6
-14
/
+14
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+3
*
Add two new functions, get{micro|nano}time.
phk
1998-03-26
5
-28
/
+17
*
If lowervp is NULLVP, vap was clobbered.
kato
1998-03-17
1
-2
/
+2
*
Free the vnode in the failure case of vop_symlink()
julian
1998-03-10
1
-1
/
+2
[next]