Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze | |
As usual, we get mandoc -h and apropos -h for free. Try stuff like "apropos -h In=dirent" or "apropos -h Fa=timespec". Only useful for terminal output, so -Tps, -Tpdf, -Thtml ignore -h for now. | |||
2014-09-03 | Mark msg() and panic() as printf-like and fix the format error it turns up | Philip Guenther | |
ok krw@ | |||
2014-09-03 | Kill off compat for systems that don't define NAME_MAX or that lack stuff | Philip Guenther | |
like, oh, strchr() and prototypes for read() and write(). Mark quit() as both __dead and printf-like, and dumpabort() as __dead. ok krw@ | |||
2014-09-03 | tasks dont need a mutex and a semaphore to protect against multiple uses | David Gwynne | |
of the task structure like workq tasks did. tested on an fc929 | |||
2014-09-02 | To examine the operation of the signal handlers, the tests grep in | Alexander Bluhm | |
the ktrace output of syslogd. Also make the tests work without DNS and without sudo. | |||
2014-09-02 | FastCGI did not support persistent connections. Add initial support | Reyk Floeter | |
for persistent connections with FastCGI by implementing chunked Transfer-Encoding. This only works with HTTP/1.1. With input and help from florian@ who found some FastCGI edge cases. OK florian@ | |||
2014-09-02 | sync | Jonathan Gray | |
2014-09-02 | document new PORTSCOUT variable. w/ and ok espie@ | Jasper Lievisse Adriaanse | |
2014-09-02 | we dont enable jumbos based on the interfaces mtu config. | David Gwynne | |
2014-09-02 | Jumbo support for some newer chipsets. | Brad Smith | |
2014-09-02 | Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / ↵ | Brad Smith | |
BCM57765 / BCM57766 chipsets. ok mikeb@ "i think it should go in" dlg@ | |||
2014-09-02 | Add tests that run the syslogd signal handlers. | Alexander Bluhm | |
2014-09-02 | Fix previous commit: fd wasn't set in the FAE_DUP2 case | Philip Guenther | |
2014-09-01 | When makewhatis(8) finds an .so link after the manual being pointed to | Ingo Schwarze | |
has already been processed, add the file names to the names table, too, not just to the mlinks table. This fixes a bug where apropos(1) and the new man(1) wouldn't find some of the Xenocara manuals via some of their .so links. After rebuilding, run "makewhatis /usr/X11R6/man" or just wait for weekly(8). | |||
2014-08-20 | Run syslogd regressions tests. As only one syslogd can run per | Alexander Bluhm | |
machine, each test kills any syslogd first. At the end the system's syslogd gets restarted. The test framework runs a client, and a server, and a syslogd. The messages are passed via the log socket or via UDP from the client to syslogd. From there UDP transport is used to reach the server. All processes write log files where the message has to show up. The test arguments are kept in the args-*.pl files. The content of a log file, the data sent to a pipe process and what the server received are checked. The invocation of the sendsyslog(2) syscall is checked with ktrace, the open file descriptors of syslogd are checked with fstat. | |||
2014-09-01 | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze | |
just like traditional man(1) does, such that .so links have a chance to work. After this point, we don't need the current directory for anything else before exit, so we don't need to worry about getting back and we can safely ignore failure. This lets man(1) find more Xenocara manuals, but not all of them yet. Other issues remain that need to be fixed, too. | |||
2014-09-01 | Fix typo (paneas -> panes). | Nicholas Marriott | |
2014-09-01 | Wake up any clients waiting with the wait-for command when the server | Nicholas Marriott | |
exits. | |||
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott | |
2014-09-01 | Close fd if fdopen fails | Doug Hogan | |
ok gilles@ | |||
2014-09-01 | Enable -Wshadow in openssl(1) and fix a few shadow warnings. | Doug Hogan | |
ok jsing@ | |||
2014-09-01 | Fix evil typo. | Antoine Jacoutot | |
from wbyte via Bryan Steele | |||
2014-09-01 | Set the configuration number and get the interface handle in attach(), | Martin Pieuchot | |
like urtwn(4) does, to prevent a null dereference of the configuration descriptor. Issue reported and fix tested by Ludovic Coues on misc@ | |||
2014-09-01 | Convert ecparam to new option/usage handling. | Joel Sing | |
2014-09-01 | Improve option usage output. | Joel Sing | |
If the option/argument string exceeds the given width, add a hanging indent prior to displaying the description. Also, if the description includes newlines, wrap and indent for each newline so that the indentation is correctly maintained. | |||
2014-09-01 | The libevent event_log() function called by event_msgx() adds a new | Alexander Bluhm | |
line itself. Do not print a double new line when EVENT_SHOW_METHOD is set. OK nicm@ | |||
2014-09-01 | Replace the obsolete nginx example with an httpd(8) example. | Reyk Floeter | |
ok jmc@ | |||
2014-09-01 | Don't pass the local buffer array by reference. | Reyk Floeter | |
OK florian@ | |||
2014-09-01 | remove Xr, but not the reference, to nginx, after some discussion with reyk; | Jason McIntyre | |
2014-09-01 | @newuser and @newgroup won't necessarily be on the machine during pkg_create, | Marc Espie | |
so fake uid/gid 0 if they're not. (removes some warning message) | |||
2014-09-01 | be a wee bit more paranoid about file sizes. | Marc Espie | |
2014-09-01 | Replace the code to get the FastCGI Status header with a proper way to | Reyk Floeter | |
parse and write the headers using the http response descriptor. This allows to add other tweaks, like support for chunked encoding, later. OK florian@ | |||
2014-09-01 | Revert previous, it puts too much pressure on memory allocation as | Martin Pieuchot | |
reported by Bryan Linton on bugs@. | |||
2014-09-01 | move mpi(4) from workq to taskq | Bret Lambert | |
ok dlg@ | |||
2014-09-01 | update currency exchange rates; | Jason McIntyre | |
2014-09-01 | Do not compare checksum of checksums... | Antoine Jacoutot | |
2014-09-01 | apply fix from upstream to remedy RT 37700, which hardens the close() function | Jasper Lievisse Adriaanse | |
ok millert@ | |||
2014-09-01 | Make this consistent with sys/kern/Makefile: require the 'syscalls' target | Philip Guenther | |
2014-09-01 | sync generated files | Doug Hogan | |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan | |
discussion, help and ok guenther@ | |||
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller | |
2014-09-01 | Add implementations of atomic_{inc,dec,add,sub}_{int,long}() and | Philip Guenther | |
atomic_{add,sub}_{int,long}_nv(), based on Solaris and translated through the mind of dlg@ Remove the 'memory' constraint from atomic_cas_{uint,ulong,ptr}() now that rw_{enter,exit}*() use membars. ok dlg@ | |||
2014-09-01 | Add explicit membars, so that we can stop requiring rw_cas() to | Philip Guenther | |
provide the magic. ok matthew@ dlg@ | |||
2014-09-01 | Simplify the syslog.conf example: .info means that *and higher* | Philip Guenther | |
ok beck@ | |||
2014-08-31 | The reapchild() signal handler collects all children. This can be | Alexander Bluhm | |
done easier by ignoring SIGCHLD. OK guenther@ | |||
2014-08-31 | replace LRU bufcache with something originally modelled after 2Q. | Ted Unangst | |
this should provide a degree of scan resistance, and also serves as a midway point for further development of multi queue algorithms. i've tried to minimize the risk and degree of regressions. probably ok beck | |||
2014-08-31 | Do not call free() on an array in the data section. Fortunately | Alexander Bluhm | |
the code was not reached. No binary change. OK miod@ guenther@ | |||
2014-08-31 | no Pp needed before non-compact lists; | Jason McIntyre | |
2014-08-31 | accept4() should be a cancellation point. | Philip Guenther | |
Update the list in the pthread_testcancel(3) manpage: several were missing. noted by miod@ | |||
2014-08-31 | Sync enc/dec routines with libc. | Miod Vallat | |