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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke the various poorly maintained copies of ioctl_fd.h. The file is
joerg
2001-06-06
1
-141
/
+0
*
Properly wrap mtx_intr_enable() macro in "do $bla while (0)"
phk
2001-06-02
1
-1
/
+1
*
This file is not needed any more, the definitions and declarations it
tmm
2001-06-01
1
-13
/
+0
*
Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)
hm
2001-05-25
2
-14
/
+21
*
Convert npx interrupts into traps instead of vice versa. This is much
bde
2001-05-22
2
-0
/
+2
*
Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will help
obrien
2001-05-18
1
-1
/
+1
*
Style changes -- revert ordering to mostly two revs ago.
obrien
2001-05-18
1
-51
/
+51
*
Consistently define the rune types.
obrien
2001-05-16
1
-1
/
+19
*
Move the int typedefs to the top so they can be used in defining other types.
obrien
2001-05-16
1
-30
/
+30
*
"Sir, the deorbit burn completed succesfully."
jhb
2001-05-15
1
-45
/
+0
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Implement a few more floppy ioctl commands and IO options, namely:
joerg
2001-05-14
1
-2
/
+18
*
- Use sched_lock and critical regions to ensure that LDT updates are thread
jhb
2001-05-10
1
-0
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-10
/
+10
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
6
-598
/
+75
*
Make the ap_boot_mtx mutex static.
jhb
2001-04-20
1
-1
/
+1
*
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
1
-4
/
+0
*
Back out wrapping the asm ... ; bits in #ifndef lint macros. There
markm
2001-04-14
1
-6
/
+0
*
Make this more lint-friendly. This file seems to be invoked in just
markm
2001-04-13
1
-4
/
+10
*
Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just
jhb
2001-04-11
2
-18
/
+18
*
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
1
-46
/
+0
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
3
-38
/
+5
*
Add an MI API for sending IPI's. I used the same API present on the alpha
jhb
2001-04-10
2
-12
/
+74
*
Axe the per-cpu variable witness_spin_check as it was replaced by the
jhb
2001-04-06
2
-2
/
+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
*
Rework the witness code to work with sx locks as well as mutexes.
jhb
2001-03-28
3
-0
/
+3
*
- 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
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
1
-0
/
+13
*
Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).
peter
2001-03-17
1
-1
/
+1
*
Kill the 4MB kernel limit dead. [I hope :-)].
peter
2001-03-15
1
-3
/
+9
*
Fix mtx_legal2block. The only time that it is bad to block on a mutex is
jhb
2001-03-09
1
-1
/
+0
*
Spell what was originally "unsigned long" as "unsigned long" again,
dwmalone
2001-03-06
1
-4
/
+4
*
Merged from sys/i386/include/bus_at386.h revision 1.13.
kato
2001-03-02
1
-1
/
+0
*
version 1.7 made some changes to correct problems identifed by compiling
mdodd
2001-03-02
2
-2
/
+0
*
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
4
-329
/
+4
*
- Rename the lcall system call handler from Xsyscall to Xlcall_syscall
jake
2001-02-25
1
-1
/
+1
*
Activate USER_LDT by default. The new thread libraries are going to
peter
2001-02-23
5
-11
/
+2
*
GC unused and now obsolete assertion macros.
jhb
2001-02-22
1
-8
/
+0
*
- Don't call clear_resched() in userret(), instead, clear the resched flag
jhb
2001-02-20
1
-1
/
+0
*
Removed all traces of T_ASTFLT (except for gaps where it was). It became
bde
2001-02-19
1
-1
/
+0
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
1
-1
/
+1
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
1
-4
/
+1
*
Fixed disordering in previous commit. "Fixed" a null comment in previous
bde
2001-02-17
1
-1
/
+1
*
Correct 2nd argument of getnameinfo(3) to socklen_t.
ume
2001-02-15
1
-0
/
+1
*
RIP <machine/lock.h>.
markm
2001-02-11
4
-91
/
+57
[next]