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
*
* Have m_pulldown() use the new M_WRITABLE() macro in order to determine
bmilekic
2000-11-11
2
-15
/
+33
*
o Fix a mis-transcription of sef's -STABLE protection fixes--only root
rwatson
2000-11-10
1
-1
/
+1
*
Don't overwrite the filename for KTR_EXTEND with "../../kern/kern_ktr.c".
jhb
2000-11-10
1
-1
/
+0
*
Axe some unused variables.
jhb
2000-11-10
1
-2
/
+0
*
Fix SMP kernel compiles by #include'ing machine/globals.h to get the
jhb
2000-11-10
1
-0
/
+1
*
Minor whitespace nit in a comment.
jhb
2000-11-10
3
-3
/
+3
*
Ignore the INTR_MPSAFE flag when calculating the priority of an interrupt
jhb
2000-11-10
1
-0
/
+1
*
Implement a trivial but effective interface for obtaining the kernel's
msmith
2000-11-09
1
-142
/
+213
*
Make MINSIGSTKSZ machine dependent, and have the sigaltstack
marcel
2000-11-09
3
-3
/
+7
*
- Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()
jhb
2000-11-07
1
-2
/
+86
*
Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.
jhb
2000-11-07
1
-1
/
+1
*
ELF kernels should use an ELF sysvec. This allows us to move a.out
obrien
2000-11-05
2
-1
/
+5
*
Change the sf_bufs wakeups to be wakeup_one(), because we don't want to
bmilekic
2000-11-04
1
-4
/
+5
*
Setup and put to use the mutex lock for sf_freelist, the sendfile(2) bufs
bmilekic
2000-11-04
1
-9
/
+18
*
Clear the VFREE flag when the vnode is removed from the free list in
tegge
2000-11-02
2
-0
/
+2
*
Take VBLK devices further out of their missery.
phk
2000-11-02
6
-29
/
+27
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
2
-11
/
+0
*
Deprecate devsw->d_bmaj entirely.
phk
2000-10-31
1
-41
/
+1
*
Add a new ioctl for doing virgin disklabels.
jkh
2000-10-31
1
-0
/
+34
*
o Deny access to System V IPC from within jail by default, as in the
rwatson
2000-10-31
4
-0
/
+53
*
o Tighten up rules for which processes can't debug which other processes
rwatson
2000-10-30
1
-2
/
+4
*
Write support for the cd(4) driver.
ken
2000-10-30
1
-1
/
+21
*
_aio_aqueue(): Change kevent registration to use its own struct file pointer.
alc
2000-10-29
1
-3
/
+4
*
Allow all users to access the dev -> devname sysctl.
phk
2000-10-29
1
-1
/
+1
*
Remove unneeded <stddef.h> #includes.
phk
2000-10-29
1
-2
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
3
-2
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
5
-5
/
+0
*
Nuke a bit of dead code.
truckman
2000-10-29
1
-5
/
+0
*
Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().
alc
2000-10-28
1
-0
/
+4
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
4
-10
/
+0
*
- Use MUTEX_DECLARE() and MTX_COLD for the WITNESS code's internal mutex so
jhb
2000-10-27
3
-168
/
+114
*
unstaticize change_ruid() because it is needed by osf1_setuid()
gallatin
2000-10-26
1
-3
/
+1
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
4
-230
/
+170
*
Quite some warnings.
jhb
2000-10-25
3
-9
/
+9
*
- Make the eventhandler_mutex mutex a private variable in
jhb
2000-10-25
1
-0
/
+1
*
Cleanup the rman_make_alignment_flags function to be much clearer and shorter
imp
2000-10-22
1
-12
/
+10
*
Propogate the 'const'ness of mutex descriptions to the witness code to
jhb
2000-10-20
3
-9
/
+9
*
Actually enable the witness code if the WITNESS kernel option is enabled.
jhb
2000-10-20
3
-15
/
+3
*
Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variable
jhb
2000-10-20
3
-3
/
+3
*
Introduce the M_ZERO flag to malloc(9)
phk
2000-10-20
1
-0
/
+3
*
Catch up to moving headers:
jhb
2000-10-20
25
-36
/
+28
*
- GC some #if 0'd code regarding the non-existant safepri variable.
jhb
2000-10-20
1
-17
/
+6
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-4
/
+3
*
- machine/mutex.h -> sys/mutex.h
jhb
2000-10-20
1
-5
/
+4
*
- Make the mutex code almost completely machine independent. This greatly
jhb
2000-10-20
3
-30
/
+1785
*
Reparent a kernel thread to init during kthread_exit() so that the zombie
jhb
2000-10-19
1
-0
/
+1
*
o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform
rwatson
2000-10-19
2
-0
/
+10
*
Axe the idle_event eventhandler, and add a MD cpu_idle function used
jhb
2000-10-19
1
-4
/
+3
*
EVENTHANDLER_INVOKE() takes two arguments.
peter
2000-10-18
1
-1
/
+1
*
Don't needlessly pass the diagnostic counter to the idle_event event
jhb
2000-10-18
1
-1
/
+1
[next]