summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
persistant connection, will use the same client code for scp and http.
2011-07-05Make it possible to pass https:// and file:// (along with ftp:// andAntoine Jacoutot
http://) so that sysmerge(8) can work with URLs we use in the install script. ok sthen@
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
due to sizeof pointer instead of sizeof of type with tedu; some quibbles spotted by miod, ok tedu miod jsg jakob -- please push this upstream
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
rtm_hdrlen instead. Also move the ifindex check way further up. OK dlg@ bluhm@
2011-07-05Fixed some bugs of priv_send(). The bugs caused sending routing messagesYASUOKA Masahiko
failures. 'errno' returned by the privileged process was not initialized. 'tolen' in priv_sendto() was garbage. ok hsuenaga@
2011-07-04Make stdout line buffered.Marco Pfatschbacher
# syslogc -f foobuf | grep bar is now usable. OK mikeb, djm, markus
2011-07-04fix incorrect use of NULL, from 1.45 of upstreamJonathan Gray
ok miod@
2011-07-04%u in format string is rcpt.user not rcpt.domainGilles Chehade
From Tim van der Molen <tbvdm@xs4all.nl>
2011-07-04Bring back byte-order conversion that was inadvertently removed in previousStuart Henderson
commit. Problem reported by Scott McEachern, ok yasuoka@
2011-07-04<sys/socketvar.h> isn't actually needed here, so revert previous and dropPhilip Guenthe
that #include ok mikeb@ halex@
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
case carp(4) interfaces anymore. LINK_STATE_IS_UP() almost always does the right job. OK deraadt@ henning@ This needs a -current kernel or link state may be not reported correctly.
2011-07-04Make sure that passive interfaces (like carp) are added to theClaudio Jeker
intra-area rtr LSA. Diff initialy made by Patrick Coleman but simplified by myself. Tested and OK dlg@
2011-07-04include sys/timeout.h with it's define/undef _KERNEL dance beforeAlexander Hall
we include sys/socket.h since the latter also includes the same but without _KERNEL defined ok tedu@
2011-07-03imsg.h requires sys/queue.h and sys/uio.h.Nicholas Marriott
ok eric
2011-07-02allows .libs* packages to match correctly in the presence of @conflict markersMarc Espie
2011-06-30make exact flavor specs smarter.Marc Espie
problem reported by Jacek Masiulaniec
2011-06-28mention "include" support, boilerplate from ospfd.conf(5), ok dlg@Stuart Henderson
2011-06-28Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f optionPhilip Guenthe
Make -T behave as documented: only report totals Only open the kvm files when necessary prompted by a comment from matthew@ ok and corrections millert@, ok tedu@
2011-06-27fix an off by one which resulted in 'no next header' packets not beingDavid Hill
displayed. help from bluhm@ OK claudio@
2011-06-27make things slightly more readableMarc Espie
2011-06-27add useless method for tied readabilityMarc Espie
2011-06-27compute checksum in plist's existing checksum class, so that very oldMarc Espie
md5 can be checked. would credit whoever reported this (oga?) except I don't remember.
2011-06-27bring include support for config files in from ospfd.David Gwynne
sure deraadt@
2011-06-26remove mcd example here tooTed Unangst
2011-06-26Remove obsolete mcast routes in ldpd and ripd.Claudio Jeker
OK dlg@
2011-06-25even with tied files, still arrange to apply set_modes.Marc Espie
issue noted by halex@
2011-06-24fix @extra dir/Marc Espie
found out by sthen
2011-06-24seven main sections here, not six; from Nils AnspachJason McIntyre
in the long term, i guess we should avoid documenting the number of sections, since it's meaningless and is always in danger of going out of date...
2011-06-24speed up dependency checking:Marc Espie
- if the ports tree is -current, do not compute @wantlib during dependencies. - add an extra cache. The solver caches "exact" depends, we can also cache pkgpaths when we go to the ports tree. - make the checking computation progress message less painful by adding the pkgpath currently investigated...
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
the standard OpenBSD-style parse.y handle continuing lines with backslashes, paying particular attention to how comments are handled (which can cause nasty side-effects if you're not expecting it). Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey, patrick keshishian and Florian Obser, ok jmc@.
2011-06-22absolute_okay is more a property of the class than an extra parameter toMarc Espie
pass to compute_fullname. To be used in update-plist
2011-06-22fix whitespaceStuart Henderson
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2011-06-21- adjust add_property() to allow more liberal whitespace usage.Jasper Lievisse Adriaanse
from simon@, tested in a bulk by landry@ ok espie@
2011-06-20document -Ddonttie, even though I only put it in for performance testingMarc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
avoid extracting again identical files, leading to less file system churn. put in a few failsafes (size check) for people with fubar'd file systems (hey oga@). The more often you update, the more you gain. Over 6 months, about one out of five files doesn't change. apparently, improves things a lot on slow fs, as said landry@ and sthen@. tested by quite a few people.
2011-06-20zap extra try that's no longer needed: print-plist-with-depends shouldMarc Espie
always succeed since it only depends on the ports tree itself.
2011-06-19another missing messageMarc Espie
2011-06-17close pipe_prnt[0] earlier, foremost before forking the dns processHenning Brauer
pointed out by Running Razor <runningrazor at web dot de>
2011-06-17don't leak fds in failure path (ie when hosts are down)Jonathan Gray
from Martin Matuska in PR 6624 ok phessler@
2011-06-16remove redundant valuesMarc Espie
2011-06-16clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyHenning Brauer
deserves to get credited for this, but I have no idea where that came from
2011-06-16repair broken tally displayMarc Espie
2011-06-15change yet again how we handle transparent formatting of manpages.Marc Espie
simplify: actually create a tmp directory hierarchy that exactly mimics what fake contains. This avoids trouble with makewhatis checks. Don't even try to remember what files are there, just wipe it all with rmtree.
2011-06-11Unbreak the build with MANPS, making sure to still honour NOMAN.Ingo Schwarze
Problem found and fix tested by jmc@. Note that the patch to Makefile.in is useful for two additional reasons: 1. It removes an ugly reimplementation of the bsd.man.mk .8.cat8 target. 2. It will be required anyway when installing source manuals in the future. The bsd-wrapper patch looks redundant, but isn't. These rules are not in bsd.man.mk because elsewhere, the source files (*.8 etc.) are part of the source tree, not generated files.
2011-06-10tweak previous;Jason McIntyre
2011-06-09So long, rdconfig. You won't be missed.Owain Ainsworth
ok matthew@
2011-06-09Unlink rdconfig(8) from the builds.Owain Ainsworth
Unmaintained, duplication of other things, unwanted. (if you want memory to act as a disk use a vnd or mfs) ok matthew@.