summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
from Maximilian Fillinger
2013-09-30regenJonathan Gray
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
from Maximilian Fillinger
2013-09-30drmclose: don't unref objects with a mutex locked.Jonathan Gray
Some free functions (radeon) grab sleeping locks. Instead when we ahve taken the object off the tree we unlock and unref, then regrab before looking again. from oga in bitrig, ok kettenis@
2013-09-29various fixes to sync usage() with SYNOPSIS, and make these pages a bitJason McIntyre
more consistent; feedback/ok miod
2013-09-29Simple installboot(8) for aviion. Awaiting boot blocks...Miod Vallat
2013-09-29Split the VDIT label code into VDM "label" (which only defines non-MBRMiod Vallat
partitioning, and an optional boot area) and real VDIT. If a VDM label is found, but no VDIT is found, search for a native label in sector 1 (where VDIT would start). In either case, make sure the OpenBSD area of the disk does not enclose the boot area. This allows PROM bootable disks, not shared with DG/UX, to be set up with minimal hassle. To be done by the upcoming installboot(8) soon.
2013-09-29Removed some unused codeMike Larkin
2013-09-29purge compat junk related to drand48; ok guentherTheo de Raadt
2013-09-29Print out the compressed image size during unhibernate, for diagnosticMike Larkin
purposes and to give the user an idea as to how much is going to be read in.
2013-09-29use a more clearly named variable for the srandom case in the codeTheo de Raadt
ok millert
2013-09-29remove bogus commentTheo de Raadt
2013-09-29Test whether the WHOAMI register exists before using it. Apparently, modelsMiod Vallat
100/200/300 would lack it. They are single-processor systems anyway.
2013-09-292 new libX11 localeMatthieu Herrb
2013-09-29fix some formatting warnings;Jason McIntyre
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really doMark Kettenis
anything useful there. Switching from glass console to serial console is already done by cninit(), and the reinitializaton of cn_tab by cnset() breaks the conseleness checks in the wsdisplay code. Tested on various amd64/i386 systems with both glass and serial console. ok mpi@
2013-09-29Perform more consistency checks when walking the VDIT.Miod Vallat
2013-09-29Prepare netstat for printing 64 bit route expire time.Alexander Bluhm
OK claudio@
2013-09-29Instead of demonstrating the method to override rc.d variables with aStuart Henderson
(relatively uncommon) change of uid, demonstrate changing flags instead, as this is more common (and hoping that this reduces the chance of users editing the rc.d script directly which can cause problems at upgrade time). Feedback from jmc, tweaks from schwarze, ok jmc schwarze ajacoutot
2013-09-28enable mpath, rdac, and sym to see what will happen.David Gwynne
discussed with and ok deraadt. we expect a problem will appear which will cause it to be disabled again, but unless we try this we wont see the problems.
2013-09-28belatedly adjust to gcc 3 and ELFMiod Vallat
2013-09-28Muild bsd.mp when baking a release.Miod Vallat
2013-09-28Model 332 has a monochrome 98542 on-board, instead of the expected 98544;Miod Vallat
that particular model lacks the colormap chips (likely due to physical space constraints) and lies about its visible geometry, in pure old HP frame buffer style (before HP engineers realized the usefulness of providing correct data to the operating system). Work done by Andrew Gillham (last name on gmail), with unsignificant tweaks by me.
2013-09-28Make sure the stack is 1:1 mapped before attempting to give control backMiod Vallat
to the PROM at halt/reboot time; this lets systems reboot again.
2013-09-28The first step in being able to share disks with DG/UX: recognize VDM/VDITMiod Vallat
disk layout, and if a vdmpart instance named "OpenBSD" is found (but not a vdmaggr!!!), assume this is the OpenBSD part of the disk and the native label is found within it. Native DG/UX partitions (vdmpart or vdmaggr) will NOT be reported in the spoofed label of a shared disk.
2013-09-28Fix condition to check if a midi port is referenced. Remove unused bits.Alexandre Ratchov
2013-09-28correct description of v4l2_fmtdesc; from RemcoJason McIntyre
ok miod
2013-09-28poll(2) on a socket should set POLLHUP on EOF. This makes theTodd C. Miller
behavior of socketpair(2) match that of pipe(2) when the other end is closed. OK guenther@
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
doshutdownhooks() calls. XXX arm-based ports ought to really share their reboot code.
2013-09-28Refine the frame buffer probe again, to correctly detect a newport frame bufferMiod Vallat
on Indy if an HPC SCSI board is plugged in either expansion slots, as this somehow affects pipelined reads of the newport space. The framebuffer detection is slowly becoming an ISA-like mess... Thanks to Alain Tauch for giving me an HPC SCSI board (wrapped in yet another Indy)
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofMiod Vallat
false sq positives ("sq not configured" since rejected by the sq driver) in dmesg, for SCSI HPC boards.
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
with ddb entered early with boot -d or from UKC).
2013-09-28Resolve the uncertainty in the REFID assignment.Peter Hessler
Previously, when there is an even number of offsets, we did the average of the two middle offets but would set the REFID from one of them. Instead, we simply select the middle offset with the lowest delay. diff from Mike Miller <mmiller mgm51 com> (many thanks!) OK phessler@, henning@
2013-09-28Fix the message of uthum(4)'s calibration offset is incorrectsasano
when the offset is -1 < degC < 0. ok by yuo@ and mpi@.
2013-09-28Use of uninitialized variable. Found by Maxime VillardMike Larkin
ok guenther@
2013-09-28Another puc(4) device based on Oxford chipset found in a StartechMike Larkin
expresscard serial card
2013-09-28regenMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset, found in a StartechMike Larkin
expresscard serial card
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
ok miod@
2013-09-27The error return codes for the enc interface were inconsistent.Alexander Bluhm
Always return the appropriate errno. OK reyk@ mikeb@
2013-09-27Try harder to ensure wddump() doesn't decrement the countKenneth R Westerback
of sectors to write by one value and increment the address the next i/o will start at by a different amount.
2013-09-27scsi_size() is now used only by cd(4). So move it from scsi_base.cKenneth R Westerback
to cd.c and call it cd_size(), like sd_size() lives in sd.c. Tweak some daddr_t variables to u_int64_t on the way, when they are for disk sector numbers, not 512-byte block numbers.
2013-09-27IPv6 atomic fragments must not go the reassembly queue, but beAlexander Bluhm
processed immediately. Let pf step over an atomic fragment header and handle the packet like an unfragmented. OK mikeb@
2013-09-27typo in macro name; no md5 changeStuart Henderson
2013-09-26Clear SYSFAIL upon boot, for real.Miod Vallat
2013-09-26Tinkering with the cache diagnostic registers have told me enough informationMiod Vallat
to figure out the addressing split scheme used by DG in their 6:1 CMMU designs.
2013-09-26Removed a break of a switch-case, which had not been removed in the last commit.Patrick Wildt
No functional change.
2013-09-26Use the cpuid vendor string instead of the model string when enablingJonathan Gray
VIA specific amd64 code. Makes the code work with Eden X2 processors which have the same model/family as a Nano but don't claim to be one in the model string. from bytevolcano at Safe-mail.net
2013-09-26After some manipulations with the buffer, ike message header (hdr)Mike Belopuhov
might no longer point to the same memory as before. The bug was reported and fix was tested by LEVAI Daniel. Thanks!
2013-09-26document how to handle python3 PLISTs; based on a diff from rpointel@Stuart Henderson