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 build without INVARIANTS.
trociny
2011-11-23
1
-0
/
+2
*
Rename device_delete_all_children() into device_delete_children().
hselasky
2011-11-22
1
-1
/
+1
*
Style change.
hselasky
2011-11-22
1
-2
/
+2
*
Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to return
trociny
2011-11-22
1
-5
/
+402
*
- Add Pulse-Per-Second timestamping using raw ffcounter and corresponding
lstewart
2011-11-21
1
-0
/
+65
*
Introduce the same mutex-wise fix in r227758 for sx locks.
attilio
2011-11-21
1
-4
/
+4
*
Remove no more relevant XXXRW comments since accessing the vmspace is now
pluknet
2011-11-21
1
-2
/
+2
*
Use the acquired reference to the vmspace instead of direct dereferencing
pluknet
2011-11-21
1
-1
/
+1
*
- Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()
lstewart
2011-11-21
6
-9
/
+208
*
Introduce macro stubs in the mutex implementation that will be always
attilio
2011-11-20
1
-2
/
+2
*
Given that the typical usage of pause() is pause("zzz", hz / N), where N can
hselasky
2011-11-20
1
-1
/
+1
*
Minor style change:
hselasky
2011-11-20
1
-10
/
+9
*
- Provide a sysctl interface to change the active system clock at runtime.
lstewart
2011-11-20
2
-2
/
+532
*
Provide high-level functions to access the feed-forward absolute and difference
lstewart
2011-11-20
1
-0
/
+129
*
Core structure and functions to support a feed-forward clock within the kernel.
lstewart
2011-11-19
2
-1
/
+456
*
Simplify the usb_pause_mtx() function by factoring out the generic parts
hselasky
2011-11-19
1
-5
/
+23
*
Move the device_delete_all_children() function from usb_util.c
hselasky
2011-11-19
1
-0
/
+33
*
Existing VOP_VPTOCNP() interface has a fatal flow that is critical for
kib
2011-11-19
2
-18
/
+49
*
Regenerate system call tables.
ed
2011-11-19
3
-5
/
+5
*
Improve *access*() parameter name consistency.
ed
2011-11-19
2
-20
/
+20
*
Do not increment the parent firmware's reference count when any other
np
2011-11-19
1
-5
/
+5
*
Added check for negative seconds value. Found by syscall() fuzzing.
pho
2011-11-18
1
-1
/
+2
*
Consistently use process spin lock for protection of the
kib
2011-11-18
1
-1
/
+6
*
Add unicode support to msdosfs and smbfs; original pathes from imura,
kevlo
2011-11-18
1
-0
/
+15
*
Constify arguments for locking KPIs where possible.
pjd
2011-11-16
6
-56
/
+59
*
Constify stack argument for functions that don't modify it.
pjd
2011-11-16
1
-9
/
+9
*
As it turns out, r186347 actually is insufficient to avoid the use of the
marius
2011-11-15
1
-44
/
+31
*
Reformat comment to be more readable in standard Xterm.
obrien
2011-11-15
1
-13
/
+18
*
Remove a few bits of FreeBSD 2.x compatibility code.
rmh
2011-11-14
1
-3
/
+0
*
- Split out a kern_posix_fadvise() from the posix_fadvise() system call so
jhb
2011-11-14
1
-26
/
+31
*
Constify args to copyiniov and copyinuio.
alfred
2011-11-14
1
-2
/
+2
*
To limit amount of the kernel memory allocated, and to optimize the
kib
2011-11-13
1
-3
/
+63
*
Style.
kib
2011-11-11
1
-2
/
+1
*
Guard against the unlikely case of the alias path containing the '%' symbols.
kib
2011-11-11
1
-1
/
+1
*
Correct the types of the arguments to return probes of the syscall
rstone
2011-11-11
2
-5
/
+1889
*
Simplify the code emitted by makeobjops.awk slightly.
ed
2011-11-09
1
-1
/
+1
*
Make kobj_methods constant.
ed
2011-11-08
1
-1
/
+1
*
The in-kernel CTF parser caches the result of its first attempt to parse
rstone
2011-11-08
1
-1
/
+1
*
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
attilio
2011-11-08
1
-0
/
+15
*
Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for marking
trociny
2011-11-07
1
-2
/
+11
*
In lim_fork() assert that processes locks are held.
trociny
2011-11-07
1
-0
/
+4
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
28
-34
/
+49
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
9
-9
/
+9
*
Add KLD_DEBUG option.
fjoe
2011-11-06
1
-0
/
+1
*
Regen.
jhb
2011-11-04
3
-4
/
+33
*
Add the posix_fadvise(2) system call. It is somewhat similar to
jhb
2011-11-04
6
-18
/
+264
*
Move the cleanup of f_cdevpriv when the reference count of a devfs
jhb
2011-11-04
1
-6
/
+0
*
Disable interrupt and preemption for smp_rendezvous() also in the
attilio
2011-11-03
1
-0
/
+12
*
Revert rev. 226893: subr_syscall.c is being included from C files and
marcel
2011-10-30
1
-9
/
+0
*
Define systrace_probe_func in subr_syscall.c where it's used, instead
marcel
2011-10-29
1
-0
/
+9
[next]