summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-04Make scsi_do_mode_sense() aware of the difference between the 8 byteKenneth R Westerback
general block descriptor and the 8 byte direct block descriptor, and return the correct values for density, block_count and block_size based on the type of the device. First cut has T_SEQUENTIAL (i.e. tape devices) as the only device type using general block descriptors, so the behaviour change is minimal.
2005-06-03Make M-x gid tokenize C identifiers correctly. Problem reported by mjc.Chad Loder
Testing and OK mjc
2005-06-03com_pxa2x0 must cause com.c compilation; piece missed by uweTheo de Raadt
2005-06-03cleanupTheo de Raadt
2005-06-03various tweaks;Jason McIntyre
ok tholo@
2005-06-03no /etc/acpi/, this was not really discussedTheo de Raadt
2005-06-03add an ipv6 example;Jason McIntyre
from alex kirk; ok dhartmei@, unless i have badly misunderstood him;
2005-06-03syncTheo de Raadt
2005-06-03May 09 First commit to OpenBSD stable branch, OPENBSD_2_7, 2000Jason Wright
2005-06-03Don't use __LINE__ to prevent binary changing when nothing reallyAlexander Yurchenko
changes. ok tholo@
2005-06-03i386 and amd64 onlyTheo de Raadt
2005-06-03syncTheo de Raadt
2005-06-03syncTheo de Raadt
2005-06-03not like this yet, it is uglyTheo de Raadt
2005-06-03No longer used.Kenneth R Westerback
2005-06-03Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h intoKenneth R Westerback
cd.h. Remove include of cdvar.h from cd.c. cdvar.h becomes expendable. No functional change.
2005-06-03Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh.Kenneth R Westerback
Add 'big' parameter to report which mode sense header type is being returned. Eliminate icky pointer arithmetic, since it won't work if only block descriptors are returned by the device. No functional change.
2005-06-03Cache a copy of the INQUIRY data obtained during device attachment inKenneth R Westerback
the scsi_link structure. This is a more general solution than the current inconsistant copying of fields into _softc structures. The redundant fields in _softc's will be cleaned up later. The device field will be used immediately to finish up the new mode sense code. ok marco@
2005-06-03Fix memory leak. OK kjell, with comments by beck and kjellChad Loder
2005-06-03Like emacs, handle ^W during incremental search. Pressing ^W duringChad Loder
search will add the rest of the word from the current buffer to the pattern buffer. Testing and comments by kjell and marc
2005-06-03do not refer to installboot(8) here as it is not installed on macppc;Xavier Santolaria
ok miod@ jmc@.
2005-06-03Better description of the WSDISPLAYIO_GBURNER "on" field, after discussionMiod Vallat
with mickey@ some time ago.
2005-06-03print negative values correctly; From: serge rasnikov <747500@gmail.com>Henning Brauer
2005-06-03reties -> retriesMiod Vallat
2005-06-03Clean up find-alternate-file (C-x C-v) so abort returns to originalKjell Wooding
file, like its emacs ancestor. ok cloder@
2005-06-03Hold a reference to the relevant struct in_ifaddr while a multicast addressChristopher Pascoe
is bound on the interface. ok mcbride@ henning@
2005-06-02Fix pasto - use correct pointer to extract block count from 8 byteKenneth R Westerback
block descriptors. Not that we actually use this information anywhere.
2005-06-02These options dont affect anything anymore.Dale Rahn
2005-06-02In the BNF section, remove one spurious "proto" and add one missing |.Daniel Hartmeier
Found by Magne Andreassen.
2005-06-02use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (;Michael Shalayeff
2005-06-02double datasize limits now that mmap is counted in dsizeTodd C. Miller
2005-06-02remove unneeded error reporting when using cvs_path_cat(), theJoris Vink
function does it for us. OK jfb@
2005-06-02make cvs_printf() a bit smarter, so it can be called without havingJoris Vink
to worry about the 'M' in server mode. OK jfb@
2005-06-02be gone unused init handler.Joris Vink
2005-06-02RegenThorsten Lockert
2005-06-02handle commands which do not have any init callback a bitJoris Vink
better, eliminates the use of dummy functions. OK jfb@
2005-06-02Start on a basic ACPI framework -- does not do much more than read out theThorsten Lockert
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@
2005-06-02unbreak port floating, noticed by sean at obstacle9 dot comHans-Joerg Hoexer
ok cloder
2005-06-02add -O to getopt (ok otto) and sync usageJared Yanovich
2005-06-02sort optionsJared Yanovich
2005-06-02correctly close the audio device in audio_open() if one of theJoris Vink
precision parameters is zero. ok tedu@
2005-06-02tsc, ryan left debug crap behindHenning Brauer
2005-06-02for sysctl syscall pass the mib[] back to kdump to parse;Michael Shalayeff
always print () on syscalls w/ void args even (deraadt version)
2005-06-02- simplify usageJared Yanovich
- rearrange examples - layout tweaks - minor macro, punctuation, etc. fixes ok jmc
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
- missing \n in output of an unchanged log message warning - always use the command name in error messages instead of aliases ok jfb@.
2005-06-02tweaks, grammar, punctuation, typosJared Yanovich
ok jmc
2005-06-02- wish there was a better way to do this... put splhigh() around theJason Wright
extent_* functions to ensure they stay consistent - also remove some debugging crap
2005-06-02Use the correct pointer when printing out the error message. OK henningChad Loder
2005-06-02Cleanup recent kroute6 additions. OK henningChad Loder
2005-06-02Make buf_add a no-op if length == 0. OK henningChad Loder