Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-10 | Enable PCIe snooping on the remaining ATI/NVIDIA chipsets. | Brad Smith | |
Fixes clicking and other noise related issues. ok ratchov@ | |||
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt | |
has never been performance sensitive. Running on all platforms, discussed with millert and kettenis, ok toby | |||
2008-10-10 | sync | Theo de Raadt | |
2008-10-10 | sync | Theo de Raadt | |
2008-10-10 | sync tcl/tk description with reality | Steven Mestdagh | |
2008-10-10 | skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. | Theo de Raadt | |
but that is OK because both minor 3 and 4 now do the same thing. eventually, 2 releases from now, everyone will have forgotten about minor 4 and we can delete the support code for it from sys/dev/rnd.c various versions of this looked at by millert and todd | |||
2008-10-10 | prandom dies | Theo de Raadt | |
2008-10-10 | minor 3 was /dev/prandom, which used random(). make that use the | Theo de Raadt | |
arandom code, just like minor 4. in fact, make them act exactly the same. | |||
2008-10-10 | back out previous change. Another panic, not as frequent, and | David Hill | |
definitely not at will. | |||
2008-10-10 | use 'Privileged ports can be forwarded only when logging in as root on | Kevin Steves | |
the remote machine.' for RemoteForward just like ssh.1 -R. ok djm@ jmc@ | |||
2008-10-10 | Comment out statekey code to stop 'panic: soreceive 3', which | David Hill | |
happens with IPv6 TCP traffic, until a better fix is found. patch from henning@ proded by deraadt@ | |||
2008-10-10 | Fix -X output of ppp packets. Inspired by PR4624 and especially the patch | Claudio Jeker | |
provided by canacar@. I just modified it a bit to skip the data link proto number as well. OK deraadt@ | |||
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt | |
2008-10-10 | hook up sed regress | Todd C. Miller | |
2008-10-10 | Adapt sed test suite to regress framework. | Todd C. Miller | |
Add sierpinski triangle script from http://sed.sourceforge.net/grabbag/scripts | |||
2008-10-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse | |
committed over a rum(4) donated by Maxim Belooussov, thanks! ok jsing@ | |||
2008-10-10 | missing spl() for codec command setting/retrieval | Jacob Meuser | |
from NetBSD via Alexey Suslikov, thanks "looks good" ratchov@ | |||
2008-10-10 | write "pflow", "flowsrc" and "flowdst" using the right macros. | Igor Sobrado | |
2008-10-10 | - use nmea(4) for general sensor example rather than udcf(4) | Stuart Henderson | |
which only works in w.europe - use a more realistic value for udcf correction example - use a GPS-only receiver for "refid GPS" example suggested/ok mbalmer | |||
2008-10-10 | show examples for sensors. use nmea as suggested by mbalmer, henning agrees. | Stuart Henderson | |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski | |
anything special to prod a cpu to leave the idle loop in signotify. powerpc, i386, amd64 and sparc64 will follow soon so that everyone has the same interface to wake an idling cpu. | |||
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski | |
For now, sparc64 is arbitrarily set to 256 (only architecture that didn't have a practical limit in the code on the number of cpus). | |||
2008-10-10 | typo in error message; ok djm@ | Kevin Steves | |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves | |
2008-10-10 | add rcs tags | Steven Mestdagh | |
ok espie | |||
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith | |
From sephe@DragonFly | |||
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt | |
but unfortunately rcs is not so lucky, and it will have to encoded inside. A bit gross, but what can we do? PR 5953, ok tobias | |||
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller | |
xmalloc call that goes with it. | |||
2008-10-09 | When adding a new user, do not move a potential yp line (+:*:::0:0::::) to the | Miod Vallat | |
end of the file, for this would make logins coming after the yp line (such as nomadic or fallback accounts) to come back before the yp line and take precedence. Found the hard way installing packages needing a user to be created. ok deraadt@ | |||
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis | |
buggy ACP BIOSes. Based on a diff from weingart@. ok deraadt@, oga@ | |||
2008-10-09 | replace M_WAITOK with M_NOWAIT | Charles Longeau | |
ok krw@ kettenis@ | |||
2008-10-09 | remove unused variable | Charles Longeau | |
ok millert@ jsing@ | |||
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller | |
that is passed in may now be larger than _POSIX2_LINE_MAX. Thanks to pedro@ for the test case. OK pedro@ | |||
2008-10-09 | Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ) | Theo de Raadt | |
becomes a very large number it will not wrap the short into a negative number and screw up timeouts. It will simply become a max of 65535. Since this happens when HZ is cranked to a high number, this will still only take n seconds, or less. Safer than crashing. Prompted by PR 5511 ok guenther | |||
2008-10-09 | plug memleak by calling ber_free() after sending a trap to cleanup the | Reyk Floeter | |
BER write buffer. | |||
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller | |
From otto@ | |||
2008-10-09 | remove a dead store. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok weingart@ | |||
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski | |
ok miod@ | |||
2008-10-09 | pass NULL rather than 0 for interrupt time usage to calcru() | Kevin Lo | |
ok art@ | |||
2008-10-09 | add -y to usage(); | Jason McIntyre | |
2008-10-09 | - add -d to usage | Jason McIntyre | |
- sync -f arg name with man page synopsis | |||
2008-10-09 | Use the reference count in struct process to update the proc count | Philip Guenthe | |
for users by the correct amount when changing real UID on (r)threaded processes. ok art@ tedu@ | |||
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe | |
if the main thread reaches the reaper ahead of some other thread in the process. ok art@ tedu@ | |||
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller | |
requested in PR3891; ok dtucker@ | |||
2008-10-09 | Add fallback ioctl handlers for MTU and multicast to ether_ioctl(). | Brad Smith | |
2008-10-09 | stop waiting for the printer to become ready, see PR 5427 for more | Theo de Raadt | |
information. Also explains PR 4124 and 5318 | |||
2008-10-09 | Use ether_ioctl(). | Brad Smith | |
2008-10-09 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith | |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith | |
2008-10-08 | Add -y option to force logging via syslog rather than stderr. | Damien Miller | |
Useful for daemonised ssh connection (ssh -f). Patch originally from and ok'd by markus@ |