summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-04Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT.Philip Guenther
problem reported by patrick keshishian (pkeshish (at) gmail.com) based on diff from mlarkin@, ok mlarkin@ deraadt@
2015-08-04do not save & restore a capability register, it is RO.Theo de Raadt
issue noticed by patrick kehishian, ok mlarkin
2015-08-04add Realtek ALC1150, from Alexandre H. ok deraadtTed Unangst
2015-08-04regenTed Unangst
2015-08-04add C610 HD Audio, from Alexandre H. ok deraadtTed Unangst
2015-08-04If we are setting ACPI_PM1_BM_RLD do it only once, and remember toTheo de Raadt
repeat this action at resume time. ok mlarkin guenther
2015-08-04Fix clct(4) audio driver which was stuttering to the point of being useless.Stefan Sperling
Tested on Thinkpad X21 by me. All the hard work was done by ratchov@. I just made some cosmetic fixes while here. ok ratchov@ deraadt@
2015-08-04Give more precise errors, to help track when bgpd quitsPeter Hessler
OK florian@ benno@ sthen@ deraadt@
2015-08-04consider the default failure handling for errors on socket operations toDavid Gwynne
close the socket rather than kill the program. tested for a few days on the student shell box at work. based on discussion with guenther@
2015-08-04tweak previous; ok deraadtJason McIntyre
2015-08-04Clarify how ACPI unhibernate works, as well as expand a bit on visualMike Larkin
feedback that may be presented to the user during unhibernate/resume. suggested by espie@
2015-08-04add /var/run/rc.d/Jason McIntyre
help/ok schwarze
2015-08-04Remove some ancient code in PAE mode that was part of supporting > 4GBMike Larkin
physmem on i386, which we don't support anymore. And since we removed the physmem ranges above 4GB in machdep.c, this code did nothing anyway. ok beck@, deraadt@
2015-08-04backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release;Damien Miller
problems spotted by sthen@ ok deraadt@ markus@
2015-08-04Provide the fallback C1-via-halt even when _CST can't be evaluated.Philip Guenther
Fixed systems that only provide _CST for a subset of the CPUs. Problem reported by <david.a.baer (at) gmail.com> ok mlarkin@ deraadt@
2015-08-04syncTheo de Raadt
2015-08-04install the radiusd rc.d fileJonathan Gray
ok deraadt@
2015-08-04Fix a handful of incorrect register offsets in acpihpet.Mike Larkin
from patrick keshishian <pkeshish at gmail.com> ok deraadt@
2015-08-03Prevent a NULL dereference when a plt entry is not found.Martin Pieuchot
This smells like a workaround but it allows audio/mpd to build and the resulting binary runs well enough to make landry@ happy. In any case, having a broken binary is not much worse than not having a binary because ld(1) crashed. ok miod@, deraadt@
2015-08-03Rolf Sommerhalder reports that the examples in the carp manpage areSebastian Benoit
little lies: you have to use carpdev now to configure a carp parent interface. ok mpi@ jmc@
2015-08-03remove an extra getuid call, reported by Martijn van DurenTed Unangst
2015-08-03Unfortunately netstat did not show sockets without file descriptorsAlexander Bluhm
since it had been converted from kvm to sysctl. This was hiding a bunch of TCP states which are important for network debugging. Loop over the internet PCB tables to fill the network information into the KERN_FILE_BYFILE sysctl result. Skip internet sockets when looping over the file desciptors. From markus@; OK guenther@; Go for it deraadt@
2015-08-03Explicitly request the sockaddr_dl when doing a RTM_GET rather thanMartin Pieuchot
assuming that it will be in the gateway sa. Fixes a regression introduced with the support of multiple connected routes, found the hardway by sebastia@. ok florian@, benno@, deraadt@
2015-08-03A recently added sanity check panic in pf_postprocess_addr() wasJonathan Gray
triggered for a reply-to rule. It turns out this case has been using uninitialised memory as if it were a valid pf pool. As the rest of the function assumes a valid pool for now just return. Problem reported by RD Thrush. ok jung@ mikeb@
2015-08-03On mips64, enable IPIs before calling refreshcreds() in trap(), toVisa Hankala
avoid a potential deadlock. ok miod@, deraadt@
2015-08-03"ls" requires an argument.Antoine Jacoutot
issue reported by kirby@ "hurry up" deraadt@
2015-08-03Fix rev 1.70 of server.c by only re-enabling the bufferevent if weFlorian Obser
previously disabled it because we were reading to fast (from disk). Problem noted and tracked down to that commit by weerd@ and independently by stsp@. Tested by weerd@, stsp@, reyk@ OK bluhm@, reyk@
2015-08-03syncTheo de Raadt
2015-08-03add amdcf(4) here too; unbreaks RAMDISKJasper Lievisse Adriaanse
ok pirofti@
2015-08-03Enable the xdm installer question on macppc, now that it has virtualRobert Peichaer
consoles. Noted by stsp OK deraadt
2015-08-03Remove a debug printf that should have been removed years ago. ok ratchovStefan Sperling
2015-08-03sync usage();Jason McIntyre
2015-08-03tweak previous;Jason McIntyre
2015-08-03fix up previous;Jason McIntyre
2015-08-03Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rcYASUOKA Masahiko
to hook the rc script and modify etc/rc.conf to make it disable by default. Also add an entry for /etc/radiusd.conf to etc/changelist and etc/mtree/special. ok deraadt
2015-08-03Add radiusctl.8YASUOKA Masahiko
ok deraadt
2015-08-03Make radiusd.conf.5 describe all configuration optionsYASUOKA Masahiko
2015-08-02Fix styles. Also delete -h option since any other ctl command doesn't haveYASUOKA Masahiko
it.
2015-08-02Check the received packet length properly.YASUOKA Masahiko
2015-08-02Fire pending events when the module starts.YASUOKA Masahiko
2015-08-02spelling; ok deraadtJason McIntyre
2015-08-02Tweak XXX comments.YASUOKA Masahiko
2015-08-02radiusd_module with libevent didn't stop when the daemon stops. FixYASUOKA Masahiko
it to delete its event handler properly.
2015-08-02Fix radiusd_radius to use syslog(3). It had used stderr for debug.YASUOKA Masahiko
2015-08-02Fix radiusd to start without -d. Also stop using event_initialized()YASUOKA Masahiko
to check whether the event handler is set.
2015-08-02remove ssl3 bits; ok dougJason McIntyre
2015-08-02openssh 7.0; ok deraadt@Damien Miller
2015-08-02long overdue overhaul to include instructions for miniroot and usbJasper Lievisse Adriaanse
2015-08-02Kill a useless assignment.Masao Uebayashi
2015-08-02Refactor to prepare a future change; no functional changes.Masao Uebayashi