| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use %ver to identify the cpu instead of openfirmware. | Jake Burkholder | 2001-09-30 | 2 | -1/+72 |
| * | Remove some debug code, add traces. | Jake Burkholder | 2001-09-30 | 1 | -12/+10 |
| * | Return EIO for procfs_*_dbregs. | Jake Burkholder | 2001-09-30 | 1 | -2/+2 |
| * | Specify readability and / or writeability for all nodes that need it. | Dag-Erling Smørgrav | 2001-09-30 | 1 | -18/+18 |
| * | Add a place holder for PSTATE_SECURE, which detects if user code it | Jake Burkholder | 2001-09-30 | 1 | -0/+2 |
| * | pseudofs.h: | Dag-Erling Smørgrav | 2001-09-30 | 2 | -37/+54 |
| * | Split the low level trap code into trap, interrupt and syscall, its | Jake Burkholder | 2001-09-30 | 5 | -237/+693 |
| * | Implement sysarch(). | Jake Burkholder | 2001-09-30 | 1 | -2/+9 |
| * | Fix some traces. td->p_comm doesn't exist. | Jake Burkholder | 2001-09-30 | 2 | -6/+12 |
| * | Move the kernel to end of the first 4 gigabytes of address space, so that | Jake Burkholder | 2001-09-30 | 4 | -85/+234 |
| * | Add a macro to get the context from a tte tag, not necesarily a whole | Jake Burkholder | 2001-09-30 | 1 | -6/+2 |
| * | Include <machine/setjmp.h> instead of <setjmp.h>. | Jake Burkholder | 2001-09-30 | 1 | -1/+1 |
| * | Don't use types that require other headers. | Jake Burkholder | 2001-09-30 | 2 | -3/+3 |
| * | Wrap hardware trap types in ifdef _kernel. | Jake Burkholder | 2001-09-30 | 1 | -0/+4 |
| * | Move the pcb the to the top of the kernel stack. | Jake Burkholder | 2001-09-30 | 5 | -61/+75 |
| * | Don't overflow the ktr buffer <gulp>. | Jake Burkholder | 2001-09-30 | 1 | -0/+4 |
| * | Implement PCPU_ADDR. Align functions on 16 bytes boundaries. | Jake Burkholder | 2001-09-30 | 1 | -1/+4 |
| * | When FREE()ing kqueue related structures, charge them to the correct bucket. | Jonathan Lemon | 2001-09-30 | 1 | -3/+3 |
| * | Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc) | Wilko Bulte | 2001-09-30 | 2 | -6/+6 |
| * | The behaviour of whiteout'ing symlinks were too confusing, instead | Poul-Henning Kamp | 2001-09-30 | 1 | -1/+8 |
| * | Add a change I forgot when adding ED_NO_MIIBUS. This will likely | Ian Dowse | 2001-09-30 | 1 | -1/+2 |
| * | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | Bosko Milekic | 2001-09-30 | 2 | -19/+82 |
| * | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | Ian Dowse | 2001-09-29 | 6 | -0/+43 |
| * | Adapt to pseudofs version 2. Sorry about the breakage - I had this ready | Dag-Erling Smørgrav | 2001-09-29 | 1 | -20/+18 |
| * | When calling isp_reset, set the request/response in/out pointers all at | Matt Jacob | 2001-09-29 | 1 | -9/+13 |
| * | Do not call mii_polltick() immediately after mii_tick(). | Jonathan Lemon | 2001-09-29 | 4 | -21/+14 |
| * | Do not call mii_pollstat() from within device tick routines; the status | Jonathan Lemon | 2001-09-29 | 9 | -55/+39 |
| * | Cleanup pass for mii drivers. | Jonathan Lemon | 2001-09-29 | 23 | -543/+233 |
| * | Change the order that we print the media options during device probe to | Jonathan Lemon | 2001-09-29 | 1 | -30/+24 |
| * | Add field for last active status, as well as function prototypes. | Jonathan Lemon | 2001-09-29 | 1 | -0/+3 |
| * | Add new device method miibus_linkchg, along with a service routine. | Jonathan Lemon | 2001-09-29 | 3 | -0/+102 |
| * | Add ability to attach knotes to network devices. | Jonathan Lemon | 2001-09-29 | 2 | -2/+82 |
| * | Have EVFILT_TIMERS allocate their callouts via malloc() instead of using | Jonathan Lemon | 2001-09-29 | 2 | -14/+34 |
| * | Nuke unused (and incorrect) #define of INADDR_HMASK. | Jonathan Lemon | 2001-09-29 | 1 | -1/+0 |
| * | Add another pnpid for the AWE64 | George C A Reid | 2001-09-29 | 1 | -0/+1 |
| * | Add various file relating to firmware interfaces and make SKI support | Doug Rabson | 2001-09-29 | 2 | -5/+13 |
| * | Support for SKI is now an option. | Doug Rabson | 2001-09-29 | 1 | -0/+1 |
| * | Make sio0 a console device. | Doug Rabson | 2001-09-29 | 1 | -1/+1 |
| * | Add a couple of arguments to ia64_init. I'll use them later to improve | Doug Rabson | 2001-09-29 | 1 | -1/+1 |
| * | Various changes to use the firmware on a real machine. | Doug Rabson | 2001-09-29 | 2 | -46/+166 |
| * | * Read parameters for ptc.e instruction from PAL Code. | Doug Rabson | 2001-09-29 | 1 | -10/+42 |
| * | Fake PAL Code for SKI. | Doug Rabson | 2001-09-29 | 1 | -0/+58 |
| * | Start hooking up devices. | Doug Rabson | 2001-09-29 | 5 | -0/+1304 |
| * | Add pmap_unmapdev(). | Doug Rabson | 2001-09-29 | 1 | -0/+1 |
| * | Fill out the firmware interfaces somewhat. | Doug Rabson | 2001-09-29 | 3 | -583/+46 |
| * | Add code to initialise firmware resources (and to fake them if we are | Doug Rabson | 2001-09-29 | 3 | -0/+344 |
| * | Add shims for calling PAL Code in physical mode. | Doug Rabson | 2001-09-29 | 2 | -6/+244 |
| * | Add some move definitions. | Doug Rabson | 2001-09-29 | 1 | -0/+5 |
| * | Call cpu_boot from cpu_reset. | Doug Rabson | 2001-09-29 | 1 | -1/+2 |
| * | Give up on the backtrace if the calculated pc isn't in region 7. | Doug Rabson | 2001-09-29 | 1 | -1/+1 |