aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* After extensive testing it has been determined that adding complexityMatthew Dillon2001-10-013-30/+100
* Catch up with the visibility callback stuff, and give up trying to keep theDag-Erling Smørgrav2001-10-011-19/+37
* [the previous commit to pseudofs_vncache.c got the wrong log message]Dag-Erling Smørgrav2001-10-011-0/+2
* YA pseudofs megacommit, part 1:Dag-Erling Smørgrav2001-10-013-79/+181
* Begin to implement target mode that for Fibre Channel has a privateMatt Jacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canMatt Jacob2001-10-013-40/+70
* Add identcpu.c.Jake Burkholder2001-09-301-0/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-3010-21/+32
* Add contents to struct *reg.Jake Burkholder2001-09-301-4/+35
* Optimize bcopy and bzero etc to use 64 bit loads and stores if possible.Jake Burkholder2001-09-302-232/+474
* 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