summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-29At the requst of deraadt@, backpout the temporary hack for pcc.Otto Moerbeek
Paraphrasing, "make it clear this should be fixed in pcc asap".
2007-09-29KNF.Pierre-Yves Ritschard
2007-09-29Add first part of queue magic to attach.Marco Peereboom
2007-09-29check if initializer element is a constant in MI code. ok ragge@Otto Moerbeek
2007-09-29Avoid a member array overflow in the init code; ok ragge@Otto Moerbeek
2007-09-29unneeded includes and whitespace police; from Igor ZinovikOtto Moerbeek
2007-09-29simple refactoring: replace convoluted code with simple equivalent testMarc Espie
structure.
2007-09-29use constant FD_CLOEXEC, more readable than 1.Marc Espie
zap comment that should have gone with setting use_pipes.
2007-09-29remove comment that no longer apply.Marc Espie
Replace a stupid comment with something that makes sense. (this function needs a rewrite, it's incredibly stupid anyways)
2007-09-29default to svnds now to accomodate change in the vnd driver.Felix Kronlage
from Piotr Durlej with man-page nits from me tested henning@, krw@, thib@ and myself. ok thib@, grunk@, krw@
2007-09-29make safe vnds work on block devices.Felix Kronlage
from Piotr Durlej, tested by henning@, krw@, thib@ and myself ok thib@, grunk@, krw@
2007-09-29Remove unused prototype. ok djm@Darren Tucker
2007-09-28KNFPierre-Yves Ritschard
2007-09-28spacesClaudio Jeker
2007-09-28Better description of the daemon.Pierre-Yves Ritschard
Initially prompted by deraadt@, with much much help from jmc@ (as always).
2007-09-28back to start state when pragma is done; ok ragge@Otto Moerbeek
2007-09-28unused fileOtto Moerbeek
2007-09-28nitMarc Espie
from qgiovanni@gmail.com
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-09-28Change the ssl_privsep code to work on char buffers.Pierre-Yves Ritschard
The fd based code introduced weirdness since all children were accessing the same fd at once. This will also greatly facilitate reloading, no fd-passing will be involved between the parent and relay children. While there, cleanup the code diverting from the original ssl_rsa.c code a bit more. Weird behavior discovery by pascoe@.
2007-09-28sort options;Jason McIntyre
2007-09-28Wrap MAXFIL to 10000, so make depend works.Anders Magnusson
This should be dynamic but, ... not now.
2007-09-28Cleanup some #includes plus some minor other cleanup. OK norby@Claudio Jeker
2007-09-28no longer used macrosJacob Meuser
spotted by brad ok ratchov
2007-09-28"require to +inf." is not a good verb pattern, so reword;Jason McIntyre
2007-09-28implement SNDCTL_DSP_[G|S]ETTRIGGERJacob Meuser
SNDCTL_DSP_SETTRIGGER is used to pause and unpause recording and playback data transfers. SNDCTL_DSP_GETTRIGGER returns the paused states. this implementation of SNDCTL_DSP_SETTRIGGER also sets the audio(4) mode (AUMODE_[PLAY|RECORD]), depending on which direction (play, record or both) is to be triggered. this can be used allow OSS audio programs to work in full-duplex mode without changing the audio(4) layer itself. according to OSS docs, SNDCTL_DSP_SETTRIGGER is a fairly important ioctl, and should be used "when even the first read() cannot block." tested to not break any ports currently using SNDCTL_DSP_SETTRIGGER which has been a no-op for quite some time. ok ratchov
2007-09-28Add missing "s" to https check description.Christopher Pascoe
ok pyr@
2007-09-28be explicit about configuring audio devices for full-duplex mode.Jacob Meuser
OK jmc@ (a while back)
2007-09-28make clear that the usage and synopsis take the same formIgor Sobrado
problem noticed by jakemsr@; rewording suggested by jmc@ ok jakemsr@, jmc@
2007-09-27Mention "set loginterface <ifgroup>"Marco Pfatschbacher
2007-09-27Add loginterface support for groups.Marco Pfatschbacher
Using a group sums up the statistics of all members. Modify pfctl(1) slightly to allow a groupname "all", which gives us an overall pf(4) statistic. OK henning@, markus@
2007-09-27Spacing.Marcus Glocker
2007-09-27Add automatic rate control (AMRR).Marcus Glocker
2007-09-27style(9) fixes, optional flags without arguments come first;Igor Sobrado
while here, some spacing fixes ok deanna@, jakemsr@
2007-09-27flag usage checks and -E with outfile. from Jeremy C. Reed via ragge'sOtto Moerbeek
repo.
2007-09-27pullup of manual pages from ragge's repoOtto Moerbeek
2007-09-27No need to use two buffers for reading data from the user. From MarkOtto Moerbeek
Lumsden; ok ray@
2007-09-27"mailling" -> "mailing", from Jung's list; while here, some spacing fixesIgor Sobrado
ok jmc@
2007-09-27Fix off-by-one buffer overflow in SSL_get_shared_ciphers().Moritz Jodeit
From OpenSSL_0_9_8-stable branch. ok djm@
2007-09-27strtol -> strtonumBret Lambert
assign values to struct members directly remove now-unused variable ok otto@ ok & input millert@
2007-09-27Move SSL context creation after privileges are dropped.Pierre-Yves Ritschard
This puts the ssl_privsep code to use. One more step towards graceful L7 reload.
2007-09-27Simplify ssl_privsep.c, since it won't need to remain synced with thePierre-Yves Ritschard
equivalent openssl functions.
2007-09-27Spacing.Marcus Glocker
2007-09-27M_ZERO changesCharles Longeau
ok dlg@
2007-09-27Do not clear the changed flag to early, which prevented a tablePierre-Yves Ritschard
from being used by several services. ``looks fine'' reyk@
2007-09-27Zap HostAP examples for now.Marcus Glocker
Pointed out by jmc@
2007-09-27Kill __BIT* macros.Marcus Glocker
Help and OK jsg@
2007-09-27Don't return -1 on error in dh_pub_is_valid(), since it evaluatesRay Lai
to true. Also fix a typo. Initial diff from Matthew Dempsky, input from djm. OK djm, markus.
2007-09-26some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD wasPierre-Yves Ritschard
7 years ago. this improves readability. provide a standard usage message while there (synced with manpage). ok millert@, ``looks fine'' krw@.
2007-09-26nfsm_uiotom macro does nothing but hide error-handling code; replaceBret Lambert
inline in the one place that it's called ok thib@, weingart@ "I don't see why not" fgsch@