summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-05remove blank linePaul Janzen
2000-08-05$OpenBSD$Niklas Hallqvist
2000-08-05formatting, grammar, and typo correctionPaul Janzen
2000-08-05pastoNiklas Hallqvist
2000-08-05Remove a little redundant and slightly wrong codePaul Janzen
2000-08-05Fix name comparison bug found by Thilo Manske in NetBSD PR 10638. While I'mPaul Janzen
at it, do some -Wall fixing.
2000-08-05Fix number of parameters in a usage printf, and correct a typo. Noticed byPaul Janzen
Thomas Klausner in NetBSD.
2000-08-05typo; cheddar@yakko.cs.wmich.eduTheo de Raadt
2000-08-05pretty; ok millertTheo de Raadt
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
SCSI_POLL operations. Implement SYNCHRONIZE_CACHE scsi operation emulation . Do not call busdma operations unless we are really either a READ or WRITE operation.
2000-08-05Be more liberal about attaching products unknown to us (we have got IDNiklas Hallqvist
ranges from ICP-Vortex). New GDT products are normally configured with "Do not move DPMEM" as default, so try that mapping type first.
2000-08-05remove staticsNiklas Hallqvist
2000-08-05host.random whacking must be after /var is mounted, obviouslyTheo de Raadt
2000-08-05syncTheo de Raadt
2000-08-05syncTheo de Raadt
2000-08-05talk about errno; and try to list sighandler safe functionsTheo de Raadt
2000-08-05syncChris Cappuccio
2000-08-05Support Promise Ultra/100 as found on some Microstar motherboardsChris Cappuccio
(From NetBSD PR 10756)
2000-08-04fix typo on utty creation; problem found by cfegan@cisco.comFederico G. Schwindt
2000-08-04MaxStartupsMarkus Friedl
2000-08-04unusedMarkus Friedl
2000-08-04syncTheo de Raadt
2000-08-04anotherTheo de Raadt
2000-08-04enable sfb/cfb/tga and compat_osf1. make it compile without mods.Eric Jackson
2000-08-04convert sfb and cfb to use new wscons; from NetBSD.Eric Jackson
2000-08-04clear rings before freeing themTheo de Raadt
2000-08-04KNFTheo de Raadt
2000-08-04Rewritten to use cat(1) instead of echo(1), in particular to be able toAaron Campbell
use `\n' instead of a literal newline (good practice); wd@ics.nara-wu.ac.jp
2000-08-04rest of the work needed for tga2; from NetBSDEric Jackson
2000-08-04add support for tga2; from NetBSDEric Jackson
2000-08-04Support for the Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04regenEric Jackson
2000-08-04Merge in NetBSD changes. This now works for most statically compiled osf1Eric Jackson
bins. Shared osf1 libs don't work quite yet.
2000-08-04syncAaron Campbell
2000-08-04Add Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04Overriding SUBDIRS from make command line no longer works forMarc Espie
recursive Makefile (in this case, this will miss doc subdirs), so pass it in the environment instead, and tweak Makefile after configure slightly so that main SUBDIRS can be changed. Also remove config/config.status rule duplication by use of .USE.
2000-08-04New make passes DESTDIR thru correctly, fix make releaseMarc Espie
2000-08-04New make passes DESTDIR correctly, and texinfo handles it correctly.Marc Espie
2000-08-04One parenthesis too many.Angelos D. Keromytis
2000-08-04Worked out the logic (thanks to pt98asp@student.hk-r.se andAngelos D. Keromytis
pt98kfr@student.hk-r.se -- I still don't know why rev1.5 didn't work).
2000-08-03(c) 2000Niklas Hallqvist
2000-08-03syncNiklas Hallqvist
2000-08-03Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids.Niklas Hallqvist
BTW, more RS controllers will need to be added, but I do not yet know the prodids.
2000-08-03fd == 0 is perfectly valid (and likely); spotted by Steve Williams ↵Jason Wright
<steve@genie96.com>
2000-08-03Back to the submitted patch -- this needs more investigation.Angelos D. Keromytis
2000-08-03fix xref: info_mkdb -> cap_mkdb; ok millert@Christian Weisgerber
2000-08-03typo in #define. ICMP6_NI_SUCESS -> SUCCESS.Jun-ichiro itojun Hagino
2000-08-03s/principal/priciple/; from netbsdMichael Shalayeff
2000-08-03Don't print out the name of the controller twice.Aaron Campbell
2000-08-03correct the position of DESTDIR on the command line showing how to buildBrad Smith
X11