summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-12regenDavid Gwynne
2014-09-12add Intel SSD DC P3700/P3600/P3500David Gwynne
2014-09-12fix some format string issuesDavid Gwynne
2014-09-12warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze
2014-09-11fix the only .Xr ordering and punctuation issue i could findIngo Schwarze
2014-09-11warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze
2014-09-11mplement membar(9) API for i386.Mark Kettenis
2014-09-11Install files that moved from etc to base during "make build"Robert Peichaer
2014-09-11typo, from Daniel JakotsMartin Pieuchot
2014-09-11Tweak notes after moving xetc to xbase.Robert Peichaer
2014-09-10syncTodd T. Fries
2014-09-10Disable -Wshadow again, since it breaks builds on vax with gcc3.Joel Sing
2014-09-10Handle different possible variations of the Host header (eg.Reyk Floeter
2014-09-10zap trailing whitespace;Jason McIntyre
2014-09-10Remove redundant null check and rename vars consistently in syslogdDoug Hogan
2014-09-10document \<word\> as being non standardJonathan Gray
2014-09-10s/IWL/IWN/ in comment here tooDavid Coppa
2014-09-10sockatmark(3) has been implemented; add it to the async-signal-safe listsPhilip Guenther
2014-09-10Add cpuid.h from clang r197399 with additional feature bits,Jonathan Gray
2014-09-10Avoid possible use of uninitialized variable.Mike Larkin
2014-09-10update STANDARDS reference from POSIX 1990 to POSIX 2008;Ingo Schwarze
2014-09-09workqs were replaced with tasks in here, so dont need workq.h anymore.David Gwynne
2014-09-09remove the scsi_task() wrapper around workq_add_task now that nothingDavid Gwynne
2014-09-09replace scsi_task(), which is a wrapper around workqs, with a quickDavid Gwynne
2014-09-09If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze
2014-09-09fix remaining spaces/tabs issues in #define linesStuart Henderson
2014-09-09Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fixStuart Henderson
2014-09-09We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"Todd C. Miller
2014-09-09mention permissions on tun(4) devices in PermitTunnel documentation;Damien Miller
2014-09-09register @newuser/@newgroup so that we try creating tarballs with the correctMarc Espie
2014-09-09Identify domains with AF_* instead of PF_* herePhilip Guenther
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
2014-09-09Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h>Philip Guenther
2014-09-09tweak previous;Jason McIntyre
2014-09-09Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]]Robert Peichaer
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
2014-09-09Make the cleaner, syncer, pagedaemon, aiodone daemons allBret Lambert
2014-09-09Replace last usage of awk in sysmerge with a shell equivalent.Robert Peichaer
2014-09-09Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSPhilip Guenther
2014-09-09rework the hotplug requests to use tasks rather than workqs.David Gwynne
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
2014-09-09mark the interrupt handler mpsafe, and give up biglock in the scsi cmdDavid Gwynne
2014-09-09Delete the SS_ISCONFIRMING flag that supported delayed connectionPhilip Guenther
2014-09-08change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK)David Gwynne
2014-09-08syncChris Cappuccio
2014-09-08Distinguish the 82599EN from the original 82599Chris Cappuccio