Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-09 | We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]" | Todd C. Miller | |
respectively now that the former is natively supported. OK jsg@ | |||
2014-09-09 | mention permissions on tun(4) devices in PermitTunnel documentation; | Damien Miller | |
bz#2273 | |||
2014-09-09 | register @newuser/@newgroup so that we try creating tarballs with the correct | Marc Espie | |
users (which doesn't really matter all that much, as the owner/group in the plist are what matters) Otherwise, if we're not root, dismiss user id and groups, replace with root/bin (significant fix from previous version: this interprets $( correctly). Should help with FAKE_AS_ROOT=No | |||
2014-09-09 | Identify domains with AF_* instead of PF_* here | Philip Guenther | |
Tweaks to SYNOPSIS and RETURN VALUES | |||
2014-09-09 | 'rm -f' in case we skip a release. No functional change, just cosmetic. | Antoine Jacoutot | |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther | |
Mention that unlinkat() serves the role of rmdirat(). | |||
2014-09-09 | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> | Philip Guenther | |
and don't need anything beyond that | |||
2014-09-09 | tweak previous; | Jason McIntyre | |
2014-09-09 | Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]] | Robert Peichaer | |
with grep -q and ! grep -q. OK ajacoutot@ | |||
2014-09-09 | Don't need to mention names on .Rv line here | Philip Guenther | |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther | |
Mention that unlinkat() serves the role of rmdirat(). | |||
2014-09-09 | Make the cleaner, syncer, pagedaemon, aiodone daemons all | Bret Lambert | |
yield() if the cpu is marked SHOULDYIELD. ok miod@ tedu@ phessler@ | |||
2014-09-09 | Replace last usage of awk in sysmerge with a shell equivalent. | Robert Peichaer | |
based on a diff from and OK ajacoutot@ | |||
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther | |
Mention send(MSG_EOR) | |||
2014-09-09 | rework the hotplug requests to use tasks rather than workqs. | David Gwynne | |
tested on mpi(4) sas. | |||
2014-09-09 | sync | Todd T. Fries | |
2014-09-09 | We have no protocols which require explicit confirmation | Philip Guenther | |
2014-09-09 | Eliminate a pile of casts that were superfluous or wrong, or that were | Philip Guenther | |
the result of bad type choices, particularly (unsigned char *) vs (const char *). Also, use reallocarray(). | |||
2014-09-09 | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd | David Gwynne | |
submission paths. take biglock again when calling back into the scsi stack. tested on a variety of cards here, including the skinny mfis on the firewall next to mpsafe myx. | |||
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther | |
confirmation: it was only used for netiso, which was deleted a *decade* ago ok mpi@ claudio@ ports scan by sthen@ | |||
2014-09-08 | change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK) | David Gwynne | |
no functional change. | |||
2014-09-08 | sync | Chris Cappuccio | |
2014-09-08 | Distinguish the 82599EN from the original 82599 | Chris Cappuccio | |
ok miod@ | |||
2014-09-08 | Clear the PME Status bit on PCI devices in response to Device Wake events. | Mark Kettenis | |
Fixes the interrupt storm on the 2009 Mac mini with WOL enabled on its nfe(4) interface. ok mlarkin@ | |||
2014-09-08 | Don't sleep on allocation of hash table entries. Should fix crashes people | Mark Kettenis | |
have been seeing with tmpfs. Based on a similar fix from Bitrig by Owain Ainsworth. ok jsg@ | |||
2014-09-08 | bump minor after addition of \<word\> support to regcomp; ok miod@ | Christian Weisgerber | |
2014-09-08 | When logging a packet to a listener on the pflog0 interface, the | Alexander Bluhm | |
function pflog_bpfcopy() is setting up a packet description with pf_setup_pdesc(). When pf_setup_pdesc() is droppig a bad packet, it increments the the pf status counters. This way bad packets could be accounted multiple times. Now pflog_bpfcopy() passes a reason pointer NULL to indicate that no accounting should be done. From Florian Riehm; OK henning@ | |||
2014-09-08 | Put chpass(1) args between quotes. | Antoine Jacoutot | |
spotted by matthieu@ | |||
2014-09-08 | add \<word\> support to regcomp. prompted by renewed interest from jsg | Ted Unangst | |
because such support is reportedly common and in somewhat wide use. undocumented for now because we don't endorse this. ok jsg millert | |||
2014-09-08 | Add window_last_flag and window_zoomed_flag. From John Morrissey. | Nicholas Marriott | |
2014-09-08 | strip excess verbiage from sed expressions | Alexander Hall | |
ok and prodding ajacoutot@ | |||
2014-09-08 | Prevent addition of redundant IPv6 autoconf addresses. | Stefan Sperling | |
Regression from r1.81 which switched from workq to taskq and incorrectly assumed duplicate addresses would be impossible with taskq. We ended up re-adding the SLAAC address whenever a privacy address expired. ok bluhm@ | |||
2014-09-08 | Don't include <sys/types.h>; we already include <sys/param.h>. | Mark Kettenis | |
Add missing <sys/errno.h> and <sys/device.h>. Makes a sparc64 kernel compile again. | |||
2014-09-08 | tweak previous; | Jason McIntyre | |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray | |
ok miod@ mpi@ | |||
2014-09-08 | OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis | Christopher Zimmermann | |
ok jca@ | |||
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan | |
ok guenther@ | |||
2014-09-08 | ...and the other file I missed cvs rm'ing in the procfs purge. | Philip Guenther | |
noted by doug@ | |||
2014-09-08 | Match 82599 as found on SuperMicro AOC-STGN-I1S | Chris Cappuccio | |
ok mikeb@ | |||
2014-09-08 | Actually remove the procfs files | Philip Guenther | |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther | |
months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@ | |||
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze | |
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes | |||
2014-09-08 | Fix a syslogd regression when specifying all 20 additional log paths | Doug Hogan | |
bluhm@ found and fixed this bug. This is a modified version of his patch which makes the intention a little clearer. ok bluhm@ | |||
2014-09-08 | the PR_LOGGING flag is unused, so im cleaning it up | David Gwynne | |
2014-09-08 | deprecate the use of the PR_PHINPAGE flag by replacing it with a test | David Gwynne | |
of pr_phoffset. ok doug@ guenther@ | |||
2014-09-07 | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze | |
2014-09-07 | Remove useless comment, snprintf and if/else. | Alexander Bluhm | |
OK mpi@ | |||
2014-09-07 | Implement membar(9) API for amd64. | Mark Kettenis | |
ok dlg@, guenther@ | |||
2014-09-07 | Document that 4.4BSD changed the semantics but that others have restored | Philip Guenther | |
the original ones ok jmc@ | |||
2014-09-07 | Reuse xtrfile() to avoid duplication. | Philip Guenther | |
Casting from long to int for a size_t argument is dumb. Calling warnx() right before err() is silly. ok millert@ |