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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a leading underscore that prevented I386_CPU kernels from
jake
2001-04-26
2
-2
/
+2
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
2
-0
/
+4
*
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
*
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
*
People are still having problems with i586_* on UP machines and SMP
jhb
2001-04-13
2
-2
/
+2
*
Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just
jhb
2001-04-11
4
-43
/
+43
*
Remove constants defining the bitmasks of the old giant kernel lock.
jhb
2001-04-10
1
-5
/
+0
*
Remove the old APIC I/O higher level IPI API in favor of the newer MI
jhb
2001-04-10
1
-1
/
+1
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
6
-53
/
+12
*
Add an MI API for sending IPI's. I used the same API present on the alpha
jhb
2001-04-10
3
-36
/
+165
*
- One can now specify the decimal pid of a process to trace as a parameter.
jhb
2001-04-09
1
-25
/
+73
*
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
2
-3
/
+0
*
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
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
1
-3
/
+5
*
Catch up to header include changes:
jhb
2001-03-28
2
-6
/
+2
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
5
-1
/
+6
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
4
-42
/
+35
*
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
1
-15
/
+18
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Fix a problem where we were switching npxproc from underneath processes
obrien
2001-03-24
2
-0
/
+92
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
6
-9
/
+11
*
Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead
des
2001-03-19
2
-6
/
+6
*
Remove the now defunct ATA_ENABLE* options
sos
2001-03-16
1
-1
/
+0
*
Kill the 4MB kernel limit dead. [I hope :-)].
peter
2001-03-15
6
-13
/
+32
*
Move the fxp driver so it is under the miibus section.
jlemon
2001-03-12
1
-1
/
+1
*
Fix mtx_legal2block. The only time that it is bad to block on a mutex is
jhb
2001-03-09
1
-1
/
+0
*
Unrevert the pmap_map() changes. They weren't broken on x86.
jhb
2001-03-07
1
-6
/
+14
*
Spelling and capitalization fixes.
gsutter
2001-03-07
1
-7
/
+7
*
- Release Giant a bit earlier on syscall exit.
jhb
2001-03-07
1
-20
/
+14
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
3
-2
/
+10
*
Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()
jhb
2001-03-07
1
-1
/
+2
*
Back out the pmap_map() change for now, it isn't completely stable on the
jhb
2001-03-07
1
-14
/
+6
*
- Rework pmap_map() to take advantage of direct-mapped segments on
jhb
2001-03-06
1
-6
/
+14
*
Don't enable interrupts before calling sched_ithd for threaded interrupts.
jhb
2001-03-05
4
-4
/
+0
*
Add support for Dlink DL10022 to the ed driver. This is a mii part
imp
2001-03-03
1
-0
/
+1
*
version 1.7 made some changes to correct problems identifed by compiling
mdodd
2001-03-02
3
-3
/
+0
*
Make the kernel actually compile and link under a.out, using
peter
2001-02-25
2
-0
/
+12
*
Always use the ELF naming after the demise of asnames.h.
peter
2001-02-25
1
-5
/
+0
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
19
-522
/
+521
*
Drop the 'count' from the aha device specs
peter
2001-02-25
1
-1
/
+1
*
- Rename the lcall system call handler from Xsyscall to Xlcall_syscall
jake
2001-02-25
5
-53
/
+25
*
Activate USER_LDT by default. The new thread libraries are going to
peter
2001-02-23
13
-55
/
+6
*
The p_md.md_regs member of proc is used in signal handling to reference
jhb
2001-02-22
1
-0
/
+1
[next]