summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* sys/sys/limits.h:kan2003-05-192-4/+4
* There's just no reason to not have these in GENERIC.ru2003-05-181-0/+1
* - Merge struct procsig with struct sigacts.jhb2003-05-132-5/+18
* Style fixes.kan2003-05-041-9/+12
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-64/+4
* - Remove unnecessary useracc() calls from osf1_sigreturn().alc2003-04-291-12/+3
* Remove unmatched #endif left over incidenntally in last commit.kan2003-04-281-1/+0
* - Push down Giant into the sysarch() calls that still need Giant.jhb2003-04-251-1/+1
* Lock Giant around calls to useracc() in osf1_sigreturn() so that thejhb2003-04-251-1/+5
* Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()jhb2003-04-251-0/+5
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-251-3/+7
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-54/+39
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-222-203/+68
* Remove single threading detecting code, these code really should bedavidxu2003-04-221-7/+0
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
* Explicitly declare 'int' parameters.obrien2003-04-211-3/+3
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-181-6/+3
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-181-1/+2
* Hold the proc lock for curproc around sigonstack().jhb2003-04-181-1/+3
* Fix a bug in alpha_get_uac() that I introduced in revision 1.18. It isjhb2003-04-181-1/+1
* Protect the per-process UAC field with the proc lock where it isn't alreadyjhb2003-04-172-1/+3
* Fix printf args in debug printfs.jhb2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugjhb2003-04-161-2/+2
* Fix some debug macros. Either missing close parens or close parens in thejhb2003-04-161-4/+4
* Remove empty simulator options section and add an ABI emulation section.jhb2003-04-151-1/+11
* Style(9) a comment added in previous commit.gallatin2003-04-111-2/+4
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-102-19/+9
* Enable loadable modules to be unloaded on alphas with shared isagallatin2003-04-101-9/+21
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-102-15/+0
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-6/+1
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+6
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-312-23/+24
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* - Use sigexit() instead of twiddling the signal mask, catch, ignore, andjeff2003-03-312-20/+4
* Fix the osf1 abi module on SMP systems by making the size ofgallatin2003-03-292-2/+3
* Add missing includes from previous commit.jhb2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-261-0/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-252-1/+2
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
* Fix some memory leaks in the failure cases after trying to look up thejhb2003-03-211-6/+9
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-10/+9
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-3/+3
* Use atomic operations to increment and decrement the refcountmux2003-03-201-4/+4
* Tidy up the locking of the bounce pages structures.mux2003-03-171-13/+21
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+8
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
OpenPOWER on IntegriCloud