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 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
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-10
/
+3
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
2
-3
/
+4
*
Clear the p_stops field on change of user/group id, unless the correct
sef
1997-12-20
1
-3
/
+13
*
Set the sender's low watermark to match the maximum size for atomic
bde
1997-12-19
1
-1
/
+2
*
Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL
wollman
1997-12-15
1
-5
/
+20
*
Fixed EOF handing.
bde
1997-12-13
1
-8
/
+2
*
Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is too
bde
1997-12-13
1
-2
/
+32
*
Change the ioctls for procfs around a bit; in particular, whever possible,
sef
1997-12-13
1
-3
/
+4
*
Fix a problem with procfs_exit() that resulted in missing some procfs
sef
1997-12-12
2
-23
/
+27
*
Code to prevent a panic caused by procfs_exit(). Note that i don't know
sef
1997-12-09
1
-3
/
+11
*
A couple of fixes from bruce: first of all, psignal is a void (stupid
sef
1997-12-08
1
-3
/
+3
*
Use at_exit() to invoke procfs_exit() instead of calling it directly.
sef
1997-12-08
2
-3
/
+13
*
Clear the stop events and wakeup the process on teh last close of the
sef
1997-12-07
1
-1
/
+29
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
2
-2
/
+89
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
4
-4
/
+8
*
Staticize.
phk
1997-11-18
3
-33
/
+30
*
Don't try to obtain an excluive lock on the vm map, since a deadlock might
tegge
1997-11-14
1
-3
/
+3
*
fix slight breakages from PHK's VFS work.
julian
1997-11-08
2
-43
/
+9
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-4
/
+1
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-3
/
+2
*
KNFize rev.1.31.
bde
1997-10-27
1
-4
/
+6
*
Use unique sleep message strings.
bde
1997-10-27
1
-4
/
+3
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
7
-14
/
+7
*
VFS interior redecoration.
phk
1997-10-26
9
-71
/
+38
*
Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.
roberto
1997-10-21
1
-1
/
+5
[next]