| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TASK_INIT to initialize taskqueue task instead of violating the | jhb | 2001-10-25 | 1 | -6/+6 |
* | Remove wx driver, which got recently removed. | asmodai | 2001-10-25 | 1 | -1/+0 |
* | Unbreak NEWCARD by removing options NFS and replacing it with the | asmodai | 2001-10-25 | 1 | -1/+2 |
* | Aargh. I really shouldn't do late night commits. Remove a floating point | jlemon | 2001-10-25 | 1 | -1/+1 |
* | Now that nfsm_reply() does not usually set 'error' to 0, we need | iedowse | 2001-10-25 | 1 | -0/+1 |
* | Defs for three (unused so far) bits in PCI command/status register | luigi | 2001-10-25 | 2 | -6/+6 |
* | Better code to scan the ethertable. | luigi | 2001-10-25 | 1 | -2/+2 |
* | Fix an inverted test csae. Success of getenv() is determined by a return | jhb | 2001-10-25 | 1 | -1/+1 |
* | Put WARNS into the right place. | ru | 2001-10-25 | 1 | -1/+1 |
* | Currently no code does a CROSSJUMP() to sw1a, so we don't need a | jhb | 2001-10-25 | 3 | -6/+0 |
* | Use %ecx instead of %ebx for the scratch register while updating %dr7 since | jhb | 2001-10-25 | 3 | -15/+9 |
* | - Fix typo in comment from previous revision. | jhb | 2001-10-25 | 3 | -9/+12 |
* | Whitespace, comment, and string fixes. | jhb | 2001-10-25 | 3 | -129/+117 |
* | Style and WARNS cleanups. | jlemon | 2001-10-25 | 3 | -65/+65 |
* | Don't put an extra space after password prompts, because it violates POLA, | sobomax | 2001-10-25 | 2 | -7/+7 |
* | Style these once again. | ru | 2001-10-25 | 3 | -14/+13 |
* | Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA in | bde | 2001-10-25 | 2 | -44/+44 |
* | Fixed bugs in rev.1.973. Actually enable PCI_ENABLE_IO_MODES. It | bde | 2001-10-25 | 2 | -2/+4 |
* | Finish the removal of uucp scripts. | ru | 2001-10-25 | 1 | -9/+0 |
* | Fixed some English errors, mainly ones not fixed in the previous commit. | bde | 2001-10-25 | 1 | -8/+3 |
* | add options line for Compaq Microcom 610 ISDN card. | hm | 2001-10-25 | 2 | -2/+8 |
* | Implement va->pa translation for kernel virtual addresses. This is | dfr | 2001-10-25 | 1 | -30/+59 |
* | Just use ${MACHINE}, it's already special-casing pc98. | ru | 2001-10-25 | 1 | -5/+0 |
* | Call ExitBootServices and disable interrupts before we start hacking | dfr | 2001-10-25 | 2 | -22/+24 |
* | Add the two sections used for PLT entries to the text and sdata sections | dfr | 2001-10-25 | 2 | -0/+4 |
* | Simplify. | ru | 2001-10-25 | 1 | -6/+3 |
* | The directory of the makefile that's including the file is tried first. | ru | 2001-10-25 | 4 | -4/+4 |
* | Make `-b' option actually work as advertised. | sobomax | 2001-10-25 | 1 | -0/+1 |
* | Sort SUBDIR. | ru | 2001-10-25 | 1 | -1/+1 |
* | Fix cross-building further. | ru | 2001-10-25 | 1 | -13/+15 |
* | Don't use the ip_timestamp structure to access timestamp options, as the | jlemon | 2001-10-25 | 1 | -29/+22 |
* | If we are bridging, fall back to using any inet address in the system, | jlemon | 2001-10-25 | 1 | -4/+9 |
* | Relocate the KASSERT for a null recvif to a location where it will | jlemon | 2001-10-25 | 1 | -1/+1 |
* | Mdoc fixes and clarification. | jlemon | 2001-10-25 | 1 | -20/+29 |
* | Document the link0 option, which downloads the microcode to the board. | jlemon | 2001-10-25 | 1 | -2/+19 |
* | Add support for loadable microcode which implements interrupt coalescing | jlemon | 2001-10-25 | 1 | -15/+162 |
* | . Add structure elements for sysctl. | jlemon | 2001-10-25 | 1 | -3/+23 |
* | . Add structure definition for microcode download. | jlemon | 2001-10-25 | 1 | -7/+23 |
* | Add Intel's loadable microcode to implement receive side bundling. | jlemon | 2001-10-25 | 1 | -0/+1129 |
* | cnclose() can potentially race against itself. To avoid vn_close() races, | jlemon | 2001-10-25 | 1 | -2/+3 |
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | jlemon | 2001-10-25 | 6 | -0/+7 |
* | Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token | archie | 2001-10-25 | 1 | -2/+2 |
* | Re-commit www:www | ache | 2001-10-25 | 2 | -0/+2 |
* | Resume deorbit burn sequence for <malloc.h>. Inspection of my make logs | wollman | 2001-10-25 | 1 | -5/+2 |
* | o Remove extern showallsockets, defunct as of the change to | rwatson | 2001-10-25 | 1 | -1/+0 |
* | Backout 1.61 -- both intrcnt and intrnames are already exported | luigi | 2001-10-25 | 4 | -24/+0 |
* | Change #include "DEFS.h" to <machine/asm.h>. | peter | 2001-10-25 | 4 | -4/+4 |
* | Use the correct sysctl names for intrcnt and intrnames. | luigi | 2001-10-25 | 1 | -2/+2 |
* | Split the per-process Local Descriptor Table out of the PCB and into | jhb | 2001-10-25 | 17 | -172/+215 |
* | Force FWRITE on when opening the console, so that the flags passed to | jlemon | 2001-10-25 | 1 | -2/+5 |