Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth 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-03 | Make M-x gid tokenize C identifiers correctly. Problem reported by mjc. | Chad Loder | |
Testing and OK mjc | |||
2005-06-03 | com_pxa2x0 must cause com.c compilation; piece missed by uwe | Theo de Raadt | |
2005-06-03 | cleanup | Theo de Raadt | |
2005-06-03 | various tweaks; | Jason McIntyre | |
ok tholo@ | |||
2005-06-03 | no /etc/acpi/, this was not really discussed | Theo de Raadt | |
2005-06-03 | add an ipv6 example; | Jason McIntyre | |
from alex kirk; ok dhartmei@, unless i have badly misunderstood him; | |||
2005-06-03 | sync | Theo de Raadt | |
2005-06-03 | May 09 First commit to OpenBSD stable branch, OPENBSD_2_7, 2000 | Jason Wright | |
2005-06-03 | Don't use __LINE__ to prevent binary changing when nothing really | Alexander Yurchenko | |
changes. ok tholo@ | |||
2005-06-03 | i386 and amd64 only | Theo de Raadt | |
2005-06-03 | sync | Theo de Raadt | |
2005-06-03 | sync | Theo de Raadt | |
2005-06-03 | not like this yet, it is ugly | Theo de Raadt | |
2005-06-03 | No longer used. | Kenneth R Westerback | |
2005-06-03 | Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into | Kenneth R Westerback | |
cd.h. Remove include of cdvar.h from cd.c. cdvar.h becomes expendable. No functional change. | |||
2005-06-03 | Tweak 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-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth 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-03 | Fix memory leak. OK kjell, with comments by beck and kjell | Chad Loder | |
2005-06-03 | Like emacs, handle ^W during incremental search. Pressing ^W during | Chad 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-03 | do not refer to installboot(8) here as it is not installed on macppc; | Xavier Santolaria | |
ok miod@ jmc@. | |||
2005-06-03 | Better description of the WSDISPLAYIO_GBURNER "on" field, after discussion | Miod Vallat | |
with mickey@ some time ago. | |||
2005-06-03 | print negative values correctly; From: serge rasnikov <747500@gmail.com> | Henning Brauer | |
2005-06-03 | reties -> retries | Miod Vallat | |
2005-06-03 | Clean up find-alternate-file (C-x C-v) so abort returns to original | Kjell Wooding | |
file, like its emacs ancestor. ok cloder@ | |||
2005-06-03 | Hold a reference to the relevant struct in_ifaddr while a multicast address | Christopher Pascoe | |
is bound on the interface. ok mcbride@ henning@ | |||
2005-06-02 | Fix pasto - use correct pointer to extract block count from 8 byte | Kenneth R Westerback | |
block descriptors. Not that we actually use this information anywhere. | |||
2005-06-02 | These options dont affect anything anymore. | Dale Rahn | |
2005-06-02 | In the BNF section, remove one spurious "proto" and add one missing |. | Daniel Hartmeier | |
Found by Magne Andreassen. | |||
2005-06-02 | use much simpler switch for pci_machdep.h; ok drahn@ whatever tdr (; | Michael Shalayeff | |
2005-06-02 | double datasize limits now that mmap is counted in dsize | Todd C. Miller | |
2005-06-02 | remove unneeded error reporting when using cvs_path_cat(), the | Joris Vink | |
function does it for us. OK jfb@ | |||
2005-06-02 | make cvs_printf() a bit smarter, so it can be called without having | Joris Vink | |
to worry about the 'M' in server mode. OK jfb@ | |||
2005-06-02 | be gone unused init handler. | Joris Vink | |
2005-06-02 | Regen | Thorsten Lockert | |
2005-06-02 | handle commands which do not have any init callback a bit | Joris Vink | |
better, eliminates the use of dummy functions. OK jfb@ | |||
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten 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-02 | unbreak port floating, noticed by sean at obstacle9 dot com | Hans-Joerg Hoexer | |
ok cloder | |||
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich | |
2005-06-02 | sort options | Jared Yanovich | |
2005-06-02 | correctly close the audio device in audio_open() if one of the | Joris Vink | |
precision parameters is zero. ok tedu@ | |||
2005-06-02 | tsc, ryan left debug crap behind | Henning Brauer | |
2005-06-02 | for 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 usage | Jared 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_ERR | Xavier 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-02 | tweaks, grammar, punctuation, typos | Jared Yanovich | |
ok jmc | |||
2005-06-02 | - wish there was a better way to do this... put splhigh() around the | Jason Wright | |
extent_* functions to ensure they stay consistent - also remove some debugging crap | |||
2005-06-02 | Use the correct pointer when printing out the error message. OK henning | Chad Loder | |
2005-06-02 | Cleanup recent kroute6 additions. OK henning | Chad Loder | |
2005-06-02 | Make buf_add a no-op if length == 0. OK henning | Chad Loder | |