| Commit message (Expand) | Author | Age | Files | Lines |
* | After extensive testing it has been determined that adding complexity | dillon | 2001-10-01 | 3 | -30/+100 |
* | Catch up with the visibility callback stuff, and give up trying to keep the | des | 2001-10-01 | 1 | -19/+37 |
* | [the previous commit to pseudofs_vncache.c got the wrong log message] | des | 2001-10-01 | 1 | -0/+2 |
* | YA pseudofs megacommit, part 1: | des | 2001-10-01 | 3 | -79/+181 |
* | Begin to implement target mode that for Fibre Channel has a private | mjacob | 2001-10-01 | 2 | -29/+68 |
* | Implement a call to get the actual link data rate (if 23XX) so we can | mjacob | 2001-10-01 | 3 | -40/+70 |
* | Add identcpu.c. | jake | 2001-09-30 | 1 | -0/+1 |
* | Add __FBSDID's to libalias | dillon | 2001-09-30 | 10 | -21/+32 |
* | Add contents to struct *reg. | jake | 2001-09-30 | 1 | -4/+35 |
* | Optimize bcopy and bzero etc to use 64 bit loads and stores if possible. | jake | 2001-09-30 | 2 | -232/+474 |
* | Use %ver to identify the cpu instead of openfirmware. | jake | 2001-09-30 | 2 | -1/+72 |
* | Remove some debug code, add traces. | jake | 2001-09-30 | 1 | -12/+10 |
* | Return EIO for procfs_*_dbregs. | jake | 2001-09-30 | 1 | -2/+2 |
* | Specify readability and / or writeability for all nodes that need it. | des | 2001-09-30 | 1 | -18/+18 |
* | Add a place holder for PSTATE_SECURE, which detects if user code it | jake | 2001-09-30 | 1 | -0/+2 |
* | pseudofs.h: | des | 2001-09-30 | 2 | -37/+54 |
* | Split the low level trap code into trap, interrupt and syscall, its | jake | 2001-09-30 | 5 | -237/+693 |
* | Implement sysarch(). | jake | 2001-09-30 | 1 | -2/+9 |
* | Fix some traces. td->p_comm doesn't exist. | jake | 2001-09-30 | 2 | -6/+12 |
* | Move the kernel to end of the first 4 gigabytes of address space, so that | jake | 2001-09-30 | 4 | -85/+234 |
* | Add a macro to get the context from a tte tag, not necesarily a whole | jake | 2001-09-30 | 1 | -6/+2 |
* | Include <machine/setjmp.h> instead of <setjmp.h>. | jake | 2001-09-30 | 1 | -1/+1 |
* | Don't use types that require other headers. | jake | 2001-09-30 | 2 | -3/+3 |
* | Wrap hardware trap types in ifdef _kernel. | jake | 2001-09-30 | 1 | -0/+4 |
* | Move the pcb the to the top of the kernel stack. | jake | 2001-09-30 | 5 | -61/+75 |
* | Don't overflow the ktr buffer <gulp>. | jake | 2001-09-30 | 1 | -0/+4 |
* | Implement PCPU_ADDR. Align functions on 16 bytes boundaries. | jake | 2001-09-30 | 1 | -1/+4 |
* | When FREE()ing kqueue related structures, charge them to the correct bucket. | jlemon | 2001-09-30 | 1 | -3/+3 |
* | Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc) | wilko | 2001-09-30 | 2 | -6/+6 |
* | The behaviour of whiteout'ing symlinks were too confusing, instead | phk | 2001-09-30 | 1 | -1/+8 |
* | Add a change I forgot when adding ED_NO_MIIBUS. This will likely | iedowse | 2001-09-30 | 1 | -1/+2 |
* | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | bmilekic | 2001-09-30 | 2 | -19/+82 |
* | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | iedowse | 2001-09-29 | 6 | -0/+43 |
* | Adapt to pseudofs version 2. Sorry about the breakage - I had this ready | des | 2001-09-29 | 1 | -20/+18 |
* | When calling isp_reset, set the request/response in/out pointers all at | mjacob | 2001-09-29 | 1 | -9/+13 |
* | Do not call mii_polltick() immediately after mii_tick(). | jlemon | 2001-09-29 | 4 | -21/+14 |
* | Do not call mii_pollstat() from within device tick routines; the status | jlemon | 2001-09-29 | 9 | -55/+39 |
* | Cleanup pass for mii drivers. | jlemon | 2001-09-29 | 23 | -543/+233 |
* | Change the order that we print the media options during device probe to | jlemon | 2001-09-29 | 1 | -30/+24 |
* | Add field for last active status, as well as function prototypes. | jlemon | 2001-09-29 | 1 | -0/+3 |
* | Add new device method miibus_linkchg, along with a service routine. | jlemon | 2001-09-29 | 3 | -0/+102 |
* | Add ability to attach knotes to network devices. | jlemon | 2001-09-29 | 2 | -2/+82 |
* | Have EVFILT_TIMERS allocate their callouts via malloc() instead of using | jlemon | 2001-09-29 | 2 | -14/+34 |
* | Nuke unused (and incorrect) #define of INADDR_HMASK. | jlemon | 2001-09-29 | 1 | -1/+0 |
* | Add another pnpid for the AWE64 | greid | 2001-09-29 | 1 | -0/+1 |
* | Add various file relating to firmware interfaces and make SKI support | dfr | 2001-09-29 | 2 | -5/+13 |
* | Support for SKI is now an option. | dfr | 2001-09-29 | 1 | -0/+1 |
* | Make sio0 a console device. | dfr | 2001-09-29 | 1 | -1/+1 |
* | Add a couple of arguments to ia64_init. I'll use them later to improve | dfr | 2001-09-29 | 1 | -1/+1 |
* | Various changes to use the firmware on a real machine. | dfr | 2001-09-29 | 2 | -46/+166 |