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