summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-16fix obvious variable substitution mistakeCharles Longeau
change code type back to int8_t ok gilles@
2011-11-16do not Xr non-existent man pages;Jason McIntyre
2011-11-16consider there's no dependency between two aprocs, ifAlexandre Ratchov
one of them is NULL
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
Ben Boeckel.
2011-11-15Move word-separators to be a session rather than window option, from BenNicholas Marriott
Boeckel.
2011-11-15- change callback prototypes in filter.c to allow stricter checksGilles Chehade
- introduce STATUS_WAITING, filters will reroute async DNS queries through LKA in a near future - filter_api.c will contain our filter API (empty for now) - Makefile to build libsmtpdfilter (not linked to the build,dev stuff only)
2011-11-15Add a pane_index format string and use it, from Ben Boeckel.Nicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-11-15Remove pointless/debug prints during config.Dale Rahn
2011-11-15wooooops defines missing from previous commitGilles Chehade
2011-11-15Qwalk, our API to linearly walk over the persistent queue, did not take theGilles Chehade
queue_backend into account and assumed a filesystem with a specific layout. This commit does plenty of things: - make qwalk an abstraction in the queue_backend API, and impose queue drivers to implement qwalk_open(), qwalk() and qwalk_close(); - move previous qwalk_open(), qwalk() and qwalk_close() to the fsqueue driver since they were fsqueue specific ... - make qwalk API work with msgid/evpid instead of pathnames since we're going to use the queue_backend API to load envelopes by evpid anyway; - makes smtpd use *solely* the queue_backend API when manipulating the queue. pathnames were removed from smtpd.h and moved into the fsqueue which means we can now store a queue anywhere ... as long as we write the ten functions or so required for a queue driver ;-) ok eric@, ok chl@
2011-11-15Disable LESSHISTFILE by default, requested by deraadt.Nicholas Marriott
2011-11-15Bring back 'mostly' working omdog support.Dale Rahn
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
by krw and myself.
2011-11-15delay(1) is an extremely short delay, increase this to a measurable amountDale Rahn
of time. Fixes a race with some upcoming code changes.
2011-11-15make midi 'owner' pointer per-outputAlexandre Ratchov
2011-11-15Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a workerStuart Henderson
process if the resolver receives a large DNS response. OK robert@
2011-11-15on failure, the hibernate io function should return an errno type variable,Theo de Raadt
instead of 1.
2011-11-15on failure, hibernate io functions return an errno. not 1.Theo de Raadt
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
the right type, noone will ever fiddle with the internals. discussed with jsing
2011-11-15add missing full stop;Jason McIntyre
2011-11-15Add a "device number" component in sndio(7) device names, allowing aAlexandre Ratchov
single aucat instance to handle all audio and MIDI services. Since this partially breaks compatibility, this is a opportunitiy to fix few other design mistakes (eg ':' being used by inet6, type name vs api name confusion, etc..). This leads to the following names: type[@hostname][,unit]/devnum[.option] The device number is the minor device number for direct hardware access (ie the 'N' in /dev/audioN). For aucat, this is the occurence number of the -f (or -M) option. There's a compatibility hook to keep old names working if only one aucat server is running.
2011-11-14Don't do non-512 writes to vnd. ok matthewTheo de Raadt
2011-11-14went a bit far...Theo de Raadt
2011-11-14zap end of line whitespace; noticed by jmc@Ingo Schwarze
2011-11-14when receiving an unexpected imsg, print its name.Charles Longeau
with help and ideas from eric@ ok eric@ gilles@
2011-11-14Store page titles in the correct case, and by default, onlyIngo Schwarze
put stuff into the database that man(1) will be able to retrieve. However, support an option to use all directories and files. Kristaps@ agreed with the general direction and provided some feedback.
2011-11-14make sure that the offline directory has the right owner/permsEric Faurot
before enqueueing offline mail. ok gilles@
2011-11-14dale and i theorize that these days armish can safely be compiledTheo de Raadt
with -mcpu=xscale ok drahn
2011-11-14Unbreak build of libpthread on hppa/hppa64 by using correct type inJoel Sing
_atomic_lock() declaration. ok deraadt@
2011-11-14Add lots of information about special characters that's actually neededIngo Schwarze
in practice, and discourage using fancy characters in manuals. Text about "Dashes and Hyphens" by jmc@. Feedback and ok jmc@, grudgingly ok kristaps@.
2011-11-14merge syscall.c into the end of trap.c as almost all architectures do.Theo de Raadt
2011-11-14use include properlyTheo de Raadt
2011-11-14merge various differences between hppa and hppa64Theo de Raadt
ok jsing
2011-11-14local variable not needed in sdmmc_activateTheo de Raadt
2011-11-14syncTheo de Raadt
2011-11-14SMSC9512 and familyTheo de Raadt
2011-11-14much better solver: don't try to solve every library, but just the onesMarc Espie
we have in the package we're trying to create. So, solve one level, and keep solving until we have what we need or we run out of level. Any package without @wantlib and lots of runtime depends will build MUCH faster. Other packages MAY build faster.
2011-11-14The spool and offline directories are backend-independent, so theyEric Faurot
must be created early by smtpd, rather than in fsqueue. ok gilles@ chl@
2011-11-14use print-plist-libs-with-depends (and make sure it does not skip depends)Marc Espie
2011-11-14ahci hibernate device selection code; not yet testedMike Larkin
This code is from deraadt@
2011-11-14Use a fixed io_page for all hibernate I/O, which is needed forMike Larkin
ahci_hibernate_io, a skeleton of which is also provided in this diff. This code is from deraadt@. Tested on a few wd machines to ensure it works there as well.
2011-11-13Add some #defines for the various hibernate I/O modes, some of theMike Larkin
groundwork for *_hibernate_io functions other than wd_hibernate_io These changes were sent to me by deraadt@
2011-11-13In hibernate resume, free the piglet and other VAs we allocated duringMike Larkin
suspend. ok pirofti@
2011-11-13Fix a handful of bugs that were causing reboots and other bad behaviorMike Larkin
during hibernate resumes.
2011-11-13Implement mdoc(7)-like output style variant for man(7) documents:Ingo Schwarze
* one instead of three blank lines after the page header; * one instead of three blank lines before the page footer; * source instead of title(section) in the lower right corner. Select this style variant with the undocumented command line option -Omdoc.
2011-11-13The pkg_subst / SUBST_CMD has caused issues for some ports whereNigel Taylor
the $\ in files was replaced by $. Now only removes the \ in $\{[A-Za-z_] Ok espie@
2011-11-13Make the man(7) page footer the same as in groff.Ingo Schwarze
2011-11-13If a softraid chunk is offline we are not necessarily going to have theJoel Sing
disk/partition name - in this case print the chunk number instead.
2011-11-13overful -> overfull;Jason McIntyre