summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Add a working version of setjmp/longjmp.dfr2001-09-033-27/+790
* Since we're cross compiling from x86, ignore the x86 CPUTYPE by default.peter2001-09-031-0/+1
* Dont conflict with sysctl debug.mddebugpeter2001-09-031-1/+1
* Sync with i386 / alpha. Whitespace unindent / style prep for kse.peter2001-09-021-79/+77
* Merge from i386: various cleanups including moving the map calculationspeter2001-09-021-14/+26
* Same as i386/i386/pmap.c: clean up some style. This is irrelevant sincepeter2001-08-311-15/+12
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+4
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Strip out some #if's for old implementations of global data pointers.peter2001-08-211-4/+0
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+2
* style(9) and make consistent across platformsobrien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Style changes to commonize the various platforms.obrien2001-08-151-8/+8
* - Close races with signals and other AST's being triggered while we are injhb2001-08-102-19/+2
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-58/+0
* Grab Giant arond page faults. ia64 boots again in the simulator now.jhb2001-08-071-4/+4
* Make this compile again.dfr2001-08-061-0/+1
* Remove usage of nonexistent vm_mtx.dfr2001-08-062-6/+0
* GC some obsolete alpha code.jhb2001-07-311-390/+1
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+4
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-0/+1
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-111-0/+33
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+2
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-65/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-12/+9
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-1/+1
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-302-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-292-113/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-295-26/+23
* Catch up to mbuf allocator changes from last September so this compilesjhb2001-06-271-15/+4
* Make this compile again. Broken since June 1.jhb2001-06-271-0/+1
* Fix cut-n-paste brain-o.jhb2001-06-251-1/+1
* - Grab the proc lock around CURSIG and postsig(). Don't release the procjhb2001-06-221-2/+4
* oops. prepare_usermode() died in August 2000 in the MI and x86 code.peter2001-06-152-14/+0
* Fix style of defines.obrien2001-06-091-97/+97
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-126/+0
* Don't hold sched_lock across addupc_task().jhb2001-06-061-1/+1
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-8/+0
* Catch up to the axeing of MFS and fix the ia64 build.jhb2001-05-301-1/+0
OpenPOWER on IntegriCloud