summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
...
* Regen.jhb2005-07-136-205/+205
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-132-200/+200
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Some cleanups and tweaks to some of the atomic.h files in preparation forjhb2005-07-091-91/+99
* - Remove spl's from osf1_usleep_thread().jhb2005-07-071-8/+4
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-6/+2
* Fix copy&paste bug.pjd2005-06-111-1/+1
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-31/+19
* MFP4:jkoshy2005-06-091-0/+13
* Avoid code duplication in serval places by introducing universalpjd2005-06-091-44/+26
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-4/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Until someone who owns the various TGA-based cards has time to fix thewilko2005-06-061-1/+2
* Rebuild generated system call definition files following the addition ofrwatson2005-05-306-685/+687
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-302-757/+924
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-2/+2
* o Call cninit_finish() in configure_final().marcel2005-05-291-86/+1
* White space normalization: use tabs instead of spaces before and afterrwatson2005-05-291-39/+39
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-63/+0
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* For ISA DMA maps, the chipsets scatter/gather feature is used. Asmarcel2005-05-251-0/+3
* Add missing jail.h include.pjd2005-05-221-0/+1
* This code seems to be dead, but anyway:pjd2005-05-221-3/+9
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-141-1/+1
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-144-97/+123
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-7/+18
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-7/+43
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-122-4/+4
* Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.jhb2005-04-091-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-046-148/+53
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-012-3/+4
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.des2005-04-011-33/+3
* Use a custom version of copyinuio() to implement osf1_{read,write}v() viajhb2005-03-311-79/+56
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+1
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-181-15/+16
* Customize this for the alpha by removing pc98 defines (unused on alpha)imp2005-03-161-17/+1
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-190/+34
* Fix a long-standing bug in alpha's implementation of busdma. We need tomux2005-03-121-4/+4
* Remove dead code.scottl2005-03-071-17/+0
* Regen after addition of linux_nosys handler.sobomax2005-03-073-3/+9
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-071-0/+4
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0211-36/+57
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Use a common multi-inclusion protection, and add such aru2005-02-191-1/+6
* - Implement osf1_emul_find() using kern_alternate_path(). This changesjhb2005-02-183-309/+113
* Use LCONVPATHEXIST() rather than CHECKALTEXIST() and usejhb2005-02-181-9/+14
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-1/+1
OpenPOWER on IntegriCloud