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
*
- Add a new assert in the getnewvnode(). Assert that the usecount is still
jeff
2005-02-08
1
-2
/
+4
*
- Remove an invalid KASSERT added in recent background write reshuffling.
jeff
2005-02-08
1
-3
/
+0
*
Add a new sysctl, "security.jail.chflags_allowed", which controls the
cperciva
2005-02-08
1
-0
/
+5
*
Background writes are entirely an FFS/Softupdates thing.
phk
2005-02-08
1
-126
/
+5
*
Drag another softupdates tentacle back into FFS: Now that FFS's
phk
2005-02-08
2
-8
/
+0
*
Maxunit is inclusive so fix off-by-one in previous commit.
njl
2005-02-08
1
-1
/
+1
*
Update device_find_child(9) to return the first matching child if unit
njl
2005-02-08
1
-5
/
+15
*
Implement a kern_pathconf() wrapper for pathconf() which can take the
jhb
2005-02-07
2
-12
/
+24
*
If the pointer to the new itimerval is NULL in kern_setitimer(), just
jhb
2005-02-07
1
-0
/
+3
*
- Tweak kern_msgctl() to return a copy of the requested message queue id
jhb
2005-02-07
5
-270
/
+327
*
Various and sundry style fixes.
jhb
2005-02-07
1
-4
/
+4
*
Access vmobject via the bufobj instead of the vnode
phk
2005-02-07
1
-11
/
+11
*
VOP_DESTROYVOBJECT() is no more.
phk
2005-02-07
1
-7
/
+0
*
Remove vop_stddestroyvobject()
phk
2005-02-07
1
-13
/
+0
*
Don't call VOP_DESTROYVOBJECT(), trust that VOP_RECLAIM() did what
phk
2005-02-07
1
-2
/
+3
*
Add a missing prefix to a struct field for consistency.
phk
2005-02-07
1
-7
/
+7
*
Add a mechanism for associating a mutex with a callout when the
iedowse
2005-02-07
1
-15
/
+106
*
Add support for relative cpufreq drivers. Such drivers modulate clock
njl
2005-02-06
1
-27
/
+192
*
- Don't release BKGRDINPROG until after we've bufdone'd the copy.
jeff
2005-02-05
1
-14
/
+15
*
- Add ke_runq == NULL to the conditions which will cause us to abort
jeff
2005-02-04
1
-2
/
+2
*
Set the scheduling class of the idle threads to PRI_IDLE.
ssouhlal
2005-02-04
1
-1
/
+2
*
Add the cpufreq framework. This code manages multiple drivers and presents
njl
2005-02-04
1
-0
/
+532
*
Add an interface for cpufreq. The kernel interface lets other drivers
njl
2005-02-04
1
-0
/
+92
*
- Move gets() function to libkern (I want to use it outside vfs_mount.c).
pjd
2005-02-03
1
-44
/
+2
*
- Correct a typo in kern_rename. tvfslocked should be initialized from
jeff
2005-02-02
2
-2
/
+2
*
- Or MPSAFE with the correct set of flags in stat(). This affected only
jeff
2005-02-01
2
-2
/
+2
*
Update copyright, remove "all rights reserved" (since they are not
bmilekic
2005-02-01
1
-5
/
+1
*
Extend kern_sendit() to take another enum uio_seg argument, which specifies
sobomax
2005-01-30
1
-3
/
+4
*
Fix build on AMD64 (and probably other arches where size_t != int).
sobomax
2005-01-30
1
-1
/
+2
*
Fix spelling of integer in a comment.
rwatson
2005-01-30
1
-1
/
+1
*
Grrr, this committer needs to have a sleep. Remove lines from the previous
sobomax
2005-01-29
1
-3
/
+0
*
Fix small non-conformance introduced in the previous commit: execve() is
sobomax
2005-01-29
1
-4
/
+4
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
6
-163
/
+215
*
Correct a minr whitespace inconsistency introduced in revision 1.159:
rwatson
2005-01-29
1
-1
/
+1
*
Use MAXMINOR
phk
2005-01-29
1
-5
/
+5
*
Typo.
phk
2005-01-29
1
-1
/
+1
*
Add MAXMINOR #define, we should have had this long time ago.
phk
2005-01-29
1
-3
/
+9
*
In 1.276 of kern/subr_trap.c I introduced a mechanism for delaying
phk
2005-01-29
1
-0
/
+7
*
- Don't drop the wref on the bufobj until after bufdone() has completed.
jeff
2005-01-28
1
-7
/
+10
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-7
/
+1
*
Integrate vclean() into vgonel().
phk
2005-01-28
1
-68
/
+51
*
Remove register keyword
phk
2005-01-28
1
-5
/
+5
*
Move the contents of vop_stddestroyvobject() to the new vnode_pager
phk
2005-01-28
1
-26
/
+2
*
- Regen
jeff
2005-01-26
1
-3
/
+3
*
- Struct mount is not yet locked well enough to allow
jeff
2005-01-26
1
-3
/
+3
*
Split out kernel side of msgctl(2) into two parts: the first that pops data
sobomax
2005-01-26
1
-21
/
+37
*
Split out kernel side of {get,set}itimer(2) into two parts: the first that
sobomax
2005-01-25
1
-34
/
+55
*
- Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way into
jeff
2005-01-25
1
-1
/
+1
*
- Make lf_print static and move its prototype into kern_lockf.c
jeff
2005-01-25
1
-18
/
+40
*
Previously a read of zero bytes got handled in devfs:vop_read() but I
phk
2005-01-25
1
-0
/
+12
[next]