aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add a new atomic_fetchadd() primitive that atomically adds a value to aJohn Baldwin2005-09-271-0/+22
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsPoul-Henning Kamp2005-09-258-33/+28
* Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLEPoul-Henning Kamp2005-09-251-7/+7
* This file never needed to see what is in the internal struct resource,Poul-Henning Kamp2005-09-251-9/+7
* Try to avoid crashes during kernel startup by limiting the # of EISAWilko Bulte2005-09-241-0/+3
* Protect includes for kernel specific use from userland.Bernd Walter2005-09-191-0/+2
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-194-6/+34
* Relocate direct map specs into struct alpha_chipset.Bernd Walter2005-09-1911-33/+76
* Introduce a kernel config for the Mandatory Access Control framework.Christian S.J. Peron2005-09-181-0/+28
* Stop using the '+' constraint modifier with inline assembly. The '+'John Baldwin2005-09-151-36/+36
* Add a memory barrier for PREWRITE operations to ensure all writes by theJohn Baldwin2005-09-151-0/+4
* Eliminate unused definitions.Alan Cox2005-09-112-8/+1
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()Marcel Moolenaar2005-09-101-5/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determineAlan Cox2005-09-031-2/+2
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renameStefan Farfeleder2005-08-202-8/+6
* Add hints for uart(4). These are the same as for sio(4) and make itMarcel Moolenaar2005-08-061-0/+7
* - Add support for saving stack traces and displaying them via printf(9)Jeff Roberson2005-08-031-0/+41
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cJohn Baldwin2005-07-291-4/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tJohn Baldwin2005-07-151-61/+18
* Add recently invented COMPAT_FREEBSD5 option.Ken Smith2005-07-141-0/+1
* Add a 'sysent' target that depends on the various files built fromJohn Baldwin2005-07-131-1/+3
* Regen.John Baldwin2005-07-136-205/+205
* Make a pass through all the compat ABIs sychronizing the MP safe flagsJohn Baldwin2005-07-132-200/+200
* Validate if the value written into {FS,GS}.base is a canonicalDavid Xu2005-07-101-1/+2
* Some cleanups and tweaks to some of the atomic.h files in preparation forJohn Baldwin2005-07-091-91/+99
* - Remove spl's from osf1_usleep_thread().John Baldwin2005-07-071-8/+4
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromDavid E. O'Brien2005-06-201-0/+1
* Do not allocate memory based on not-checked argument from userland.Pawel Jakub Dawidek2005-06-111-6/+2
* Fix copy&paste bug.Pawel Jakub Dawidek2005-06-111-1/+1
* Introduce a procedure, pmap_page_init(), that initializes theAlan Cox2005-06-101-31/+19
* MFP4:Joseph Koshy2005-06-091-0/+13
* Avoid code duplication in serval places by introducing universalPawel Jakub Dawidek2005-06-091-43/+25
* Regen after addition of linux_getpriority wrapper.Maxim Sobolev2005-06-083-4/+10
* Properly convert FreeBSD priority values into Linux values in theMaxim Sobolev2005-06-081-1/+1
* Until someone who owns the various TGA-based cards has time to fix theWilko Bulte2005-06-061-1/+2
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-306-685/+687
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-302-757/+924
* Create nexus in configure_first() instead of in configure(). ThisMarcel Moolenaar2005-05-291-2/+2
* o Call cninit_finish() in configure_final().Marcel Moolenaar2005-05-291-86/+1
* White space normalization: use tabs instead of spaces before and afterRobert Watson2005-05-291-39/+39
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-63/+0
* Change the spkr_set_pitch() function to a macro to fix low level profiling.Yoshihiro Takahashi2005-05-281-7/+5
* For ISA DMA maps, the chipsets scatter/gather feature is used. AsMarcel Moolenaar2005-05-251-0/+3
* Add missing jail.h include.Pawel Jakub Dawidek2005-05-221-0/+1
* This code seems to be dead, but anyway:Pawel Jakub Dawidek2005-05-221-3/+9
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-141-1/+1
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-144-97/+123
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-231-7/+18
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-7/+43