summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-22Fix printing commands with no arguments, from Benjamin Poirier.Nicholas Marriott
2012-04-22Handle partial keys properly by making sure the timer has actuallyNicholas Marriott
expired, fixes problems with mintty reported by Michael Simpson.
2012-04-22Reset t_column to 0 when initializing a tty.Matthew Dempsky
ok deraadt@
2012-04-22Document that getpeereid() works for SOCK_SEQPACKET sockets too.Matthew Dempsky
2012-04-21Fix math in previous. Oops.Miod Vallat
2012-04-21Round the reserved memory size up when printing it in MB unitsMiod Vallat
2012-04-21Remove long dead prototypes.Miod Vallat
2012-04-21Correct a wrong comment.Miod Vallat
2012-04-21Don't mention gcc 3 anymore.Miod Vallat
2012-04-21i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USERGilles Chehade
privileges. while at it, also apply the same to virtual domains.
2012-04-21Rework the signature of the cache handling routines again. It makes more senseMiod Vallat
to pass both the virtual and physical addresses of the page to clean to SyncDCachePage, which is the only routine using `Index' operations on the data cache, which might be virtually indexed at some levels but physically indexed at others. On the other hand, it does not make any sense to pass a physical address to routines using `Hit' operations (and they were discarding them anyway). In addition to making things cleaner, this fixes sporadic userland misbehaviour (read: SIGSGEV) on RM7000 O2 systems.
2012-04-21remove the "Do you want to do any manual network configuration?" question.Henning Brauer
there is barely ever a need to do so these days, I for one don't remember ever using it, and we have a well documented way of escaping to a shell at any point in the install process, which the installer conveniently points out right at the beginning. stumbled upon while reviewing the upcoming 2nd edition of Michael Lucas' "Absolute OpenBSD" ok sthen deraadt halex krw
2012-04-21When a new parent is attached to an already examined child (prerequisite),Philip Guenthe
use the same logic to update the parent (factored out as SuffLinkParent()) as is used for updating the original parent. Fixes the "make -j2" problem reported by tedu@ at c2k11 ok espie@
2012-04-21Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.Philip Guenthe
This lets new binaries work (at least w/o the -H option) with old kernels. ok pirofti@ deraadt@
2012-04-20As noted by Kent R. Spillner this file is unused, so move it to the attic.Alexander Hall
ok deraadt@
2012-04-20use "an addrinfo", not "a addrinfo". ok jmcStuart Henderson
2012-04-20Silence warnings. Okay deraadt@.Paul Irofti
2012-04-20use "brackets" instead of "braces", for consistency;Jason McIntyre
2012-04-20Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses forPhilip Guenthe
fd_ofiles and fd_ofileflags, reading in the separate allocation when necessary. Lets fstat -p and fstat -u work on kernel crash dumps again. ok millert@
2012-04-20dyslexy strikes againMarc Espie
2012-04-20Back to non-verbose, crept back in with last merge.Camiel Dobbelaar
ok sthen
2012-04-20rearrange DESCRIPTION somewhat to make this page more readable;Jason McIntyre
from Lawrence Teo
2012-04-20setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...)Damien Miller
2012-04-19cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowDamien Miller
ok miod@ deraadt@
2012-04-19talk about pecl.port.mkStuart Henderson
2012-04-19shrinkTheo de Raadt
2012-04-19Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead ofMiod Vallat
8:8:8, and use the fast putchar code unconditionally: it turns out it expects the background color as 4:8:4. This fixes the `character background is too green and too light' effect that caused this code path to only be used for black background, and the slower code for the rest.
2012-04-19rely on the compiler giving us a built-in alloca. any new architectureTheo de Raadt
or compiler we use will. ok millert
2012-04-19clear memory before passing to ioctl routines instead of praying itTheo de Raadt
will be ok and not break things upon return. ok claudio
2012-04-19rate-limit accept(); small tweaks and such along the way from gilles,Theo de Raadt
millert, camield..
2012-04-19syncTheo de Raadt
2012-04-19Print the currently active ASID in `machine tlb' ddb command.Miod Vallat
2012-04-19Be sure to update the currently active ASID in pmap_activate() if invoked onMiod Vallat
behalf of curproc.
2012-04-19relayd re-uses the event callbacks and passes the value of iev.dataTheo de Raadt
as the third argument (so that should be a copy of the 5th argument of event_set(). it boggles the mind.
2012-04-19small cleanup(%hd -> %d)Gleydson Soares
yes deraadt@
2012-04-19document gcc4 module change.Pascal Stumpf
ok jmc@
2012-04-19missing ;Theo de Raadt
2012-04-19tweak previous;Jason McIntyre
2012-04-19Backout misplaced optimization in vmmap.Ariane van der Steldt
(That means the misplaced optimization is back in.) It broke mips and possibly other architectures.
2012-04-19unbreak compilation without DEBUG definedAlexandre Ratchov
2012-04-19add newline to signal error messages; Thomas PfaffTheo de Raadt
2012-04-18Enable multi-threaded debugging on powerpc.Mark Kettenis
2012-04-18merge some whitespace changes before bigger changesTheo de Raadt
2012-04-18update here tooMiod Vallat
2012-04-18Document recent workMiod Vallat
2012-04-18Split the existing impact@xbow attachment into generic impact routines, andMiod Vallat
bus-specific attachment; impactreg.h and impactvar.h move from sgi/xbow/ to sgi/dev/. Teach the generic impact code how to code with pre-ImpactSR boards, which have a slightly different register layout (information obtained from Peter Fuerst's Linux IP28 patches). Add an impact@gio attachment (unfortunately untested, no Impact GIO boards here). All Indigo 2 graphics options should be supported now (assuming the Extreme/Ultra will actually work with grtwo(4) out of the box). Tested not to disturb operation on IP30. ** ATTENTION! If you are building IP27 or IP30 kernels, be sure to rm impact.d ** before building a new kernel.
2012-04-18Don't attach a wsdisplay if not the console device, for part of the deviceMiod Vallat
is disabled, and nothing shows up on the monitor in this case. To be investigated later.
2012-04-18regenMiod Vallat
2012-04-18Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO IDMiod Vallat
register.
2012-04-18Put decent prefixes in the symbolic constants for GIO IDs in the generatedMiod Vallat
files, for them to become useful.