summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-16add the streamlocal* options to ssh's -o list; millert says they'reJason McIntyre
irrelevant for scp/sftp; ok markus millert
2014-07-16no more /etc/disklabels (ironically making my previous commit to thisJason McIntyre
file redundant);
2014-07-16use /bin/sh instead of /bin/ksh and add cvs id.Okan Demirmen
OK deraadt
2014-07-16Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on olderMark Kettenis
Linux (such as Ubuntu 12.04LTS) that don't have it yet. Seems the AT_XXX defines are pulled in by <link.h> now. ok beck@
2014-07-16no more html/milter;Jason McIntyre
2014-07-16no more html/curses (i'm effectively undoing -r1.10);Jason McIntyre
2014-07-16convert to new readable format; requesting post-commit review by ingoTheo de Raadt
2014-07-16spacesTheo de Raadt
2014-07-16tweak previous;Jason McIntyre
2014-07-16Yes /etc/disklabels/ is a good practice for placing labels of disksTheo de Raadt
in case of catastropy. But it is so poorly documented that any admin is more likely to store the labels elsewhere, so let's stop bothering with providing the directory. Discussed a bit, no objections.
2014-07-16mixerctl.conf wsconsctl.conf can properly become examples.Theo de Raadt
As discussed a few days ago with aja
2014-07-16the files listed under BIN1 are not binaries in any way. Let's callTheo de Raadt
them what they are: MUTABLE, as in these are the specific files that admins do edit in /etc
2014-07-16create examples/pf.conf which is a clone of the existing file. NowTheo de Raadt
the existing file can start losing... examples...
2014-07-16BIN2 is now just motd; install it direct without the abstractions. WhileTheo de Raadt
there, let's make it operator writeable. Or let's do a commit changing it to operator writeable and see the pro and con camps rise up.
2014-07-16the scan for transforming free(...) to (free..., 0) failed becuase thisTheo de Raadt
file has 'free (' :-/
2014-07-16do not need a variable to track locking, since all code paths have itTheo de Raadt
locked throughout.
2014-07-16syncTheo de Raadt
2014-07-16lynx has left the tree, and let's be honest noone will find these htmlTheo de Raadt
files in their installed system. this extended documentation experience is available better on the net using a browser installed with pkg_add. (also note that two of the subsystems involved in this issue are heading to the bit bucket sometime soon)
2014-07-16more lynx bitsTheo de Raadt
2014-07-16Implement file descriptor accounting. The concept was taken fromReyk Floeter
relayd but had to be adjusted for httpd. It now handles single-pass HTTP connections, persistent connections with multiple requests, and body-less HEAD requests. With input from benno@
2014-07-16Add a comment at the top of sysctl.conf when it is created by theAntoine Jacoutot
installer. ok deraadt@ rpe@
2014-07-16Reenable hibernate RLE support and flush+zero all memory after unpack.Mike Larkin
2014-07-16Clean up the ifdef maze in usage() by reformatting it to have distinctLawrence Teo
!SMALL and SMALL sections. This makes future changes easier to review and to compare with the man page's synopsis. The usage output is the same as before so there is no change from the user's point of view. usage() cleanup and !SMALL/SMALL separation suggested by jmc@ ok jmc@
2014-07-16syncTheo de Raadt
2014-07-16another piece of lynx hides hereTheo de Raadt
2014-07-16lynx will go to ports. there are too many reasons for it to go there,Theo de Raadt
and not enough for it to stay. lengthy discussions.
2014-07-16syncTheo de Raadt
2014-07-16#ifdef wrap the _rs_forkhandlerTheo de Raadt
2014-07-16added handler for an atfork hook from kettenis@bcook
ok deraadt@ beck@ kettenis@
2014-07-15tidy up the scriptTheo de Raadt
2014-07-15Don't define uuid_t yet; unbreaks some ports. spotted by jca@Miod Vallat
2014-07-15remove support for the non-standard BSDmakefile, which make tries toTheo de Raadt
open first. a handful of strange ports will cope soon. ok espie
2014-07-15mode 644 for installing these filesTheo de Raadt
2014-07-15delete commented out slTheo de Raadt
2014-07-15Apparently people updating this no longer fix the DOW and the minute andMiod Vallat
seconds values in the announcement timestamps. Damn youngsters.
2014-07-15crank to 5.6-betaTheo de Raadt
2014-07-15Remove ppi (hp300 leftover)Miod Vallat
2014-07-15Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicatedMiod Vallat
routine.
2014-07-15Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug inMiod Vallat
atomic_cas_uint_mp. Also, make the interprocessor interlock the only thing on its cache line.
2014-07-15add port entries for quagga from the documentation, ok ajacoutot@Stuart Henderson
/etc/services file moved from etc to base so is no longer really user-editable as changes will be overwritten at update time
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@
2014-07-15conserver moved port, ok ajacoutot@Stuart Henderson
2014-07-15typoAntoine Jacoutot
2014-07-15put examples/ in the right place;Jason McIntyre
2014-07-15add -N to usage()/SYNOPSIS and tweak previous;Jason McIntyre
rather than adding "net" to the -o list, claudio points out that -o net and -o noauto are really noops, so remove "noauto"; help/ok claudio
2014-07-15BSD.local.dist went awayTheo de Raadt
2014-07-15don't diplay the full path in error messagesReyk Floeter
2014-07-15/var/db/sysmerge -> /usr/share/sysmergeAntoine Jacoutot
ok deraadt@
2014-07-15folded back into 4.4BSD.distMarc Espie
removed to unconfuse devs okay aja, theo
2014-07-15new dir /usr/share/sysmergeTheo de Raadt