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
*
- 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
*
- Use sigexit() instead of twiddling the signal mask, catch, ignore, and
jeff
2003-03-31
2
-20
/
+4
*
Fix the osf1 abi module on SMP systems by making the size of
gallatin
2003-03-29
2
-2
/
+3
*
Add missing includes from previous commit.
jhb
2003-03-27
1
-0
/
+1
*
Add a cleanup function to destroy the osname_lock and call it on module
jhb
2003-03-26
1
-0
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
2
-1
/
+2
*
Remove bitrot associated with `maxusers'.
ru
2003-03-22
1
-1
/
+0
*
Fix some memory leaks in the failure cases after trying to look up the
jhb
2003-03-21
1
-6
/
+9
*
Sync up linux and svr compat elf fixup functions for exec(). These
jhb
2003-03-21
1
-10
/
+9
*
Use td->td_ucred instead of td->td_proc->p_ucred.
jhb
2003-03-20
1
-3
/
+3
*
Use atomic operations to increment and decrement the refcount
mux
2003-03-20
1
-4
/
+4
*
Tidy up the locking of the bounce pages structures.
mux
2003-03-17
1
-13
/
+21
*
Made the prototypes for pmap_kenter and pmap_kremove MD. These functions
jake
2003-03-16
1
-0
/
+2
*
Grab Giant around calls to contigmalloc() and contigfree() so
mux
2003-03-13
1
-1
/
+8
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Instrument sysarch() MD privileged I/O access interfaces with a MAC
rwatson
2003-03-06
1
-0
/
+9
*
Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls
jhb
2003-03-04
1
-6
/
+2
[next]