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
*
Note that scbus is required for SCSI, not just "required" in general.
jmallett
2003-06-08
1
-1
/
+1
*
Reinstate the bug fix in revision 1.2 as it is correct. The errors I saw
jhb
2003-06-07
1
-8
/
+6
*
- Rename nexus_pcib to legacy_pcib. I've been meaning to do this for a
jhb
2003-06-06
2
-56
/
+61
*
- Use IDTVEC() to declare IPI handlers since they are also IDT vectors.
jhb
2003-06-06
2
-40
/
+28
*
Use the secondary bus number instead of the number of the bus the PCI-PCI
jhb
2003-06-06
1
-1
/
+5
*
- Document the thermal and performance counter LVT entries in the local
jhb
2003-06-06
2
-6
/
+10
*
Change the second (and last) argument of cpu_set_upcall(). Previously
marcel
2003-06-04
1
-3
/
+3
*
Bah, revert the previous commit for the time being due to inadequate testing
jhb
2003-06-03
1
-6
/
+8
*
Fix the asm constraints so that we use the correct constants when acquiring
jhb
2003-06-03
1
-8
/
+6
*
Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbage
tegge
2003-06-02
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-06-02
3
-9
/
+9
*
Use __FBSDID().
obrien
2003-06-02
7
-12
/
+20
*
Use __FBSDID().
obrien
2003-06-02
33
-69
/
+104
*
Use __FBSDID().
obrien
2003-06-02
19
-32
/
+57
*
Use __FBSDID().
obrien
2003-06-02
35
-35
/
+105
*
Use __FBSDID().
obrien
2003-06-02
4
-8
/
+12
*
Use __FBSDID().
obrien
2003-06-02
6
-11
/
+17
*
Don't use ## to concatinate to two things that don't together make a C token.
obrien
2003-06-02
1
-1
/
+1
*
Use C99 compatable asm statements.
obrien
2003-06-02
1
-2
/
+2
*
Shorten long comment.
obrien
2003-06-01
1
-1
/
+1
*
Remove unused variable(s).
phk
2003-05-31
1
-9
/
+0
*
Avoid unbalancing the { } count in the source file with #ifdef by
phk
2003-05-31
1
-2
/
+3
*
Remove break after return;
phk
2003-05-31
1
-2
/
+2
*
Don't rely on boolean expression evaluating to 1 or 0 by default.
phk
2003-05-31
1
-1
/
+1
*
We cannot use the normal strlen() and strcpy, but don't #define strlen and
phk
2003-05-31
1
-14
/
+11
*
Add missing break;
phk
2003-05-31
1
-0
/
+1
*
Protect macro with do { ... } while (0)
phk
2003-05-31
1
-1
/
+2
*
Remove unused variable.
phk
2003-05-31
1
-3
/
+0
*
Fix indentation.
phk
2003-05-31
1
-1
/
+1
*
Hang softc from dev_t
phk
2003-05-31
1
-6
/
+18
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+1
*
Eliminate potential overflows by allocating softc dynamically,
phk
2003-05-31
2
-31
/
+20
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-1
/
+1
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
2
-2
/
+3
*
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
scottl
2003-05-26
2
-32
/
+9
*
Make ciss usable under PAE
ps
2003-05-21
1
-1
/
+0
*
- Make this work with PAE.
ps
2003-05-21
1
-1
/
+0
*
The per-CPU spinlocks list is only maintained when WITNESS is enabled.
jhb
2003-05-20
1
-5
/
+5
*
sys/sys/limits.h:
kan
2003-05-19
2
-3
/
+3
*
There's just no reason to not have these in GENERIC.
ru
2003-05-18
1
-0
/
+2
*
In cpu_fork(), initialize pcb_psl for the new process to PSL_KERNEL,
tmm
2003-05-16
1
-1
/
+1
*
Initialize logical_cpus_mask when the logical CPUs are enumerated in
alc
2003-05-15
3
-6
/
+15
*
Clear up that COMPAT_43 may not do the same thing on every architecture
jmallett
2003-05-15
1
-3
/
+0
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
3
-12
/
+28
*
Add some extra #ifdef stubs so that this compiles on 4.8.
jhb
2003-05-13
2
-0
/
+9
*
Provide exec_linux_setregs() to override exec_setregs().
mdodd
2003-05-11
1
-2
/
+21
*
Add notes about the 'ips' driver.
scottl
2003-05-11
2
-0
/
+5
*
Style nits.
jhb
2003-05-07
2
-4
/
+8
*
Style fixes.
kan
2003-05-04
1
-8
/
+11
*
Hack to enable getting two different elf32 and elf64 loaders in the
peter
2003-05-01
1
-0
/
+13
[next]