summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-09We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"Todd C. Miller
respectively now that the former is natively supported. OK jsg@
2014-09-09mention permissions on tun(4) devices in PermitTunnel documentation;Damien Miller
bz#2273
2014-09-09register @newuser/@newgroup so that we try creating tarballs with the correctMarc 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-09Identify domains with AF_* instead of PF_* herePhilip 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-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
Mention that unlinkat() serves the role of rmdirat().
2014-09-09Don'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-09tweak previous;Jason McIntyre
2014-09-09Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]]Robert Peichaer
with grep -q and ! grep -q. OK ajacoutot@
2014-09-09Don't need to mention names on .Rv line herePhilip Guenther
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
Mention that unlinkat() serves the role of rmdirat().
2014-09-09Make the cleaner, syncer, pagedaemon, aiodone daemons allBret Lambert
yield() if the cpu is marked SHOULDYIELD. ok miod@ tedu@ phessler@
2014-09-09Replace last usage of awk in sysmerge with a shell equivalent.Robert Peichaer
based on a diff from and OK ajacoutot@
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
Mention send(MSG_EOR)
2014-09-09rework the hotplug requests to use tasks rather than workqs.David Gwynne
tested on mpi(4) sas.
2014-09-09syncTodd T. Fries
2014-09-09We have no protocols which require explicit confirmationPhilip Guenther
2014-09-09Eliminate a pile of casts that were superfluous or wrong, or that werePhilip Guenther
the result of bad type choices, particularly (unsigned char *) vs (const char *). Also, use reallocarray().
2014-09-09mark the interrupt handler mpsafe, and give up biglock in the scsi cmdDavid 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-09Delete the SS_ISCONFIRMING flag that supported delayed connectionPhilip Guenther
confirmation: it was only used for netiso, which was deleted a *decade* ago ok mpi@ claudio@ ports scan by sthen@
2014-09-08change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK)David Gwynne
no functional change.
2014-09-08syncChris Cappuccio
2014-09-08Distinguish the 82599EN from the original 82599Chris Cappuccio
ok miod@
2014-09-08Clear 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-08Don't sleep on allocation of hash table entries. Should fix crashes peopleMark Kettenis
have been seeing with tmpfs. Based on a similar fix from Bitrig by Owain Ainsworth. ok jsg@
2014-09-08bump minor after addition of \<word\> support to regcomp; ok miod@Christian Weisgerber
2014-09-08When logging a packet to a listener on the pflog0 interface, theAlexander 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-08Put chpass(1) args between quotes.Antoine Jacoutot
spotted by matthieu@
2014-09-08add \<word\> support to regcomp. prompted by renewed interest from jsgTed 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-08Add window_last_flag and window_zoomed_flag. From John Morrissey.Nicholas Marriott
2014-09-08strip excess verbiage from sed expressionsAlexander Hall
ok and prodding ajacoutot@
2014-09-08Prevent 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-08Don'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-08tweak previous;Jason McIntyre
2014-09-08remove uneeded route.h includesJonathan Gray
ok miod@ mpi@
2014-09-08OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasisChristopher Zimmermann
ok jca@
2014-09-08Additional cleanup for procfs removalDoug 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-08Match 82599 as found on SuperMicro AOC-STGN-I1SChris Cappuccio
ok mikeb@
2014-09-08Actually remove the procfs filesPhilip Guenther
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
months that I broke it before the 5.5 release. confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@
2014-09-08obvious cases of missing .An;Ingo Schwarze
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
2014-09-08Fix a syslogd regression when specifying all 20 additional log pathsDoug 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-08the PR_LOGGING flag is unused, so im cleaning it upDavid Gwynne
2014-09-08deprecate the use of the PR_PHINPAGE flag by replacing it with a testDavid Gwynne
of pr_phoffset. ok doug@ guenther@
2014-09-07warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze
2014-09-07Remove useless comment, snprintf and if/else.Alexander Bluhm
OK mpi@
2014-09-07Implement membar(9) API for amd64.Mark Kettenis
ok dlg@, guenther@
2014-09-07Document that 4.4BSD changed the semantics but that others have restoredPhilip Guenther
the original ones ok jmc@
2014-09-07Reuse 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@