summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Catch up to the VM mutex changes.jhb2001-05-308-44/+51
* Remove MFS options from all example kernel configs.phk2001-05-291-1/+0
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-232-2/+2
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-56/+54
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-171-4/+0
* Consistently define the rune types.obrien2001-05-161-4/+19
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-24/+24
* Lock the procfs functions for doing a single step and reading/writingjhb2001-05-161-27/+16
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-32/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-152-2/+0
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-131-1/+0
* Simplify the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-11/+4
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-102-2/+2
* Add include of sys/mutex.h and resort include of sys/lock.h.jhb2001-05-091-1/+2
* Add needed sys/lock.h include.jhb2001-05-091-0/+1
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-279-348/+37
* When switching backing store during signal delivery, do the switch beforedfr2001-04-242-14/+16
* Align stack pointer and backing store pointer to 16 byte boundary whendfr2001-04-241-0/+5
* Don't trash the user's pr on syscalls.dfr2001-04-242-2/+4
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
* Don't take the Giant mutex for clock interrupts.dfr2001-04-191-2/+0
* Don't panic when we try to modify the kernel pmap.dfr2001-04-181-2/+2
* Print an approximation of the function arguments in the stack trace.dfr2001-04-181-10/+25
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-183-11/+68
OpenPOWER on IntegriCloud