summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-07-11EDITOR or VISUAL are not a path. They are a string that needs to beTheo de Raadt
2011-07-11use more XXX for mktemp; ok ajacoutotTheo de Raadt
2011-07-09zap a glob leftoverAlexander Hall
2011-07-09- use pkg_info -q instead of looking in /var/db/pkg/*. it is not as expensiveAlexander Hall
2011-07-09* more concise .NdIngo Schwarze
2011-07-09use FD_CLOEXEC instead of 1.David Hill
2011-07-09tweak previous;Jason McIntyre
2011-07-09it passes the -v flag to pkg_add of course.Alexander Hall
2011-07-09install man page tooAlexander Hall
2011-07-09man page for fw_update(1)Alexander Hall
2011-07-09when checking for installed packages we should indeed be as preciseAlexander Hall
2011-07-09remove that rlimit code, rc.d and login classes do it much betterer theseHenning Brauer
2011-07-09error messages goes to stderrAlexander Hall
2011-07-09welcome fw_update, which installs and/or updates non-free firmware forAlexander Hall
2011-07-08Revert.Martynas Venckus
2011-07-08Pull libm for fabs.Martynas Venckus
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08tweak previous;Jason McIntyre
2011-07-08Improved npppd privileged separations:YASUOKA Masahiko
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-07It helps to set the sdl_family so that the kernel knows what this is.Claudio Jeker
2011-07-07Rework the distribution of link state and iface FSM state changes.Claudio Jeker
2011-07-07Only send interface address changes to the ospfe/rde if the interfaceClaudio Jeker
2011-07-07Just use if_find() to find an interface by ifindex.Claudio Jeker
2011-07-07correct/change some debug and fatal messages.Claudio Jeker
2011-07-07KNFClaudio Jeker
2011-07-07Commit stuff that I added to another tree eventhough it should haveClaudio Jeker
2011-07-07Install a default ypldap.conf(5) based on the one from the man pageAntoine Jacoutot
2011-07-07Kill nh_reachable. Link state checking is so easy now that it does notClaudio Jeker
2011-07-06Harden the checks on the provided sets/src to make sure they are legit.Antoine Jacoutot
2011-07-06I forgot to delete files on my previous commit. sorry.YASUOKA Masahiko
2011-07-06fix that fscking "fgetln(): bad file descriptor" bug experienced by many.Gilles Chehade
2011-07-06Add RADIUS accounting support and some authentication related changes:YASUOKA Masahiko
2011-07-06Consistency in stdout redirections.Antoine Jacoutot
2011-07-06Indent, no change.Antoine Jacoutot
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
2011-07-05Make it possible to pass https:// and file:// (along with ftp:// andAntoine Jacoutot
2011-07-05fix some memset sizeofs, found by jsg. ok deraadt krwTed Unangst
2011-07-05correct memsets of key contexts which were shorter than they needed to beTheo de Raadt
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
2011-07-05Fixed some bugs of priv_send(). The bugs caused sending routing messagesYASUOKA Masahiko
2011-07-04Make stdout line buffered.Marco Pfatschbacher
2011-07-04fix incorrect use of NULL, from 1.45 of upstreamJonathan Gray
2011-07-04%u in format string is rcpt.user not rcpt.domainGilles Chehade
2011-07-04Bring back byte-order conversion that was inadvertently removed in previousStuart Henderson
2011-07-04<sys/socketvar.h> isn't actually needed here, so revert previous and dropPhilip Guenthe
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-07-04Make sure that passive interfaces (like carp) are added to theClaudio Jeker
2011-07-04include sys/timeout.h with it's define/undef _KERNEL dance beforeAlexander Hall
2011-07-03imsg.h requires sys/queue.h and sys/uio.h.Nicholas Marriott