Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-02-21 | Fix a reference to WFHARD in a comment; it was renamed WFFULL months | 1 | -2/+2 | ||
ago. ok kjell | |||||
2007-02-21 | Add missing sensor description for temperature. | 1 | -1/+3 | ||
ok dlg | |||||
2007-02-21 | Long awaiting modernization: | 2 | -192/+261 | ||
- reset the drive and fetch its identification strings during probe, and do not attach if they don't look good. - do not store synchronous command blocks (used by hdreset) in the softc, since they are not processed asynchronously. The stack will do. - cleanup the disklabel retrieval code. - use disk_{,un}lock instead of rolling our own equivalent. - use bounds_check_with_label() in hdstrategy() instead of a stripped-down inline version of it. Tested on 7957A. | |||||
2007-02-21 | Fix stuttering audio playback as reported by Igor Grabin. | 1 | -2/+5 | ||
Tested by several folks and ok canacar | |||||
2007-02-21 | part missed in PAE revert: ptoa() paddr_t size is no longer printed | 1 | -3/+3 | ||
with %llu; ok miod | |||||
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | 2 | -3/+4 | ||
how much blowfish takes at max, which is 72 bytes. Also define a constant for this in the include file, suggested by ray@. ok pedro@ thib@ tedu@ | |||||
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | 3 | -52/+44 | ||
ok marco@ | |||||
2007-02-21 | make sure checkout_rev() sets correct file permissions via file->rf_mode | 1 | -1/+3 | ||
in case where fstat() of file->rf_fd won't give us right mode. fixes PR #5383 ok xsa@ | |||||
2007-02-21 | Create "syslogd: restart" message after the setup of signal | 1 | -6/+9 | ||
handlers. This prevents a race where syslogd could die on SIGPIPE at startup. Also distinguish between start and restart. OK henning@ | |||||
2007-02-21 | put -L and -G in the right place; | 1 | -7/+7 | ||
2007-02-21 | put -G in the right place; from Igor Sobrado | 1 | -3/+3 | ||
2007-02-21 | order options; from Igor Sobrado | 1 | -22/+22 | ||
2007-02-21 | sort options; sync synopsis and usage() | 2 | -45/+44 | ||
from Igor Sobrado | |||||
2007-02-21 | Sync with reality. Initial diff by Ingo Schwarze additional help by jmc@ | 1 | -18/+24 | ||
2007-02-21 | Make the firmware load on big endian systems and while there make sure that | 1 | -3/+3 | ||
the right value is printed in case of an error. OK mglocker@ | |||||
2007-02-21 | For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. | 1 | -4/+3 | ||
Don't allow the userland to fiddle with flags reserved by the driver. Noticed by Ingo Schwarze. | |||||
2007-02-21 | sync | 2 | -14/+14 | ||
2007-02-21 | put structs after copyright notice; ok dlg | 1 | -13/+14 | ||
2007-02-21 | hand-cruft an isprint() for deciding which characters to echo to the | 1 | -6/+8 | ||
console; ignore all others. based on idea by didickman@gmail.com, ok tom | |||||
2007-02-21 | regen for inclusion of the structs used in pcidevs_data.h | 2 | -2/+15 | ||
2007-02-21 | put the structs defining the content of pcidevs_data.h into that header | 2 | -21/+16 | ||
file, rather than in pci_subr.c before theyre used. this allows the header to be used elsewhere without needing to copy a chunk out of pci_subr.c. ok miod@ deraadt@ | |||||
2007-02-21 | remove part of buf abuse and store errcnt in softc (instead of b_errcnt); more work can be done to lower buf abuse even more; miod@ testing and ok | 2 | -8/+9 | ||
2007-02-21 | Clear alarm() before restarting sshd on SIGHUP. Without this, if there's | 1 | -1/+2 | ||
a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the newly exec'ed sshd will get the SIGALRM and not have a handler for it, and the default action will terminate the listening sshd. Analysis and patch from andrew at gaul.org. | |||||
2007-02-21 | simplify synopsis and usage(); from Igor Sobrado | 2 | -17/+8 | ||
2007-02-21 | from brad: | 1 | -2/+2 | ||
Hardware VLAN stripping was removed by Camiel before 3.8. ok camiel | |||||
2007-02-21 | net.inet.esp.udpencap is enabled by default; | 1 | -2/+2 | ||
from jared rr spiegel: documentation/5385 | |||||
2007-02-21 | add Option GlobeTrotter 3G+ to the list of devices supported by ubsa(4) | 1 | -1/+2 | ||
2007-02-21 | let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ | 1 | -1/+3 | ||
2007-02-21 | regen | 2 | -4/+9 | ||
2007-02-21 | usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@ | 1 | -1/+2 | ||
2007-02-21 | Fix a few memory leaks. | 1 | -8/+19 | ||
ok jordan@ | |||||
2007-02-21 | Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison | 4 | -26/+12 | ||
function, should not do any resource freeing. OK joris@. | |||||
2007-02-21 | KNF | 1 | -14/+18 | ||
2007-02-21 | Replace a manual xrealloc with rcsnum_setsize. | 1 | -6/+3 | ||
From Charles Longeau <chl at tuxfamily dot org>. OK joris@. | |||||
2007-02-21 | Some Sony VAIOs use the wrong eventing type. Work around that by honering it. | 1 | -1/+7 | ||
Found by giovanni <qgiovanni @ gmail . com> ok jordan | |||||
2007-02-21 | - Pass full buffer size to fgets. | 2 | -8/+7 | ||
- No need to initialize buffer. - Spacing. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||||
2007-02-21 | Fixed deref for storing to local after CondRef op | 1 | -6/+28 | ||
ok marco@ | |||||
2007-02-21 | Don't unconditionally spin up SDEV_UMASS devices. They almost | 1 | -8/+10 | ||
certainly don't need it, or are capable of reporting themselves in need of a spin up. Feedback from various agreeing it is unlikely such devices exist. Fixes devices found by Markus Bergkvist and Johan M:son Lindman. ok dlg@ | |||||
2007-02-20 | It helps to enable hpet... This fixes bnx not working on amd64. | 1 | -1/+2 | ||
2007-02-20 | rename ccb_id to ccb_slot so its more clear what its used for. stash a | 1 | -3/+8 | ||
pointer to the port and the ata_xfer in there too. | |||||
2007-02-20 | oops, missed one in the cmd list entry | 1 | -1/+2 | ||
2007-02-20 | KNF while here. | 1 | -3/+3 | ||
2007-02-20 | fill some macros for ahci structures. fix a spello while there. | 1 | -2/+10 | ||
2007-02-20 | clarify that -f is not optional; ok otto | 2 | -4/+7 | ||
2007-02-20 | KNF while in here. | 1 | -5/+4 | ||
2007-02-20 | Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use. | 1 | -3/+10 | ||
OK mglocker@ | |||||
2007-02-20 | ~1052 lines of new PHY radio initialization code and no end in sight. | 3 | -25/+1035 | ||
2007-02-20 | sync | 21 | -16/+37 | ||
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | 27 | -1041/+696 | ||
the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@ | |||||
2007-02-20 | Remove duplicate entry. | 1 | -2/+1 | ||
ok miod@ |