Age | Commit message (Expand) | Author |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |
2014-09-10 | Add cpuid.h from clang r197399 with additional feature bits, | Jonathan Gray |
2014-09-10 | Avoid possible use of uninitialized variable. | Mike Larkin |
2014-09-10 | update STANDARDS reference from POSIX 1990 to POSIX 2008; | Ingo Schwarze |
2014-09-09 | workqs were replaced with tasks in here, so dont need workq.h anymore. | David Gwynne |
2014-09-09 | remove the scsi_task() wrapper around workq_add_task now that nothing | David Gwynne |
2014-09-09 | replace scsi_task(), which is a wrapper around workqs, with a quick | David Gwynne |
2014-09-09 | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze |
2014-09-09 | fix remaining spaces/tabs issues in #define lines | Stuart Henderson |
2014-09-09 | Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fix | Stuart Henderson |
2014-09-09 | We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]" | Todd C. Miller |
2014-09-09 | mention permissions on tun(4) devices in PermitTunnel documentation; | Damien Miller |
2014-09-09 | register @newuser/@newgroup so that we try creating tarballs with the correct | Marc Espie |
2014-09-09 | Identify domains with AF_* instead of PF_* here | Philip Guenther |
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 |
2014-09-09 | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> | Philip Guenther |
2014-09-09 | tweak previous; | Jason McIntyre |
2014-09-09 | Rreplace [[ -n $(grep..) ]] and [[ -z $(grep..) ]] | Robert Peichaer |
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 |
2014-09-09 | Make the cleaner, syncer, pagedaemon, aiodone daemons all | Bret Lambert |
2014-09-09 | Replace last usage of awk in sysmerge with a shell equivalent. | Robert Peichaer |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | rework the hotplug requests to use tasks rather than workqs. | David Gwynne |
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 |
2014-09-09 | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd | David Gwynne |
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther |
2014-09-08 | change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK) | David Gwynne |
2014-09-08 | sync | Chris Cappuccio |
2014-09-08 | Distinguish the 82599EN from the original 82599 | Chris Cappuccio |
2014-09-08 | Clear the PME Status bit on PCI devices in response to Device Wake events. | Mark Kettenis |
2014-09-08 | Don't sleep on allocation of hash table entries. Should fix crashes people | Mark Kettenis |
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 |
2014-09-08 | Put chpass(1) args between quotes. | Antoine Jacoutot |
2014-09-08 | add \<word\> support to regcomp. prompted by renewed interest from jsg | Ted Unangst |
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 |
2014-09-08 | Prevent addition of redundant IPv6 autoconf addresses. | Stefan Sperling |
2014-09-08 | Don't include <sys/types.h>; we already include <sys/param.h>. | Mark Kettenis |
2014-09-08 | tweak previous; | Jason McIntyre |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-09-08 | OCAML_VERSION will be removed, document CONFIGURE_STYLE=oasis | Christopher Zimmermann |
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan |
2014-09-08 | ...and the other file I missed cvs rm'ing in the procfs purge. | Philip Guenther |
2014-09-08 | Match 82599 as found on SuperMicro AOC-STGN-I1S | Chris Cappuccio |
2014-09-08 | Actually remove the procfs files | Philip Guenther |