Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-22 | Fix printing commands with no arguments, from Benjamin Poirier. | Nicholas Marriott | |
2012-04-22 | Handle partial keys properly by making sure the timer has actually | Nicholas Marriott | |
expired, fixes problems with mintty reported by Michael Simpson. | |||
2012-04-22 | Reset t_column to 0 when initializing a tty. | Matthew Dempsky | |
ok deraadt@ | |||
2012-04-22 | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | Matthew Dempsky | |
2012-04-21 | Fix math in previous. Oops. | Miod Vallat | |
2012-04-21 | Round the reserved memory size up when printing it in MB units | Miod Vallat | |
2012-04-21 | Remove long dead prototypes. | Miod Vallat | |
2012-04-21 | Correct a wrong comment. | Miod Vallat | |
2012-04-21 | Don't mention gcc 3 anymore. | Miod Vallat | |
2012-04-21 | i got the previous fix wrong, /etc/mail/aliases should use SMTPD_USER | Gilles Chehade | |
privileges. while at it, also apply the same to virtual domains. | |||
2012-04-21 | Rework the signature of the cache handling routines again. It makes more sense | Miod 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-21 | remove 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-21 | When 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-21 | Remove 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-20 | As noted by Kent R. Spillner this file is unused, so move it to the attic. | Alexander Hall | |
ok deraadt@ | |||
2012-04-20 | use "an addrinfo", not "a addrinfo". ok jmc | Stuart Henderson | |
2012-04-20 | Silence warnings. Okay deraadt@. | Paul Irofti | |
2012-04-20 | use "brackets" instead of "braces", for consistency; | Jason McIntyre | |
2012-04-20 | Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for | Philip 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-20 | dyslexy strikes again | Marc Espie | |
2012-04-20 | Back to non-verbose, crept back in with last merge. | Camiel Dobbelaar | |
ok sthen | |||
2012-04-20 | rearrange DESCRIPTION somewhat to make this page more readable; | Jason McIntyre | |
from Lawrence Teo | |||
2012-04-20 | setlinebuf(3) is more readable than setvbuf(.., _IOLBF, ...) | Damien Miller | |
2012-04-19 | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflow | Damien Miller | |
ok miod@ deraadt@ | |||
2012-04-19 | talk about pecl.port.mk | Stuart Henderson | |
2012-04-19 | shrink | Theo de Raadt | |
2012-04-19 | Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead of | Miod 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-19 | rely on the compiler giving us a built-in alloca. any new architecture | Theo de Raadt | |
or compiler we use will. ok millert | |||
2012-04-19 | clear memory before passing to ioctl routines instead of praying it | Theo de Raadt | |
will be ok and not break things upon return. ok claudio | |||
2012-04-19 | rate-limit accept(); small tweaks and such along the way from gilles, | Theo de Raadt | |
millert, camield.. | |||
2012-04-19 | sync | Theo de Raadt | |
2012-04-19 | Print the currently active ASID in `machine tlb' ddb command. | Miod Vallat | |
2012-04-19 | Be sure to update the currently active ASID in pmap_activate() if invoked on | Miod Vallat | |
behalf of curproc. | |||
2012-04-19 | relayd re-uses the event callbacks and passes the value of iev.data | Theo 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-19 | small cleanup(%hd -> %d) | Gleydson Soares | |
yes deraadt@ | |||
2012-04-19 | document gcc4 module change. | Pascal Stumpf | |
ok jmc@ | |||
2012-04-19 | missing ; | Theo de Raadt | |
2012-04-19 | tweak previous; | Jason McIntyre | |
2012-04-19 | Backout 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-19 | unbreak compilation without DEBUG defined | Alexandre Ratchov | |
2012-04-19 | add newline to signal error messages; Thomas Pfaff | Theo de Raadt | |
2012-04-18 | Enable multi-threaded debugging on powerpc. | Mark Kettenis | |
2012-04-18 | merge some whitespace changes before bigger changes | Theo de Raadt | |
2012-04-18 | update here too | Miod Vallat | |
2012-04-18 | Document recent work | Miod Vallat | |
2012-04-18 | Split the existing impact@xbow attachment into generic impact routines, and | Miod 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-18 | Don't attach a wsdisplay if not the console device, for part of the device | Miod Vallat | |
is disabled, and nothing shows up on the monitor in this case. To be investigated later. | |||
2012-04-18 | regen | Miod Vallat | |
2012-04-18 | Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO ID | Miod Vallat | |
register. | |||
2012-04-18 | Put decent prefixes in the symbolic constants for GIO IDs in the generated | Miod Vallat | |
files, for them to become useful. |