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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of posix-style clock_* and nanosleep syscalls as implemented
peter
1997-05-08
1
-33
/
+215
*
regenerate
peter
1997-05-08
5
-30
/
+64
*
oops. NODIDE -> NOHIDE
peter
1997-05-08
1
-2
/
+2
*
Define entries for the posix-style clock/timer syscalls including
peter
1997-05-08
1
-14
/
+26
*
Add posix-style clock and timer types (clockid_t and timer_t)
peter
1997-05-08
1
-1
/
+11
*
Add posix clock and timer definitions
peter
1997-05-08
2
-2
/
+16
*
Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer support
peter
1997-05-08
1
-1
/
+3
*
Synchronize with sys/i386/i386/machdep.c revision 1.240.
kato
1997-05-08
2
-138
/
+116
*
Synchronize with sys/i386/i386/trap.c revision 1.95.
kato
1997-05-08
1
-3
/
+3
*
Synchronize with sys/i386/isa/syscons.c revision 1.215.
kato
1997-05-08
1
-6
/
+3
*
Synchronize with sys/i386/isa/npx.c revision 1.43.
kato
1997-05-08
1
-2
/
+2
*
Synchronize with sys/i386/conf/options.i386 revision 1.44.
kato
1997-05-08
2
-6
/
+12
*
Synchronize with sys/i386/conf/Makefile.pc98 revision 1.96.
kato
1997-05-08
2
-2
/
+16
*
fix bug in get_isa_apic_mask() where EISA bus was ignored.
fsmp
1997-05-07
7
-21
/
+49
*
Don't allow access to illegal addresses in /dev/kmem to panic kernel
peter
1997-05-07
2
-4
/
+14
*
clean up forked child creation. This is simplified also by having
peter
1997-05-07
2
-34
/
+72
*
md_regs is struct trapframe * now, rather than int []
peter
1997-05-07
2
-138
/
+116
*
md_regs is now a struct trapframe *
peter
1997-05-07
3
-9
/
+9
*
forgotten comment
peter
1997-05-07
3
-3
/
+18
*
md_regs is a struct trapframe * now, not int []
peter
1997-05-07
5
-88
/
+88
*
simplify IOPL gain/remove privs code. It's easier with md_regs
peter
1997-05-07
6
-39
/
+17
*
Back out all of yesterdays include file changes.
eivind
1997-05-07
2
-8
/
+2
*
remove now redundant (struct trapframe *) cast
peter
1997-05-07
3
-6
/
+6
*
Convert md_regs from an int[] to a struct trapframe *. It simplifies
peter
1997-05-07
2
-14
/
+8
*
remove #include "opt_smp.h"
peter
1997-05-07
3
-18
/
+3
*
remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate on
peter
1997-05-07
2
-14
/
+6
*
remove #include "opt_smp.h"
peter
1997-05-07
2
-9
/
+2
*
remove #include opt_smp.h
peter
1997-05-07
2
-6
/
+10
*
remove opt_smp.h
peter
1997-05-07
1
-2
/
+4
*
remove #include "opt_smp.h"
peter
1997-05-07
1
-6
/
+5
*
Round 1 of a long series of commits..
peter
1997-05-07
2
-8
/
+12
*
This is the kernel linker. To use it, you will first need to apply
dfr
1997-05-07
15
-5
/
+1885
*
Add accessors for STAILQ.
dfr
1997-05-07
1
-1
/
+6
*
1. Added cast and parenthesis in block size calculaion in
kato
1997-05-07
4
-156
/
+156
*
Synchronize with sys/i386/isa/syscons.c revision 1.214.
kato
1997-05-07
1
-48
/
+46
*
Synchronize with sys/i386/isa/isa.c revision 1.84.
kato
1997-05-07
1
-1
/
+25
*
Hide the kernel-only stuff inside #ifdef KERNEL.
joerg
1997-05-07
2
-10
/
+28
*
Now that we have replaced video-related block copy calls with
yokota
1997-05-07
3
-102
/
+96
*
Make a lot of include-files self-contained. I excluded the patches changing
eivind
1997-05-07
2
-2
/
+8
*
Force user to config SMP kernel with "options APIC_IO".
fsmp
1997-05-06
3
-3
/
+15
*
Pull up the IP header in ip_mloopback(). This makes sure that the
fenner
1997-05-06
1
-6
/
+8
*
Make ident equal file name, ie SMP-GENERIC.
fsmp
1997-05-06
1
-3
/
+3
*
A *little* more descriptive test for options.
fsmp
1997-05-06
3
-18
/
+12
*
Added a generic config file for SMP kernels.
fsmp
1997-05-06
1
-0
/
+180
*
Fix a race condition that did, after all, exist.
phk
1997-05-06
2
-6
/
+10
*
Add SMPHDRS to CLEANFILES instead of replacing its current value.
dfr
1997-05-06
1
-2
/
+2
*
removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.
fsmp
1997-05-06
1
-3
/
+2
*
Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.
alex
1997-05-06
1
-1
/
+2
*
Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.
fsmp
1997-05-05
10
-48
/
+240
*
Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.
fsmp
1997-05-05
2
-2
/
+50
[next]