summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-05Tweaks, no functionnal change.Antoine Jacoutot
2014-09-05Remove /etc/{hosts,myname} from etc.tgz.Antoine Jacoutot
2014-09-05/etc/{hosts,myname} are going away from etc.tgz.Antoine Jacoutot
2014-09-05update libnet to 1.27; various bugfixes and improvements:Jasper Lievisse Adriaanse
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2014-09-05KASSERT that the page header pool will use in page headers.David Gwynne
2014-09-05functions are .Fn, not .FaDavid Gwynne
2014-09-04Remove global cp_time[] array; no longer used now that all arches implementMiod Vallat
2014-09-04Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] insteadMiod Vallat
2014-09-04Check that messages from sendsyslog(2) or unix domain sockets containAlexander Bluhm
2014-09-04Move the handlers for the poll events into separate functions. TheyAlexander Bluhm
2014-09-04POSIX specifies arpa/inet.h as the include file for these.Todd C. Miller
2014-09-04One line change adding the 'include' directive to the valid serverReyk Floeter
2014-09-04rework how pools with large pages (>PAGE_SIZE) are implemented.David Gwynne
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-09-03No more /etc/rndc.key. ok sthen@Matthieu Herrb
2014-09-03tighten permissions on pty when the "tty" group does not exist;Damien Miller
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
2014-09-03Add tests that send log messages via unix domain sockets to syslogd.Alexander Bluhm
2014-09-03Be coherent in the way arp(8) and ndp(8) display local entries andMartin Pieuchot
2014-09-03When a route to prefix (connected route) is added, if its associatedMartin Pieuchot
2014-09-03Make sure broadcast entries won't be freed by the arp timer so we canMartin Pieuchot
2014-09-03Treat broadcast entries like local ones and give them the highestMartin Pieuchot
2014-09-03remove -m from usage();Jason McIntyre
2014-09-03kill md5 support, broken since MayGiovanni Bechis
2014-09-03Sync amd64 and i386 GENERIC.MP with other arches byBret Lambert
2014-09-03if crypt(3) fails return an authentication errorGiovanni Bechis
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-09-03Mark msg() and panic() as printf-like and fix the format error it turns upPhilip Guenther
2014-09-03Kill off compat for systems that don't define NAME_MAX or that lack stuffPhilip Guenther
2014-09-03tasks dont need a mutex and a semaphore to protect against multiple usesDavid Gwynne
2014-09-02To examine the operation of the signal handlers, the tests grep inAlexander Bluhm
2014-09-02FastCGI did not support persistent connections. Add initial supportReyk Floeter
2014-09-02syncJonathan Gray
2014-09-02document new PORTSCOUT variable. w/ and ok espie@Jasper Lievisse Adriaanse
2014-09-02we dont enable jumbos based on the interfaces mtu config.David Gwynne
2014-09-02Jumbo support for some newer chipsets.Brad Smith
2014-09-02Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM...Brad Smith
2014-09-02Add tests that run the syslogd signal handlers.Alexander Bluhm
2014-09-02Fix previous commit: fd wasn't set in the FAE_DUP2 casePhilip Guenther
2014-09-01When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze
2014-08-20Run syslogd regressions tests. As only one syslogd can run perAlexander Bluhm
2014-09-01In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze
2014-09-01Fix typo (paneas -> panes).Nicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-09-01Close fd if fdopen failsDoug Hogan
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-09-01Fix evil typo.Antoine Jacoutot
2014-09-01Set the configuration number and get the interface handle in attach(),Martin Pieuchot