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 minor bug in kern.minvnodes sysctl. Use OID_AUTO.
dillon
2001-10-16
1
-1
/
+1
*
o Update init_sysent.c and friends for allocation of afs_syscall.
rwatson
2001-10-13
2
-2
/
+4
*
o Reserve system call 377 for afs_syscall; by reserving a system call
rwatson
2001-10-13
1
-0
/
+1
*
Regenerate syscall stuff.
phk
2001-10-13
1
-11
/
+11
*
Don't generate <sys/syscalls-hide.h> it has never had any users anywhere in
phk
2001-10-13
2
-21
/
+1
*
Remove the panic when trying to register a sysctl with an oid too high.
roam
2001-10-12
1
-2
/
+6
*
- Catch up to the new ucred API.
jhb
2001-10-11
1
-18
/
+24
*
Change the kernel's ucred API as follows:
jhb
2001-10-11
8
-48
/
+47
*
Whitespace fixes.
jhb
2001-10-11
1
-2
/
+2
*
Rework some code to be a bit simpler by inverting a few tests and using
jhb
2001-10-11
1
-22
/
+12
*
Add missing includes of sys/ktr.h.
jhb
2001-10-11
2
-0
/
+2
*
Add missing includes of sys/lock.h.
jhb
2001-10-11
1
-0
/
+1
*
Fix SysV Semaphore Handling.
mr
2001-10-11
1
-38
/
+73
*
Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
ps
2001-10-10
8
-20
/
+45
*
Add a temporary hack that will go away with the ucred API update to bzero
jhb
2001-10-10
1
-0
/
+1
*
Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) my
jhb
2001-10-10
2
-2
/
+2
*
Move setregs() out from under the PROC_LOCK so that it can use functions
dfr
2001-10-10
1
-4
/
+4
*
- Combine kern.ps_showallprocs and kern.ipc.showallsockets into
rwatson
2001-10-09
4
-38
/
+15
*
proces -> process in a comment.
jhb
2001-10-09
1
-1
/
+1
*
o Recent addition of (p1==p2) exception in p_candebug() permitted
rwatson
2001-10-09
1
-2
/
+9
*
Replace 'curproc' with 'td->td_proc'.
jhb
2001-10-08
1
-7
/
+8
*
WS Cleanup
dillon
2001-10-08
1
-4
/
+0
*
Dissociate ptrace from procfs.
des
2001-10-07
1
-186
/
+205
*
Always succeed if the target process is the same as the requesting process.
des
2001-10-07
1
-0
/
+3
*
Fix a typo in do_sigaction() where sa_sigaction and sa_handler were
iedowse
2001-10-07
1
-3
/
+3
*
o Introduce an 'options REGRESSION'-dependant sysctl namespaces,
rwatson
2001-10-07
1
-0
/
+19
*
Fix breakage caused by previous commit. The lkmnosys and lkmressys
marcel
2001-10-07
1
-5
/
+8
*
vinvalbuf() was only waiting for write-I/O to complete. It really has to
dillon
2001-10-05
1
-4
/
+15
*
The aio kthreads start off with a root credential just like all other
jhb
2001-10-05
1
-7
/
+0
*
Only allow users to see their own socket connections if
ps
2001-10-05
2
-1
/
+35
*
Final style(9) commit: placement of opening brace; a continuation indent I
des
2001-10-04
1
-5
/
+8
*
More style(9) fixes: no spaces between function name and parameter list;
des
2001-10-04
1
-30
/
+30
*
This file had a mixture of "return foo;" and "return (foo);"; standardize
des
2001-10-04
1
-24
/
+24
*
Hopefully improve control message passing over Unix domain sockets.
dwmalone
2001-10-04
2
-186
/
+278
*
Allow sbcreatecontrol to make cluster sized control messages.
dwmalone
2001-10-04
2
-6
/
+26
*
Move the ap boot spin lock earlier in the lock order before the sio(4)
jhb
2001-10-01
1
-2
/
+4
*
o Complete the migration from suser error checking in the following form
rwatson
2001-10-01
2
-44
/
+86
*
After extensive testing it has been determined that adding complexity
dillon
2001-10-01
2
-29
/
+99
*
When FREE()ing kqueue related structures, charge them to the correct bucket.
jlemon
2001-09-30
1
-3
/
+3
*
Re-enable mbtypes statistics in the mbuf allocator. I disabled these
bmilekic
2001-09-30
1
-13
/
+71
*
Have EVFILT_TIMERS allocate their callouts via malloc() instead of using
jlemon
2001-09-29
1
-14
/
+30
*
Add a couple of API functions I need for my pseudofs WIP. Documentation
des
2001-09-29
1
-1
/
+51
*
Make the NODEF type usable. A syscall of type NODEF will only
marcel
2001-09-28
1
-1
/
+2
*
o When performing a securelevel check as part of securelevel_ge() or
rwatson
2001-09-26
1
-8
/
+15
*
o Modify kern.securelevel MIB entry to return a local securelevel, if
rwatson
2001-09-26
1
-6
/
+27
*
o Initialize per-jail securelevel from global securelevel as part of
rwatson
2001-09-26
1
-0
/
+1
*
o Modify static settime() to accept the proc * for the process requesting
rwatson
2001-09-26
1
-5
/
+6
*
o Modify sysctl access control check to use securelevel_gt(), and
rwatson
2001-09-26
1
-9
/
+29
*
Enable vmiodirenable by default. Remove incorrect comment from sysctl.conf.
dillon
2001-09-26
1
-1
/
+1
*
Make uio_yield() a global. Call uio_yield() between chunks
dillon
2001-09-26
4
-8
/
+9
[next]