aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* enable interrupt routing for mcpcia based systemsBernd Walter2003-06-281-53/+44
* Add a machine depended function thread_siginfo, SA signal codeDavid Xu2003-06-281-0/+19
* Do the first and mostly mechanical step of adding mutex support to theScott Long2003-06-271-0/+5
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Fix a performance bug in all of the various implementations ofAlan Cox2003-06-181-1/+1
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used byDavid Xu2003-06-151-2/+0
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-152-2/+2
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-143-205/+2
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of theAlan Cox2003-06-141-29/+0
* GC unused cpu_wait() functionPeter Wemm2003-06-111-6/+0
* Use __FBSDID().David E. O'Brien2003-06-1023-47/+70
* Use __FBSDID().David E. O'Brien2003-06-106-15/+17
* Use __FBSDID().David E. O'Brien2003-06-1010-17/+29
* Use __FBSDID().David E. O'Brien2003-06-1040-79/+113
* Note that scbus is required for SCSI, not just "required" in general.Juli Mallett2003-06-081-1/+1
* Change the second (and last) argument of cpu_set_upcall(). PreviouslyMarcel Moolenaar2003-06-041-3/+3
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-272-2/+3
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-262-32/+8
* sys/sys/limits.h:Alexander Kabaev2003-05-192-4/+4
* There's just no reason to not have these in GENERIC.Ruslan Ermilov2003-05-181-0/+1
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-132-5/+18
* Style fixes.Alexander Kabaev2003-05-041-9/+12
* Range check the syscall number before looking it up in the syscallnames[]John Baldwin2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-64/+4
* - Remove unnecessary useracc() calls from osf1_sigreturn().Alan Cox2003-04-291-12/+3
* Remove unmatched #endif left over incidenntally in last commit.Alexander Kabaev2003-04-281-1/+0
* - Push down Giant into the sysarch() calls that still need Giant.John Baldwin2003-04-251-1/+1
* Lock Giant around calls to useracc() in osf1_sigreturn() so that theJohn Baldwin2003-04-251-1/+5
* Lock Giant around userland_sysctl() to get the hostname in osf1_sysinfo()John Baldwin2003-04-251-0/+5
* Add an argument to get_mcontext() which specified whether theDaniel Eischen2003-04-251-3/+7
* Add a new sys/limits.h file which in turn depends on machine/_limits.hAlexander Kabaev2003-04-231-54/+39
* - Replace inline implementations of sigprocmask() with calls toJohn Baldwin2003-04-222-203/+68
* Remove single threading detecting code, these code really should beDavid Xu2003-04-221-7/+0
* Add FireWire drivers to GENERIC.Hidetoshi Shimokawa2003-04-211-0/+5
* Explicitly declare 'int' parameters.David E. O'Brien2003-04-211-3/+3
* Add device driver support for the ASIX Electronics AX88172 USB 2.0Bill Paul2003-04-201-0/+1
* Synchronize the two linux_clone() implementations which includes a fewJohn Baldwin2003-04-181-6/+3
* Use the proc lock to protect p_singlethread and a P_WEXIT test. ThisJohn Baldwin2003-04-181-1/+2
* Hold the proc lock for curproc around sigonstack().John Baldwin2003-04-181-1/+3
* Fix a bug in alpha_get_uac() that I introduced in revision 1.18. It isJohn Baldwin2003-04-181-1/+1
* Protect the per-process UAC field with the proc lock where it isn't alreadyJohn Baldwin2003-04-172-1/+3
* Fix printf args in debug printfs.John Baldwin2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugJohn Baldwin2003-04-161-2/+2
* Fix some debug macros. Either missing close parens or close parens in theJohn Baldwin2003-04-161-4/+4
* Remove empty simulator options section and add an ABI emulation section.John Baldwin2003-04-151-1/+11
* Style(9) a comment added in previous commit.Andrew Gallatin2003-04-111-2/+4
* Change the operation parameter of bus_dmamap_sync() from anMaxime Henrion2003-04-102-19/+9
* Enable loadable modules to be unloaded on alphas with shared isaAndrew Gallatin2003-04-101-9/+21
* - Kill the pv_flags member of the alpha mdpage since it stop being usedJohn Baldwin2003-04-102-15/+0