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
*
Use vm_mmap_to_errno().
jhb
2011-12-15
1
-9
/
+2
*
Fix select/poll/kqueue for write on reverse direction before first write.
jilles
2011-12-14
1
-2
/
+4
*
Add a helper API to allow in-kernel code to map portions of shared memory
jhb
2011-12-14
1
-0
/
+119
*
Match other formatting.
obrien
2011-12-14
1
-4
/
+4
*
Disallow various debug.kdb sysctl's when securelevel is raised.
obrien
2011-12-13
1
-4
/
+6
*
- Add a sysctl to allow non-root users the ability to set idle
eadler
2011-12-13
1
-25
/
+33
*
Document a large number of currently undocumented sysctls. While here
eadler
2011-12-13
5
-11
/
+16
*
put sys/systm.h at its proper place or add it if missing
avg
2011-12-12
2
-2
/
+2
*
kern_racct: move sys/systm.h inclusion to its proper place
avg
2011-12-12
1
-2
/
+1
*
panic: add a switch and infrastructure for stopping other CPUs in SMP case
avg
2011-12-11
10
-18
/
+181
*
Move cpu_set_upcall(newtd, td) up before the first call of
pho
2011-12-09
1
-2
/
+2
*
- Fix ktrace leakage if error is set
eadler
2011-12-08
1
-1
/
+1
*
Eliminate stale numbers from a comment.
alc
2011-12-07
1
-5
/
+2
*
Eliminate the possibility of 32-bit arithmetic overflow in the calculation
alc
2011-12-07
1
-4
/
+4
*
Most users of pipe(2) do not call fstat(2) on the returned pipe descriptors.
kib
2011-12-06
1
-9
/
+28
*
Really protect kern.proc.ps_strings sysctls with p_candebug(). This
trociny
2011-12-06
1
-1
/
+1
*
Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().
trociny
2011-12-05
1
-2
/
+4
*
Add a missing curly bracket
kevlo
2011-12-05
1
-0
/
+1
*
critical_exit: ignore td_owepreempt if kdb_active is set
avg
2011-12-04
1
-1
/
+1
*
In sysctl_kern_proc_ps_strings() there is no much sense in checking
trociny
2011-12-04
1
-8
/
+0
*
Make sure the description of pause() is
hselasky
2011-12-03
1
-1
/
+2
*
- Fix typos s/(more|less) then|\1 than/
eadler
2011-12-03
1
-5
/
+5
*
Use umtx_copyin_timeout() to copy and check timeout parameter.
pho
2011-12-03
1
-5
/
+1
*
Add umtx_copyin_timeout() and move parameter checks here.
pho
2011-12-03
1
-53
/
+25
*
Rename copyin_timeout32 to umtx_copyin_timeout32 and move parameter
pho
2011-12-03
1
-42
/
+18
*
It doesn't make much sense to check whether child is NULL after already
marius
2011-12-02
1
-4
/
+5
*
- In device_probe_child(9) check the return value of device_set_driver(9)
marius
2011-12-02
1
-11
/
+15
*
When changing the user priority of a thread, change the real priority
jhb
2011-12-02
1
-2
/
+3
*
If alloc_unr() call in the pipe_create() failed, then pipe->pipe_ino is
kib
2011-12-01
1
-2
/
+2
*
Revise the sysctl handling code and restructure the hierarchy of sysctls
lstewart
2011-12-01
1
-45
/
+51
*
Rename vm_page_set_valid() to vm_page_set_valid_range().
kib
2011-11-30
2
-3
/
+3
*
Make sysclock_active publicly available to external consumers.
lstewart
2011-11-29
1
-2
/
+0
*
Do away with the somewhat clunky sysclock_ops structure and associated code,
lstewart
2011-11-29
1
-90
/
+12
*
Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public so
lstewart
2011-11-29
1
-12
/
+12
*
Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from the
lstewart
2011-11-29
1
-5
/
+5
*
Add sysctl to retrieve ps_strings structure location of another process.
trociny
2011-11-27
1
-0
/
+57
*
In sysctl_kern_proc_auxv the process was released too early: we still
trociny
2011-11-27
1
-5
/
+7
*
Export the "ffclock" feature for kernels compiled with feed-forward clock
lstewart
2011-11-26
1
-0
/
+2
*
Add sysctl to get process resource limits.
trociny
2011-11-24
1
-0
/
+46
*
Fix a race between getvnode() dereferencing half-constructed file
kib
2011-11-24
1
-1
/
+14
*
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
[next]