aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the IRQ9/IRQ2 confusion.Poul-Henning Kamp2000-07-181-0/+1
* Correct the attribution for yes(1).Nik Clayton2000-07-181-1/+1
* Remove an OBE comment.David E. O'Brien2000-07-181-2/+0
* KNF'ize.David E. O'Brien2000-07-1814-409/+438
* document serial console habits of AS2100[a]Wilko Bulte2000-07-181-0/+6
* Cross-reference mount_nfs(8) and showmount(8).Sheldon Hearn2000-07-182-2/+4
* Order the cross-references in the SEE ALSO section, in preparationSheldon Hearn2000-07-181-2/+2
* Import the new truncate(1) utility.Sheldon Hearn2000-07-184-0/+352
* Add the '-l' flag to nghook which loops the received data back.Poul-Henning Kamp2000-07-182-3/+16
* oops- need reboot.h fileMatt Jacob2000-07-181-0/+1
* Fix a comment which was broken in rev 1.36.Sheldon Hearn2000-07-181-1/+1
* Add case that David missed about setting RB_SERIAL.Matt Jacob2000-07-181-0/+1
* Remove <center> tags from with <title> section.Ben Smithurst2000-07-181-1/+1
* Define what is meant by `brackets' and `braces'.Ben Smithurst2000-07-181-2/+13
* Add an empty crunch.inc with instructions that you can use it to adjustNeil Blakey-Milner2000-07-181-0/+2
* Make a separate build directory in which to put all the generatedNeil Blakey-Milner2000-07-182-6/+20
* Update PICOBSD-C kernel configuration to the new world order, grabbingNeil Blakey-Milner2000-07-181-137/+131
* Order the cross-references in the SEE ALSO section correctly.Sheldon Hearn2000-07-181-2/+2
* Fix the one 'obj'-related breakage, and quieten the build. Also changeNeil Blakey-Milner2000-07-181-6/+6
* First part of PicoBSD makeover, adding basic 'obj' facilities, allowingNeil Blakey-Milner2000-07-181-62/+71
* Fix one grammar problem which crept in from rev 1.40 to rev 1.42, andSheldon Hearn2000-07-181-2/+2
* Driver for LMC1504 card: four port E1 or fractional E1.Poul-Henning Kamp2000-07-181-47/+115
* Substitute UT_NAMESIZE for 8 when truncating long usernames.Sheldon Hearn2000-07-181-1/+3
* Fix header inclusions in preparation for a fix for PR 19886.Sheldon Hearn2000-07-181-4/+3
* Driver for LMC1504 card: four port E1 or fractional E1.Poul-Henning Kamp2000-07-181-0/+1
* Add the umodem driver.Nick Hibma2000-07-183-0/+5
* Set `boothowto' approapiately if our console is a serial one.David E. O'Brien2000-07-1812-1/+26
* Allow the Fix-it functionality to detect that we are on a serial console,David E. O'Brien2000-07-189-18/+159
* Add smc37c935 chipset support and clean up the code which tries toDoug Rabson2000-07-185-65/+280
* Allow logger to send messages directly to a remote syslog. (ThisDavid Malone2000-07-182-8/+72
* Fix an unmatched opening quote.Hajimu UMEMOTO2000-07-182-2/+2
* Drop the references to index(3) and rindex(3), which are non-standardAlexander Langer2000-07-189-18/+0
* Clean up this new manual page. This delta includes content andSheldon Hearn2000-07-181-173/+234
* Don't take a failure to stat a file to mean that it doesn't exist, as it mayDag-Erling Smørgrav2000-07-181-1/+5
* Add in some new IN_XXX and CT_XXXX flags in preparationMatt Jacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entryMatt Jacob2000-07-181-1/+5
* The SERVICING_INTERRUPT isn't quite safe yet.Matt Jacob2000-07-181-0/+4
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, soMatt Jacob2000-07-181-40/+169
* Raise debug level for some messages. Fix botched inversionMatt Jacob2000-07-181-11/+9
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesMatt Jacob2000-07-182-152/+318
* Properly detect ISA cards in EISA mode and skip them in the ISA identifyMatthew N. Dodd2000-07-182-2/+12
* Patch up some bogons in the resource_find() vs resource_find_hard()Peter Wemm2000-07-181-3/+9
* Don't get stuck in a loop calling exit from an atexit routine. CleanMatt Jacob2000-07-181-8/+9
* Declare our DEC Alpha cdboot to be a fully released version 1.0.David E. O'Brien2000-07-181-0/+1
* Move mtree to bootstrap-tools and add PATH=${TMPPATH} to IMAKEENV to pick itAndrey A. Chernov2000-07-181-4/+4
* Change my email address in the copyright notices for the sake of consistencyJason Evans2000-07-1871-71/+71
* Add mtree to cross-tools to make it updated for new -L optionAndrey A. Chernov2000-07-181-1/+2
* Document the builtin echo commandMark Ovens2000-07-171-4/+60
* Initialise ifnet::if_typeBrian Somers2000-07-171-0/+2
* Deal correctly with statically initialized condition variables inJason Evans2000-07-173-54/+51