summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-061-0/+9
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-033-39/+25
* Clean up whitespace and remove register keyword.des2003-03-031-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-3/+3
* MFi386 revision 1.88alc2003-03-011-6/+0
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* cat KSE > /dev/nulldavidxu2003-02-271-1/+0
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-261-9/+1
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-262-2/+2
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-252-189/+3
* Cleanup of the d_mmap_t interface.mux2003-02-252-9/+3
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-258-96/+1
* Move MD devices to <machine>/conf/NOTES.nyan2003-02-231-0/+187
* Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* It is pretty evident that nobody loves this file anymore, so retire itphk2003-02-221-65/+0
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-209-21/+22
* Back out M_* changes, per decision of the TRB.imp2003-02-193-10/+10
* Move a bunch of flags from the KSE to the thread.julian2003-02-172-10/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-2/+2
* zero the end of the memory cluster we're disposing of. Otherwise tehgallatin2003-02-161-0/+1
OpenPOWER on IntegriCloud