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
*
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
*
Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
roberto
1997-10-21
1
-2
/
+8
*
VFS clean up "hekto commit"
phk
1997-10-16
8
-31
/
+8
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
9
-421
/
+18
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
8
-483
/
+81
*
remove forgotten debug printf()
julian
1997-10-16
1
-2
/
+1
*
1/ by default make all versions of the same device get the same vnode.
julian
1997-10-16
2
-6
/
+5
*
some cleanups of init code, and changes needed to support disk layering.
julian
1997-10-16
2
-62
/
+75
*
vnops megacommit
phk
1997-10-15
5
-215
/
+148
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
11
-87
/
+87
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
11
-518
/
+450
*
if we free all the links to a node, then by definition
julian
1997-10-12
1
-2
/
+1
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
9
-32
/
+44
[next]