| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | marcel | 2000-11-09 | 1 | -0/+6 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 2 | -2/+5 |
* | As the blocking model has seems to be troublesome for many, disable | markm | 2000-10-27 | 1 | -0/+1 |
* | Minor build fixes. | dfr | 2000-10-26 | 4 | -3/+4 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 6 | -71/+4 |
* | Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr() | jhb | 2000-10-25 | 1 | -12/+26 |
* | * Various fixes to breakage introduced by the atomic and mutex reorgs. | dfr | 2000-10-24 | 14 | -86/+173 |
* | Adjust comments | obrien | 2000-10-24 | 2 | -8/+20 |
* | CURTHD now defines in globals.h | mjacob | 2000-10-23 | 1 | -0/+2 |
* | Define the mtx_legal2block() macro used in the witness code that managed | jhb | 2000-10-20 | 1 | -0/+2 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -1/+1 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -4/+4 |
* | - Make the mutex code almost completely machine independent. This greatly | jhb | 2000-10-20 | 2 | -1032/+14 |
* | - Expand the set of atomic operations to optionally include memory barriers | jhb | 2000-10-20 | 1 | -57/+207 |
* | Axe the barrier_{read,write,rw}() helper functions as this method of | jhb | 2000-10-20 | 1 | -23/+0 |
* | Don't force bootverbose anymore. | dfr | 2000-10-19 | 1 | -2/+1 |
* | Decrease the number of ticks between clock interrupts by a factor of ten | dfr | 2000-10-19 | 1 | -1/+1 |
* | * Disable interrupts when restoring a trapframe. | dfr | 2000-10-19 | 2 | -4/+8 |
* | Add in a simple API for memory barriers to machine/bus.h: | jhb | 2000-10-18 | 1 | -0/+22 |
* | Implement write combining for crashdumps. This is useful when | ps | 2000-10-17 | 2 | -2/+3 |
* | In pmap_remove_pv(), only manipulate the page's list if the pv is | dfr | 2000-10-16 | 1 | -1/+1 |
* | Do a full exception_restore after an execve syscall to ensure that the | dfr | 2000-10-16 | 2 | -0/+10 |
* | Clear the register stack frame before using loadrs to invalidate the | dfr | 2000-10-16 | 1 | -0/+1 |
* | Clear ar.pfs for the child process in cpu_fork - switch_trampoline | dfr | 2000-10-16 | 1 | -0/+1 |
* | Track changes to trapframe. | dfr | 2000-10-16 | 1 | -3/+3 |
* | * Correct some of my misunderstandings about how best to switch to the | dfr | 2000-10-16 | 9 | -111/+525 |
* | Use the right mask for extracting sof from cr.ifs. | dfr | 2000-10-16 | 1 | -1/+1 |
* | Remember to re-initialise cr.itm on clock interrupts so that we get more | dfr | 2000-10-16 | 2 | -14/+4 |
* | Merge a fix from the alpha port - put softintr in the right place in the | dfr | 2000-10-16 | 1 | -1/+1 |
* | Give names to app registers and control registers. Fix a typo handling | dfr | 2000-10-16 | 1 | -65/+65 |
* | Move DELAY() from <machine/clock.h> to <sys/systm.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Implement a rudimentary interrupt handling system which should be good | dfr | 2000-10-12 | 8 | -79/+96 |
* | Turn off a debugging printf. | dfr | 2000-10-12 | 1 | -2/+3 |
* | * Fix exception handling so that it actually works. We can now handle | dfr | 2000-10-12 | 16 | -447/+605 |
* | Fix this so that it can cope with transfers to/from regions which are not | dfr | 2000-10-12 | 1 | -6/+22 |
* | * Allocate kernel stacks with contigmalloc() to make exception handling | dfr | 2000-10-12 | 1 | -68/+34 |
* | Some minor fixes and simplifications. | dfr | 2000-10-12 | 1 | -29/+29 |
* | * Add rudimentary DDB support (no kgdb, no backtrace, no single step). | dfr | 2000-10-10 | 22 | -428/+5595 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -334/+4 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -0/+4 |
* | Cleanup comment in machine/param.h regarding mbuf-related sizes, and get rid | bmilekic | 2000-10-08 | 1 | -8/+6 |
* | Work around a bug by adding struct tags. gcc-2.95 apparently gets the | bde | 2000-10-06 | 1 | -2/+2 |
* | Reduce userland namespace polution. | jasone | 2000-10-06 | 1 | -2/+4 |
* | Next round of fixes to the ia64 code. This includes simulated clock and | dfr | 2000-10-04 | 28 | -419/+959 |
* | Next round of ia64 work, including fixes to context switching, | dfr | 2000-09-30 | 19 | -1157/+854 |
* | Ansify and fix warnings. | dfr | 2000-09-29 | 1 | -14/+6 |
* | Implement dirty and access bit exceptions. | dfr | 2000-09-29 | 3 | -6/+399 |
* | Bodge the simplelocks in a way which works UP. | dfr | 2000-09-29 | 2 | -9/+12 |
* | Use write-back instead of write-combining for region 7. | dfr | 2000-09-29 | 2 | -4/+4 |
* | Add a few more files for the ia64 port. | dfr | 2000-09-29 | 4 | -0/+357 |