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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a leading underscore that prevented I386_CPU kernels from
jake
2001-04-26
1
-1
/
+1
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-8
/
+22
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
2
-0
/
+4
*
Say goodbye to TCP_COMPAT_42
jesper
2001-04-20
1
-5
/
+0
*
Make the ap_boot_mtx mutex static.
jhb
2001-04-20
3
-3
/
+3
*
Split up the db_printf's for 'show pcpu' so that we only output at most one
jhb
2001-04-20
1
-2
/
+4
*
o Document UFS_ACL option
jedgar
2001-04-19
1
-2
/
+8
*
Back out 1.103. It wasn't approved by the owner of the file and
imp
2001-04-18
1
-45
/
+45
*
Blow away the panic mutex in favor of using a single atomic_cmpset() on a
jhb
2001-04-17
3
-12
/
+0
*
Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)
obrien
2001-04-15
1
-1
/
+7
*
Back out wrapping the asm ... ; bits in #ifndef lint macros. There
markm
2001-04-14
1
-6
/
+0
*
People are still having problems with i586_* on UP machines and SMP
jhb
2001-04-13
1
-1
/
+1
*
Make this more lint-friendly. This file seems to be invoked in just
markm
2001-04-13
1
-4
/
+10
*
o Introduce "options REGRESSION", a kernel option which enables
rwatson
2001-04-11
1
-0
/
+9
*
Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just
jhb
2001-04-11
5
-47
/
+47
*
Remove constants defining the bitmasks of the old giant kernel lock.
jhb
2001-04-10
2
-10
/
+0
*
Remove the old APIC I/O higher level IPI API in favor of the newer MI
jhb
2001-04-10
2
-47
/
+1
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
8
-80
/
+13
*
Add an MI API for sending IPI's. I used the same API present on the alpha
jhb
2001-04-10
4
-36
/
+184
*
- One can now specify the decimal pid of a process to trace as a parameter.
jhb
2001-04-09
1
-25
/
+73
*
Add function prototypes and base module for kernel side iconv library.
bp
2001-04-09
1
-0
/
+3
*
Add a new ddb command 'show pcpu' which lists some of the per-cpu data.
jhb
2001-04-06
1
-1
/
+45
*
Axe the per-cpu variable witness_spin_check as it was replaced by the
jhb
2001-04-06
3
-4
/
+0
*
Soften the dire warnings about this code. Things are kinda working
imp
2001-04-05
1
-8
/
+3
*
De __P() while I'm here. Done as a separate commit since it is just
imp
2001-04-03
1
-45
/
+45
*
Make this file C++ safe. It defines many useful functions (inb, outb)
imp
2001-04-03
1
-0
/
+4
*
Regen after adding linux_sched_get_priority_max() and
alc
2001-04-01
3
-7
/
+15
*
Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The
alc
2001-04-01
1
-2
/
+2
*
Add missing includes of <sys/sx.h>
jhb
2001-03-28
1
-0
/
+1
*
Typo fix. s/criticale_t/critical_t/
peter
2001-03-28
1
-1
/
+1
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
2
-5
/
+7
*
Catch up to header include changes:
jhb
2001-03-28
3
-6
/
+3
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
6
-1
/
+7
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
5
-137
/
+109
*
Catch up to the mtx_saveintr -> mtx_savecrit change.
jhb
2001-03-28
1
-1
/
+1
*
- Switch from using save/disable/restore_intr to using critical_enter/exit
jhb
2001-03-28
1
-5
/
+5
*
- Add the new critical_t type used to save state inside of critical
jhb
2001-03-28
2
-15
/
+21
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
26
-31
/
+1
*
Fix a problem where we were switching npxproc from underneath processes
obrien
2001-03-24
1
-0
/
+46
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
6
-6
/
+20
*
o Two changes made elsewhere relating to recent EA commits, but not
rwatson
2001-03-19
1
-1
/
+2
*
Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few
des
2001-03-19
1
-8
/
+0
*
Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead
des
2001-03-19
1
-3
/
+3
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-1
/
+1
*
Remove the now defunct ATA_ENABLE* options
sos
2001-03-16
3
-12
/
+0
*
add cnw driver to notes/lint
imp
2001-03-16
1
-0
/
+2
*
Resync to GENERIC. This backs out the spammage that I committed wrt
imp
2001-03-16
1
-23
/
+15
*
Kill the 4MB kernel limit dead. [I hope :-)].
peter
2001-03-15
5
-12
/
+31
*
Commit some tweaks I have had laying around my tree for over a year now.
peter
2001-03-13
2
-12
/
+14
*
Move the fxp driver so it is under the miibus section.
jlemon
2001-03-12
2
-3
/
+3
[next]