summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-23kill(1) doesn't use getopt() due to its non-standard option processing.Todd C. Miller
2014-03-23Remove commented-out module-config line, it is already set to "validatorStuart Henderson
2014-03-23Fix uhidev_detach() when detaching a device which did not claimed for allandre
2014-03-23Revert audio key handling, requested by ratchov@Martin Pieuchot
2014-03-23my bad, last commit was not ok deraadt, revert it.Alexandre Ratchov
2014-03-23some minor cleanup:Jason McIntyre
2014-03-23note that the last two usage forms are marked xsi; ok millertJason McIntyre
2014-03-23default to tcpwrappers off. ok deraadtTed Unangst
2014-03-23stop using libwrap. ok deraadtTed Unangst
2014-03-23Repair R5000SC and R4600SC external L2 cache setup, broken in previousMiod Vallat
2014-03-22switch to shorter ISC license. this was ok with Niels Provos.Ted Unangst
2014-03-22warn() -> warnx() when errno is irrelevant.Kenneth R Westerback
2014-03-22Fix trap: do not remove the entire WRKDIR -- we may have our backed up filesAntoine Jacoutot
2014-03-22Also remove TEMPROOT in error_rm_wrkdir.Antoine Jacoutot
2014-03-22Unbreak tree; p_sigacts moved from struct proc to struct processFlorian Obser
2014-03-22Make sure to add missing users/groups _before_ running theAntoine Jacoutot
2014-03-22donebell is no longer required.Mark Lumsden
2014-03-22don't use >$@ directlyMarc Espie
2014-03-22If no default tag defined, still let user input a tag to find.Mark Lumsden
2014-03-22disable the imsg buffers profiling code unless requested, this will preventGilles Chehade
2014-03-22standard blurb;Jason McIntyre
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-22Now tunnel can have multiple listen addresses.YASUOKA Masahiko
2014-03-22Reimplement control part of npppd(8) with imsg. Also add "monitor"YASUOKA Masahiko
2014-03-22Add an assert not to call radius_cancel_request() on callback. If theYASUOKA Masahiko
2014-03-22Fixed a bug in npppd_auth_get_user() which caused segmentation faults afterYASUOKA Masahiko
2014-03-22In RADIUS accounting, realm_framed_ip_address was mistakenly used forYASUOKA Masahiko
2014-03-22Don't stop listening 1723/tcp when accept() is failed.YASUOKA Masahiko
2014-03-22Stop output "Stopped" log message of the tunnel protocols.YASUOKA Masahiko
2014-03-22truer words were never spokenTed Unangst
2014-03-22Upper case another global variable (nifs -> NIFS).Kenneth R Westerback
2014-03-22Oops. MDMTDEVS is used to populate /dev. Put those bits back.Kenneth R Westerback
2014-03-22Remove 'tape' as a method for installing sets. Elite masters of unixKenneth R Westerback
2014-03-22If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze
2014-03-22<sys/agpio.h> is gone; this compiles fine without itPhilip Guenther
2014-03-22Second draft of my attempt to workaround the infamous R4000 end-of-page errata,Miod Vallat
2014-03-22Shuffle tlblo-related defines, to better show which bits are software only,Miod Vallat
2014-03-21Rename db_inst_type() into classify_insn() and make that function availableMiod Vallat
2014-03-21avoid repetitive code for asprintf error handlingIngo Schwarze
2014-03-21The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze
2014-03-21Keep the `clamp memory to what pmap can address' logic unconditional, andMiod Vallat
2014-03-21Fix missing brackets: longitude/latitude status set to critical every timeandre
2014-03-21Rename the symbolic constants for the pmap-specific vm_pag pg_flags fromMiod Vallat
2014-03-21Some knf, no functional changes.andre
2014-03-21Allow for two more pmap-specific bits in vm_page pg_flags. DefineMiod Vallat
2014-03-21Disable MS-CHAPv1 (RFC 2433) support. Undocumented; Microsoft droppedChristian Weisgerber
2014-03-21syncTheo de Raadt
2014-03-21Global lists of addresses are species near extinction, even carp doMartin Pieuchot
2014-03-21Add nginx default log files to the rotation.Antoine Jacoutot
2014-03-21zap trailing whitespace;Jason McIntyre