summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-29correction to SYNOPSIS and usage(): host argument must be specifiedJason McIntyre
2003-09-29Make this compile.Miod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-29autodetect io/mem mappings; from form@Michael Shalayeff
2003-09-29Implement (undocumented) dot shorthand, which was missing.Otto Moerbeek
2003-09-29gotta remember the product id and disable io mapping for old 800 chips; from ...Michael Shalayeff
2003-09-28Stub out mvmeppc install.md as it currently isKenneth R Westerback
2003-09-28Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD.Chad Loder
2003-09-28Clean various MVME188 related routines, fixing typos and removing unnecessaryMiod Vallat
2003-09-28Clean the MVME188 external interrupts routine, and do not let it loop foreverMiod Vallat
2003-09-28Be less verbose, unless option DEBUG, when the nvram battery is toast.Miod Vallat
2003-09-28Properly acknowledge MVME188 clock interrupts.Miod Vallat
2003-09-28kill trailing spaces, no functional changesAlexander Yurchenko
2003-09-28realloc cleanupOtto Moerbeek
2003-09-28Free memory after a failing realloc.Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-28sync after mtd(4) update; ok deraadt@Alexander Yurchenko
2003-09-28Be volatile enough to start the clock on 188.Miod Vallat
2003-09-28sti1 could be at phantomas tooMichael Shalayeff
2003-09-28Remove duplicate CMMU address definitions.Miod Vallat
2003-09-28Be sure to invoke tty_attach() after ttymalloc().Miod Vallat
2003-09-28Better error hanndling:Otto Moerbeek
2003-09-28realloc(3) cleanup.Otto Moerbeek
2003-09-28Fix function return types. Unbreaks sparc64 compilation. Spotted byOtto Moerbeek
2003-09-28Missing xfs_devpoll proto. You would think with all that HAVE_FOOTodd C. Miller
2003-09-28xfs_devpoll must not be static; found by beck@ compiling an XFS kernelTodd C. Miller
2003-09-27remove register. end all sentences with periods.Ted Unangst
2003-09-27document support for the D-Link DFE-690TXD 10/100 Ethernet adapter.Federico G. Schwindt
2003-09-27CardBus D-Link DFE-690TXD support.Federico G. Schwindt
2003-09-27regen.Federico G. Schwindt
2003-09-27D-Link DFE 690-TXDFederico G. Schwindt
2003-09-27Correct wording on -C option.Ryan Thomas McBride
2003-09-27Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very endMiod Vallat
2003-09-26Not useful anymore...Miod Vallat
2003-09-26Death to the bitfields, this time "struct dmt_reg" - and I think that's all.Miod Vallat
2003-09-26Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In theMiod Vallat
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-09-26- kill whitespace at EOLJason McIntyre
2003-09-26Rearchitecture of the userland/kernel IOCTL interface for transactions.Cedric Berger
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2003-09-26- smaller list widthJason McIntyre
2003-09-26better realloc. ok deraadt@Ted Unangst
2003-09-26- kill some bad .Xr's that were messing postscript outputJason McIntyre
2003-09-26minor tweaks as i fail to find real bugsTheo de Raadt
2003-09-26incorrect indentTheo de Raadt
2003-09-26make usage match man pageTheo de Raadt
2003-09-26Death to bitfields, this time "struct psr".Miod Vallat
2003-09-26spacingTheo de Raadt
2003-09-26check strdup for error. based on report from Jared Yanovich. ok deraadt@Ted Unangst
2003-09-26select to pollMichael Shalayeff