summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Add audit hooks for ppc, ia64 system call paths.rwatson2006-09-162-0/+8
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+50
* Eliminate unused definitions. (They came from NetBSD.)alc2006-08-251-8/+0
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-0/+2
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-34/+37
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-291-3/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-282-3/+3
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-282-22/+1
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-272-14/+26
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-272-0/+15
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Move default GEOM classes from files.ia64, where they were markedmarcel2006-07-171-0/+5
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+2
* Make the firmware assist driver resident inmjacob2006-07-091-0/+1
* Fixed FP_R*. fp{get_set}round() apparently never worked on ia64, sincebde2006-07-051-5/+5
* Partial support for branch long emulation. This only emulates themarcel2006-06-293-1/+111
* Make several changes to pmap_enter_quick_locked():alc2006-06-271-20/+39
* Backed out the change by request from rwatson.babkin2006-06-261-1/+0
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Update to SDM 2.2:marcel2006-06-245-24/+124
* Sync up with SDM 2.1:marcel2006-06-245-20/+77
* Identify the cual-core Montecito.marcel2006-06-221-0/+8
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-152-2/+0
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+2
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+3
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-4/+44
* EISA bus ia64 systems don't exist in reality. I'm told they may exist inimp2006-06-021-1/+0
* Correct a syntax error in the previous revision.alc2006-06-011-1/+1
* After much discussion with mjacob and scottl, change bus_dmamem_alloc sosilby2006-06-011-33/+11
* Since it's to all intents and purposes identicalmjacob2006-05-311-6/+42
* Unbreak after previous commit. While here, improve function namingmarcel2006-05-271-26/+26
* Update to new console api.phk2006-05-261-16/+10
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butmarius2006-05-171-1/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-163-3/+0
* Fix braino in previous commit: Don't redefine OID_AUTO to somethingmarcel2006-05-111-5/+0
* Remove more straggling CPU_ macro referencesphk2006-05-111-3/+3
* Clean out sysctl machdep.* related defines.phk2006-05-111-13/+1
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+0
* In nexus_teardown_intr(), actually remove the handler.marcel2006-04-211-6/+4
* Set the rid of the resource obtained from rman_reserve_resource.imp2006-04-201-0/+1
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-121-19/+8
* Improve handling of IPI_STOP:marcel2006-04-031-10/+7
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-4/+1
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+2
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* Correct the spinlock nesting of the idle thread of the APs before wemarcel2006-02-111-12/+10
* Simplify system time accounting for profiling.phk2006-02-082-10/+6
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-1/+1
* Allocate memory for the MCA state information with M_NOWAIT. We canmarcel2006-02-071-1/+1
OpenPOWER on IntegriCloud