Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | add the streamlocal* options to ssh's -o list; millert says they're | Jason McIntyre | |
irrelevant for scp/sftp; ok markus millert | |||
2014-07-16 | no more /etc/disklabels (ironically making my previous commit to this | Jason McIntyre | |
file redundant); | |||
2014-07-16 | use /bin/sh instead of /bin/ksh and add cvs id. | Okan Demirmen | |
OK deraadt | |||
2014-07-16 | Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on older | Mark 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-16 | no more html/milter; | Jason McIntyre | |
2014-07-16 | no more html/curses (i'm effectively undoing -r1.10); | Jason McIntyre | |
2014-07-16 | convert to new readable format; requesting post-commit review by ingo | Theo de Raadt | |
2014-07-16 | spaces | Theo de Raadt | |
2014-07-16 | tweak previous; | Jason McIntyre | |
2014-07-16 | Yes /etc/disklabels/ is a good practice for placing labels of disks | Theo 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-16 | mixerctl.conf wsconsctl.conf can properly become examples. | Theo de Raadt | |
As discussed a few days ago with aja | |||
2014-07-16 | the files listed under BIN1 are not binaries in any way. Let's call | Theo de Raadt | |
them what they are: MUTABLE, as in these are the specific files that admins do edit in /etc | |||
2014-07-16 | create examples/pf.conf which is a clone of the existing file. Now | Theo de Raadt | |
the existing file can start losing... examples... | |||
2014-07-16 | BIN2 is now just motd; install it direct without the abstractions. While | Theo 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-16 | the scan for transforming free(...) to (free..., 0) failed becuase this | Theo de Raadt | |
file has 'free (' :-/ | |||
2014-07-16 | do not need a variable to track locking, since all code paths have it | Theo de Raadt | |
locked throughout. | |||
2014-07-16 | sync | Theo de Raadt | |
2014-07-16 | lynx has left the tree, and let's be honest noone will find these html | Theo 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-16 | more lynx bits | Theo de Raadt | |
2014-07-16 | Implement file descriptor accounting. The concept was taken from | Reyk 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-16 | Add a comment at the top of sysctl.conf when it is created by the | Antoine Jacoutot | |
installer. ok deraadt@ rpe@ | |||
2014-07-16 | Reenable hibernate RLE support and flush+zero all memory after unpack. | Mike Larkin | |
2014-07-16 | Clean up the ifdef maze in usage() by reformatting it to have distinct | Lawrence 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-16 | sync | Theo de Raadt | |
2014-07-16 | another piece of lynx hides here | Theo de Raadt | |
2014-07-16 | lynx 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-16 | sync | Theo de Raadt | |
2014-07-16 | #ifdef wrap the _rs_forkhandler | Theo de Raadt | |
2014-07-16 | added handler for an atfork hook from kettenis@ | bcook | |
ok deraadt@ beck@ kettenis@ | |||
2014-07-15 | tidy up the script | Theo de Raadt | |
2014-07-15 | Don't define uuid_t yet; unbreaks some ports. spotted by jca@ | Miod Vallat | |
2014-07-15 | remove support for the non-standard BSDmakefile, which make tries to | Theo de Raadt | |
open first. a handful of strange ports will cope soon. ok espie | |||
2014-07-15 | mode 644 for installing these files | Theo de Raadt | |
2014-07-15 | delete commented out sl | Theo de Raadt | |
2014-07-15 | Apparently people updating this no longer fix the DOW and the minute and | Miod Vallat | |
seconds values in the announcement timestamps. Damn youngsters. | |||
2014-07-15 | crank to 5.6-beta | Theo de Raadt | |
2014-07-15 | Remove ppi (hp300 leftover) | Miod Vallat | |
2014-07-15 | Implement rw_cas() with atomic_cas_ulong() now, instead of a dedicated | Miod Vallat | |
routine. | |||
2014-07-15 | Fix stupid bug in atomic_{add,sub}_int_nv_mp, and stupider bug in | Miod Vallat | |
atomic_cas_uint_mp. Also, make the interprocessor interlock the only thing on its cache line. | |||
2014-07-15 | add 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-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd 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-15 | conserver moved port, ok ajacoutot@ | Stuart Henderson | |
2014-07-15 | typo | Antoine Jacoutot | |
2014-07-15 | put examples/ in the right place; | Jason McIntyre | |
2014-07-15 | add -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-15 | BSD.local.dist went away | Theo de Raadt | |
2014-07-15 | don't diplay the full path in error messages | Reyk Floeter | |
2014-07-15 | /var/db/sysmerge -> /usr/share/sysmerge | Antoine Jacoutot | |
ok deraadt@ | |||
2014-07-15 | folded back into 4.4BSD.dist | Marc Espie | |
removed to unconfuse devs okay aja, theo | |||
2014-07-15 | new dir /usr/share/sysmerge | Theo de Raadt | |