| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the IRQ9/IRQ2 confusion. | Poul-Henning Kamp | 2000-07-18 | 1 | -0/+1 |
| * | Correct the attribution for yes(1). | Nik Clayton | 2000-07-18 | 1 | -1/+1 |
| * | Remove an OBE comment. | David E. O'Brien | 2000-07-18 | 1 | -2/+0 |
| * | KNF'ize. | David E. O'Brien | 2000-07-18 | 14 | -409/+438 |
| * | document serial console habits of AS2100[a] | Wilko Bulte | 2000-07-18 | 1 | -0/+6 |
| * | Cross-reference mount_nfs(8) and showmount(8). | Sheldon Hearn | 2000-07-18 | 2 | -2/+4 |
| * | Order the cross-references in the SEE ALSO section, in preparation | Sheldon Hearn | 2000-07-18 | 1 | -2/+2 |
| * | Import the new truncate(1) utility. | Sheldon Hearn | 2000-07-18 | 4 | -0/+352 |
| * | Add the '-l' flag to nghook which loops the received data back. | Poul-Henning Kamp | 2000-07-18 | 2 | -3/+16 |
| * | oops- need reboot.h file | Matt Jacob | 2000-07-18 | 1 | -0/+1 |
| * | Fix a comment which was broken in rev 1.36. | Sheldon Hearn | 2000-07-18 | 1 | -1/+1 |
| * | Add case that David missed about setting RB_SERIAL. | Matt Jacob | 2000-07-18 | 1 | -0/+1 |
| * | Remove <center> tags from with <title> section. | Ben Smithurst | 2000-07-18 | 1 | -1/+1 |
| * | Define what is meant by `brackets' and `braces'. | Ben Smithurst | 2000-07-18 | 1 | -2/+13 |
| * | Add an empty crunch.inc with instructions that you can use it to adjust | Neil Blakey-Milner | 2000-07-18 | 1 | -0/+2 |
| * | Make a separate build directory in which to put all the generated | Neil Blakey-Milner | 2000-07-18 | 2 | -6/+20 |
| * | Update PICOBSD-C kernel configuration to the new world order, grabbing | Neil Blakey-Milner | 2000-07-18 | 1 | -137/+131 |
| * | Order the cross-references in the SEE ALSO section correctly. | Sheldon Hearn | 2000-07-18 | 1 | -2/+2 |
| * | Fix the one 'obj'-related breakage, and quieten the build. Also change | Neil Blakey-Milner | 2000-07-18 | 1 | -6/+6 |
| * | First part of PicoBSD makeover, adding basic 'obj' facilities, allowing | Neil Blakey-Milner | 2000-07-18 | 1 | -62/+71 |
| * | Fix one grammar problem which crept in from rev 1.40 to rev 1.42, and | Sheldon Hearn | 2000-07-18 | 1 | -2/+2 |
| * | Driver for LMC1504 card: four port E1 or fractional E1. | Poul-Henning Kamp | 2000-07-18 | 1 | -47/+115 |
| * | Substitute UT_NAMESIZE for 8 when truncating long usernames. | Sheldon Hearn | 2000-07-18 | 1 | -1/+3 |
| * | Fix header inclusions in preparation for a fix for PR 19886. | Sheldon Hearn | 2000-07-18 | 1 | -4/+3 |
| * | Driver for LMC1504 card: four port E1 or fractional E1. | Poul-Henning Kamp | 2000-07-18 | 1 | -0/+1 |
| * | Add the umodem driver. | Nick Hibma | 2000-07-18 | 3 | -0/+5 |
| * | Set `boothowto' approapiately if our console is a serial one. | David E. O'Brien | 2000-07-18 | 12 | -1/+26 |
| * | Allow the Fix-it functionality to detect that we are on a serial console, | David E. O'Brien | 2000-07-18 | 9 | -18/+159 |
| * | Add smc37c935 chipset support and clean up the code which tries to | Doug Rabson | 2000-07-18 | 5 | -65/+280 |
| * | Allow logger to send messages directly to a remote syslog. (This | David Malone | 2000-07-18 | 2 | -8/+72 |
| * | Fix an unmatched opening quote. | Hajimu UMEMOTO | 2000-07-18 | 2 | -2/+2 |
| * | Drop the references to index(3) and rindex(3), which are non-standard | Alexander Langer | 2000-07-18 | 9 | -18/+0 |
| * | Clean up this new manual page. This delta includes content and | Sheldon Hearn | 2000-07-18 | 1 | -173/+234 |
| * | Don't take a failure to stat a file to mean that it doesn't exist, as it may | Dag-Erling Smørgrav | 2000-07-18 | 1 | -1/+5 |
| * | Add in some new IN_XXX and CT_XXXX flags in preparation | Matt Jacob | 2000-07-18 | 1 | -0/+6 |
| * | If debugging set, zero out an incoming response entry | Matt Jacob | 2000-07-18 | 1 | -1/+5 |
| * | The SERVICING_INTERRUPT isn't quite safe yet. | Matt Jacob | 2000-07-18 | 1 | -0/+4 |
| * | Add a isp_target_putback_atio- we aren't using CCINCR at this time, so | Matt Jacob | 2000-07-18 | 1 | -40/+169 |
| * | Raise debug level for some messages. Fix botched inversion | Matt Jacob | 2000-07-18 | 1 | -11/+9 |
| * | Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines | Matt Jacob | 2000-07-18 | 2 | -152/+318 |
| * | Properly detect ISA cards in EISA mode and skip them in the ISA identify | Matthew N. Dodd | 2000-07-18 | 2 | -2/+12 |
| * | Patch up some bogons in the resource_find() vs resource_find_hard() | Peter Wemm | 2000-07-18 | 1 | -3/+9 |
| * | Don't get stuck in a loop calling exit from an atexit routine. Clean | Matt Jacob | 2000-07-18 | 1 | -8/+9 |
| * | Declare our DEC Alpha cdboot to be a fully released version 1.0. | David E. O'Brien | 2000-07-18 | 1 | -0/+1 |
| * | Move mtree to bootstrap-tools and add PATH=${TMPPATH} to IMAKEENV to pick it | Andrey A. Chernov | 2000-07-18 | 1 | -4/+4 |
| * | Change my email address in the copyright notices for the sake of consistency | Jason Evans | 2000-07-18 | 71 | -71/+71 |
| * | Add mtree to cross-tools to make it updated for new -L option | Andrey A. Chernov | 2000-07-18 | 1 | -1/+2 |
| * | Document the builtin echo command | Mark Ovens | 2000-07-17 | 1 | -4/+60 |
| * | Initialise ifnet::if_type | Brian Somers | 2000-07-17 | 1 | -0/+2 |
| * | Deal correctly with statically initialized condition variables in | Jason Evans | 2000-07-17 | 3 | -54/+51 |