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
*
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
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
2
-10
/
+11
*
Initialize b_resid, and also print out better diagnostics on I/O
dyson
1998-03-08
1
-7
/
+19
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-31
/
+55
*
Fix certain kinds of block device operations. For example, tunefs on
dyson
1998-03-04
1
-9
/
+4
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
9
-9
/
+76
*
Deleted KLOCK-hack.
kato
1998-02-26
3
-29
/
+7
*
Deleted unused variable.
kato
1998-02-10
1
-2
/
+1
*
Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock
kato
1998-02-10
3
-54
/
+32
*
Staticize.
eivind
1998-02-09
4
-11
/
+11
*
Fixed pagefault when cred == NOCRED.
kato
1998-02-07
2
-14
/
+24
*
Fixed number of entries in gid-mapfile.
kato
1998-02-07
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
10
-28
/
+10
*
Workarround for DIAGNOSTIC kernel's panic in union_lookup().
kato
1998-02-06
1
-1
/
+7
*
1) Start using a cleaner and more consistant page allocator instead
dyson
1998-02-05
1
-2
/
+5
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
10
-10
/
+28
*
Declare the variable `i' when UMAP_DIAGNOSTIC is defined.
kato
1998-02-03
1
-1
/
+4
*
Make the debug options new-style.
eivind
1998-01-31
3
-4
/
+10
*
Fixed typo in comment.
kato
1998-01-25
1
-2
/
+2
*
VM level code cleanups.
dyson
1998-01-22
1
-3
/
+3
*
Delete unused code in union_fsync().
kato
1998-01-22
1
-6
/
+1
*
- Move SETKLOC and CLEARKLOCK macros into uion.h.
kato
1998-01-20
3
-10
/
+33
*
Workarround for locking violation while recycling vnode which union fs
kato
1998-01-18
1
-4
/
+14
*
Improve and revise fixes for locking violation.
kato
1998-01-18
2
-33
/
+52
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
3
-15
/
+23
*
Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID result
sef
1998-01-06
1
-1
/
+4
*
add copyrights
julian
1998-01-02
4
-17
/
+102
*
Fixed missing initialization of mp->mnt_stat. At least vm depends on
bde
1998-01-01
3
-3
/
+6
*
Fixed a missing/misplaced/misstyled prototype.
bde
1997-12-30
2
-4
/
+4
[next]