summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-21Revert, rc.d scripts have been fixed.Antoine Jacoutot
2015-12-21Comment the wait for start until I fix the x11 managers rc.d script.Antoine Jacoutot
2015-12-21Detach the right session with -d.Nicholas Marriott
2015-12-21Add RET to dired-find-file. ok jasper@Mark Lumsden
2015-12-21Mention dired.Mark Lumsden
2015-12-21Replace an ugly bit of pointer arithmetic with a conditional expression.mmcc
2015-12-20need to include err.h for err().Sebastian Benoit
2015-12-20Remove unnecessary options:Robert Peichaer
2015-12-20size for free, sent and reminded by Mathieu. also delete null check.Ted Unangst
2015-12-20syncTheo de Raadt
2015-12-20syncTheo de Raadt
2015-12-20remove redundant logGilles Chehade
2015-12-20Advertise support for DRM version 1.4. We have support for all the necessaryMark Kettenis
2015-12-20In case of a bug in sndiod, an attacker (a local user) could runAlexandre Ratchov
2015-12-20Expose internal functions necessary to open audio devices and midiAlexandre Ratchov
2015-12-20Do not delay video(4) attachment if the device does not need to loadMartin Pieuchot
2015-12-20Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>.Martin Pieuchot
2015-12-20improve CTASSERT man pageStefan Fritsch
2015-12-20Clean up a condition. No functional change. ok tb@mmcc
2015-12-19No need for an extra log.hReyk Floeter
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Remove NULL-checks before free().mmcc
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Replace 'arc4random() % x' by 'arc4random_uniform(x)'.tb
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Remove NULL-check before free().mmcc
2015-12-19Add pledge(2). It is not currently possible to pledge -u and -Utb
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-19make things fit, by skipping pcn* for now -- randomly firing a driver.Theo de Raadt
2015-12-19syncTheo de Raadt
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-19gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed withTim van der Molen
2015-12-19Style cleanup and removal of needless casts. ok tb@mmcc
2015-12-19Remove NULL-checks before free(). ok tb@mmcc
2015-12-19Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.Reyk Floeter
2015-12-19Remove code that has been unused ever since we removed the agp ioctl interface.Mark Kettenis
2015-12-19Move agp_generic_enable() prototype to agpvar.h to unbreak the build onMark Kettenis
2015-12-19Don't exit if a route can't be added. Just log particulars andKenneth R Westerback
2015-12-19After starting, unconditionally wait up to $daemon_timeout seconds to check thatAntoine Jacoutot
2015-12-19Move log_sockaddr() to from log.c to util.c as it is a local additionReyk Floeter
2015-12-19Child will not return a config parsing error to the parent so rc.d will lie andAntoine Jacoutot
2015-12-19Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.Martin Pieuchot
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).Martin Pieuchot
2015-12-19Do not match Uninorth bridges until we have a working KMS with AGPMartin Pieuchot
2015-12-19Make carp_output() mpsafe.Martin Pieuchot
2015-12-19Tidy up _rc_wait().Antoine Jacoutot
2015-12-19UTF-8 support:Ingo Schwarze
2015-12-19Tweak pexp.Antoine Jacoutot
2015-12-19Add xs_setprop to set device propertiesMike Belopuhov
2015-12-19Fixup a few bugs in xen_intr_{establish,disestablish}Mike Belopuhov