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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of nested mountpoints in __getcwd()
phk
1997-09-28
2
-6
/
+10
*
Hide the `no magic' babble behind bootverbose, since it has proven to
joerg
1997-09-27
1
-5
/
+7
*
Clustered read and write are switched at mount-option level.
kato
1997-09-27
3
-9
/
+13
*
I lost a bit of my change in the last commit, this is more like it.
phk
1997-09-26
2
-4
/
+10
*
Reduce the target number of vnodes on the freelist from desiredvnodes
phk
1997-09-25
2
-4
/
+4
*
Store an absolute tick value in callout entries so that a subtraction on
gibbs
1997-09-24
3
-30
/
+54
*
Add one more counter so we can truly find out how good our name cache
phk
1997-09-24
1
-2
/
+7
*
A couple of handles to tweak, more statistics.
phk
1997-09-24
5
-11
/
+93
*
urk, fix spelling error in comment I just fixed.
julian
1997-09-21
1
-2
/
+2
*
Fix a comment.
julian
1997-09-21
1
-2
/
+6
*
Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag
gibbs
1997-09-21
1
-77
/
+56
*
init_main.c subr_autoconf.c:
gibbs
1997-09-21
10
-306
/
+489
*
autoconf.c:
gibbs
1997-09-21
1
-1
/
+3
*
Implement the parts needed for VM86 under SMP.
peter
1997-09-21
1
-7
/
+11
*
Add support for more than 1 page of idle process stack on SMP systems.
dyson
1997-09-21
1
-14
/
+24
*
Re-institute a bugfix in allocation of anonymous buffer memory.
dyson
1997-09-21
1
-7
/
+36
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
6
-102
/
+120
*
We were (I think) missing a vrele() on the vnode for the object loaded
peter
1997-09-21
1
-6
/
+5
*
Fixed staticization. buckets[] was staticized but was still declared
bde
1997-09-16
1
-6
/
+17
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
8
-29
/
+60
*
Reject attempts to set an in-core label which says that the "disk"
bde
1997-09-16
1
-4
/
+10
*
Don't leak memory, from sef.
phk
1997-09-16
2
-22
/
+54
*
Solve race-condition, return path in normal order.
phk
1997-09-15
2
-52
/
+58
*
Deal more correctly with mountpoints.
phk
1997-09-15
2
-6
/
+10
*
Regenerate _after_ the commit to syscalls.master
peter
1997-09-15
2
-2
/
+2
*
Add a __getcwd() syscall. This is intentionally undocumented, but all
phk
1997-09-14
5
-3
/
+104
*
Update select -> poll in drivers.
peter
1997-09-14
2
-19
/
+20
*
Various select -> poll changes
peter
1997-09-14
5
-13
/
+14
*
vn_select -> vn_poll
peter
1997-09-14
1
-8
/
+9
*
Zap nxselect and noselect.
peter
1997-09-14
1
-25
/
+1
*
Provide a 'return true' poll vnode op rather than duplicating the
peter
1997-09-14
2
-2
/
+42
*
Extend select hook to support poll
peter
1997-09-14
1
-16
/
+16
*
Implement the poll backend for the pipe file type.
peter
1997-09-14
1
-39
/
+38
*
Convert select handler to poll style
peter
1997-09-14
1
-14
/
+13
*
Extend to use poll backend. If memory serves correctly, most of this was
peter
1997-09-14
3
-75
/
+73
*
Change VOP_SELECT to VOP_POLL
peter
1997-09-14
1
-7
/
+4
*
Extend select backend for sockets to work with a poll interface (more
peter
1997-09-14
1
-26
/
+24
*
Implement poll(2). This is mostly taken from the NetBSD implementation
peter
1997-09-14
1
-6
/
+158
*
Regenerate (added poll etc)
peter
1997-09-14
2
-6
/
+6
*
Activate poll(2) syscall
peter
1997-09-14
1
-3
/
+5
*
Implement SA_NOCLDWAIT.
joerg
1997-09-13
2
-3
/
+32
*
print correct function name in a panic (vop_nolock -> vop_sharedlock)
peter
1997-09-13
2
-4
/
+4
*
3 lines of code and updates to a number of comments.
phk
1997-09-10
3
-17
/
+40
*
The patch is needed in order to not throw away unmodified
phk
1997-09-10
1
-4
/
+7
*
General cleanup of the lock pushdown code. They are grouped and enabled
fsmp
1997-09-07
1
-9
/
+13
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
1
-3
/
+3
*
Removed trailing semicolons from the definitions of the sysctl
bde
1997-09-07
2
-4
/
+4
*
Removed yet more vestiges of config-time swap configuration and/or
bde
1997-09-07
2
-6
/
+4
*
Removed vestiges of config-time "argument processing" configuration.
bde
1997-09-07
2
-4
/
+4
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
3
-6
/
+6
[next]