Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | fix obvious variable substitution mistake | Charles Longeau | |
change code type back to int8_t ok gilles@ | |||
2011-11-16 | do not Xr non-existent man pages; | Jason McIntyre | |
2011-11-16 | consider there's no dependency between two aprocs, if | Alexandre Ratchov | |
one of them is NULL | |||
2011-11-15 | Add word movement and editing command for command prompt editing, from | Nicholas Marriott | |
Ben Boeckel. | |||
2011-11-15 | Move word-separators to be a session rather than window option, from Ben | Nicholas Marriott | |
Boeckel. | |||
2011-11-15 | - change callback prototypes in filter.c to allow stricter checks | Gilles 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-15 | Add a pane_index format string and use it, from Ben Boeckel. | Nicholas Marriott | |
2011-11-15 | Make window_pane_index work the same as window_index, from Ben Boeckel. | Nicholas Marriott | |
2011-11-15 | Remove pointless/debug prints during config. | Dale Rahn | |
2011-11-15 | wooooops defines missing from previous commit | Gilles Chehade | |
2011-11-15 | Qwalk, our API to linearly walk over the persistent queue, did not take the | Gilles 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-15 | Disable LESSHISTFILE by default, requested by deraadt. | Nicholas Marriott | |
2011-11-15 | Bring back 'mostly' working omdog support. | Dale Rahn | |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt | |
by krw and myself. | |||
2011-11-15 | delay(1) is an extremely short delay, increase this to a measurable amount | Dale Rahn | |
of time. Fixes a race with some upcoming code changes. | |||
2011-11-15 | make midi 'owner' pointer per-output | Alexandre Ratchov | |
2011-11-15 | Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a worker | Stuart Henderson | |
process if the resolver receives a large DNS response. OK robert@ | |||
2011-11-15 | on failure, the hibernate io function should return an errno type variable, | Theo de Raadt | |
instead of 1. | |||
2011-11-15 | on failure, hibernate io functions return an errno. not 1. | Theo de Raadt | |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt | |
the right type, noone will ever fiddle with the internals. discussed with jsing | |||
2011-11-15 | add missing full stop; | Jason McIntyre | |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre 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-14 | Don't do non-512 writes to vnd. ok matthew | Theo de Raadt | |
2011-11-14 | went a bit far... | Theo de Raadt | |
2011-11-14 | zap end of line whitespace; noticed by jmc@ | Ingo Schwarze | |
2011-11-14 | when receiving an unexpected imsg, print its name. | Charles Longeau | |
with help and ideas from eric@ ok eric@ gilles@ | |||
2011-11-14 | Store page titles in the correct case, and by default, only | Ingo 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-14 | make sure that the offline directory has the right owner/perms | Eric Faurot | |
before enqueueing offline mail. ok gilles@ | |||
2011-11-14 | dale and i theorize that these days armish can safely be compiled | Theo de Raadt | |
with -mcpu=xscale ok drahn | |||
2011-11-14 | Unbreak build of libpthread on hppa/hppa64 by using correct type in | Joel Sing | |
_atomic_lock() declaration. ok deraadt@ | |||
2011-11-14 | Add lots of information about special characters that's actually needed | Ingo 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-14 | merge syscall.c into the end of trap.c as almost all architectures do. | Theo de Raadt | |
2011-11-14 | use include properly | Theo de Raadt | |
2011-11-14 | merge various differences between hppa and hppa64 | Theo de Raadt | |
ok jsing | |||
2011-11-14 | local variable not needed in sdmmc_activate | Theo de Raadt | |
2011-11-14 | sync | Theo de Raadt | |
2011-11-14 | SMSC9512 and family | Theo de Raadt | |
2011-11-14 | much better solver: don't try to solve every library, but just the ones | Marc 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-14 | The spool and offline directories are backend-independent, so they | Eric Faurot | |
must be created early by smtpd, rather than in fsqueue. ok gilles@ chl@ | |||
2011-11-14 | use print-plist-libs-with-depends (and make sure it does not skip depends) | Marc Espie | |
2011-11-14 | ahci hibernate device selection code; not yet tested | Mike Larkin | |
This code is from deraadt@ | |||
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike 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-13 | Add some #defines for the various hibernate I/O modes, some of the | Mike Larkin | |
groundwork for *_hibernate_io functions other than wd_hibernate_io These changes were sent to me by deraadt@ | |||
2011-11-13 | In hibernate resume, free the piglet and other VAs we allocated during | Mike Larkin | |
suspend. ok pirofti@ | |||
2011-11-13 | Fix a handful of bugs that were causing reboots and other bad behavior | Mike Larkin | |
during hibernate resumes. | |||
2011-11-13 | Implement 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-13 | The pkg_subst / SUBST_CMD has caused issues for some ports where | Nigel Taylor | |
the $\ in files was replaced by $. Now only removes the \ in $\{[A-Za-z_] Ok espie@ | |||
2011-11-13 | Make the man(7) page footer the same as in groff. | Ingo Schwarze | |
2011-11-13 | If a softraid chunk is offline we are not necessarily going to have the | Joel Sing | |
disk/partition name - in this case print the chunk number instead. | |||
2011-11-13 | overful -> overfull; | Jason McIntyre | |