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
/
alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used by
davidxu
2003-06-15
1
-2
/
+0
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
2
-2
/
+2
*
Migrate the thread stack management functions from the machine-dependent
alc
2003-06-14
3
-205
/
+2
*
Move the *_new_altkstack() and *_dispose_altkstack() functions out of the
alc
2003-06-14
1
-29
/
+0
*
GC unused cpu_wait() function
peter
2003-06-11
1
-6
/
+0
*
Use __FBSDID().
obrien
2003-06-10
23
-47
/
+70
*
Use __FBSDID().
obrien
2003-06-10
6
-15
/
+17
*
Use __FBSDID().
obrien
2003-06-10
10
-17
/
+29
*
Use __FBSDID().
obrien
2003-06-10
40
-79
/
+113
*
Note that scbus is required for SCSI, not just "required" in general.
jmallett
2003-06-08
1
-1
/
+1
*
Change the second (and last) argument of cpu_set_upcall(). Previously
marcel
2003-06-04
1
-3
/
+3
*
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
/
+8
*
sys/sys/limits.h:
kan
2003-05-19
2
-4
/
+4
*
There's just no reason to not have these in GENERIC.
ru
2003-05-18
1
-0
/
+1
*
- Merge struct procsig with struct sigacts.
jhb
2003-05-13
2
-5
/
+18
*
Style fixes.
kan
2003-05-04
1
-9
/
+12
*
Range check the syscall number before looking it up in the syscallnames[]
jhb
2003-04-30
1
-1
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-64
/
+4
*
- Remove unnecessary useracc() calls from osf1_sigreturn().
alc
2003-04-29
1
-12
/
+3
*
Remove unmatched #endif left over incidenntally in last commit.
kan
2003-04-28
1
-1
/
+0
*
- Push down Giant into the sysarch() calls that still need Giant.
jhb
2003-04-25
1
-1
/
+1
*
Lock Giant around calls to useracc() in osf1_sigreturn() so that the
jhb
2003-04-25
1
-1
/
+5
*
Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()
jhb
2003-04-25
1
-0
/
+5
*
Add an argument to get_mcontext() which specified whether the
deischen
2003-04-25
1
-3
/
+7
*
Add a new sys/limits.h file which in turn depends on machine/_limits.h
kan
2003-04-23
1
-54
/
+39
*
- Replace inline implementations of sigprocmask() with calls to
jhb
2003-04-22
2
-203
/
+68
*
Remove single threading detecting code, these code really should be
davidxu
2003-04-22
1
-7
/
+0
*
Add FireWire drivers to GENERIC.
simokawa
2003-04-21
1
-0
/
+5
*
Explicitly declare 'int' parameters.
obrien
2003-04-21
1
-3
/
+3
*
Add device driver support for the ASIX Electronics AX88172 USB 2.0
wpaul
2003-04-20
1
-0
/
+1
*
Synchronize the two linux_clone() implementations which includes a few
jhb
2003-04-18
1
-6
/
+3
*
Use the proc lock to protect p_singlethread and a P_WEXIT test. This
jhb
2003-04-18
1
-1
/
+2
*
Hold the proc lock for curproc around sigonstack().
jhb
2003-04-18
1
-1
/
+3
*
Fix a bug in alpha_get_uac() that I introduced in revision 1.18. It is
jhb
2003-04-18
1
-1
/
+1
*
Protect the per-process UAC field with the proc lock where it isn't already
jhb
2003-04-17
2
-1
/
+3
*
Fix printf args in debug printfs.
jhb
2003-04-16
1
-5
/
+5
*
Assume a struct thread *td instead of a struct proc *p in the debug
jhb
2003-04-16
1
-2
/
+2
*
Fix some debug macros. Either missing close parens or close parens in the
jhb
2003-04-16
1
-4
/
+4
*
Remove empty simulator options section and add an ABI emulation section.
jhb
2003-04-15
1
-1
/
+11
*
Style(9) a comment added in previous commit.
gallatin
2003-04-11
1
-2
/
+4
*
Change the operation parameter of bus_dmamap_sync() from an
mux
2003-04-10
2
-19
/
+9
*
Enable loadable modules to be unloaded on alphas with shared isa
gallatin
2003-04-10
1
-9
/
+21
*
- Kill the pv_flags member of the alpha mdpage since it stop being used
jhb
2003-04-10
2
-15
/
+0
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Define ovbcopy() as a macro which expands to the equivalent bcopy() call,
des
2003-04-04
1
-6
/
+1
*
- Define a new md function 'casuptr'. This atomically compares and sets
jeff
2003-04-01
1
-0
/
+6
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
2
-23
/
+24
*
- Change trapsignal() to accept a thread and not a proc.
jeff
2003-03-31
1
-1
/
+1
[next]