Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-19 | sync to 1.9.7: typo; from Alan Bueno, alan dot bsd at gmail dot com | Ingo Schwarze | |
2009-10-19 | users within virtual domains do not necessarily map to a real user account, | Gilles Chehade | |
teach smtpd how to deliver using specific user permissions: accept for virtual map "foo" deliver to maildir "/m/%d/%u" user foo will deliver mail under /m/domain/user as user foo idea and initial diff discussed with jacekm@ | |||
2009-10-19 | fix compile time warning due to missing cast | Gilles Chehade | |
2009-10-19 | Correct a target name so that we don't rebuild vers.o (and then | Philip Guenthe | |
bsd) unless some other object has changed. Rebuild and reinstall in /usr/src/usr.sbin/config/ after updating! "I like it" deraadt@ | |||
2009-10-19 | sync to 1.9.6: minor fixes: | Ingo Schwarze | |
* avoid blank character before the closing ">" of .In * .Bt can not have children | |||
2009-10-19 | sync to 1.9.6: multiple improvements to references (.Rs) | Ingo Schwarze | |
* validate and order .Rs child nodes * underline book title (.%B) and issuer (.%I) * enclose title of article (.%T) in quotes * avoid calling mdoc_verr directly, use a proper error code instead | |||
2009-10-19 | sync to 1.9.6: do not die from .Bd -literal -offset w/o arg (and similar) | Ingo Schwarze | |
Actually, our ancient groff behaves slightly differently than this fix, but not to die is already an improvement. Needs a closer look later. | |||
2009-10-19 | update to tzdata2009o from elsie.nci.nih.gov | Todd C. Miller | |
2009-10-19 | remove almost all references to set->handle, iterate over newer in most | Marc Espie | |
cases (todo: rebuild dependency headers for the complex case...) | |||
2009-10-19 | iterate over newer instead of 1 single handle | Marc Espie | |
2009-10-19 | basic routines to handle the merging of updatesets: mark updatesets as | Marc Espie | |
already done, separate remove/mark_installed in tracker, create a merge method that allows the merging of updatesets. | |||
2009-10-19 | cleanup method that does more or less what's needed | Marc Espie | |
2009-10-19 | sync to 1.9.6: two newline fixes: | Ingo Schwarze | |
* newline before .Rs only below SEE ALSO * newline after .Lb only below LIBRARY | |||
2009-10-19 | Stop updating the screen when not in output mode, stops copy mode getting | Nicholas Marriott | |
confused. | |||
2009-10-19 | sync to 1.9.6: u_char lives in <sys/types.h> | Ingo Schwarze | |
noticed by uqs at spoerlein dot net on FreeBSD, where <stdlib.h> does not include <sys/types.h> | |||
2009-10-19 | sync to 1.9.6: here is the sync of special characters to new groff | Ingo Schwarze | |
as mentioned in the preceding manual commit (oops) | |||
2009-10-19 | sync to 1.9.6: rework the documentation for special characters and | Ingo Schwarze | |
predefined strings, including the recent sync to new groff | |||
2009-10-19 | sync to 1.9.6: fix segfault in .Bl -column | Ingo Schwarze | |
2009-10-19 | syntactic sugar: methods to access plist and location from handle. | Marc Espie | |
2009-10-19 | factor common code, that's a handle specific header | Marc Espie | |
2009-10-19 | sync to 1.9.5: partial rewrite of special character and predefined string | Ingo Schwarze | |
tables and the supporting infrastructure, mostly in preparation for HTML output support | |||
2009-10-18 | actually, we want to resolve C_ALL and C_NET, we just don't want to do it | Gilles Chehade | |
when their action is to be relayed. | |||
2009-10-18 | sync to 1.9.5: integrate closedelim() and opendelim() into term_word(), | Ingo Schwarze | |
removing unnecessary extra functions | |||
2009-10-18 | fix a bug that was introduced by my changes in ruleset matching and which | Gilles Chehade | |
caused an envelope to be saved with action A_INVALID when it matches either A_RELAY or A_RELAYVIA. reported by various people | |||
2009-10-18 | do not attempt to resolve aliases for C_ALL and C_NET destinations | Gilles Chehade | |
2009-10-18 | terminfo supports the use= capability (tc= in termcap), to allow one | Nicholas Marriott | |
description to reference another. If this is used, any capabilities in the parent terminal description should override those pulled in by use=. When cap_mkdb is building terminfo.db, it concatenates any use= references together so each description is self-contained. However, the ncurses terminfo implementation doesn't expect this - it assumes it will have to resolve use= itself, and picks the last entry in the description created by cap_mkdb rather than the first. read_bsd_terminfo.c already makes some transformations to make ncurses happy with the format in the database. So, extend this to trim out duplicate entries, leaving only the first. (Interestingly, ncurses already has code to correctly handle merged tc= capabilities in termcap.db (used if terminfo.db is missing).) "go ahead" deraadt@ | |||
2009-10-18 | Match on Intel 3400 SATA. | Jonathan Gray | |
Tested by bwaichu@yahoo.com. | |||
2009-10-18 | Replace mmap/default precompiled header support using a brk/sbrk | Kurt Miller | |
implementation since random mmap breaks the default approach. Note that gcc may not be compiled with PIE support or it will break this implementation too. | |||
2009-10-17 | synchronize synopsis and usage. | Igor Sobrado | |
2009-10-17 | sort flags; "usage:" is lowercase. | Igor Sobrado | |
2009-10-17 | Another MCP77 controller that while matched already by class, | Jonathan Gray | |
needs to be told to use the nvidia specific quirks to detect attached devices. From and tested by minusf@obiit.org | |||
2009-10-17 | use sc->sk_bsize in the unmap call too; ok theo | Martynas Venckus | |
2009-10-17 | add missing option to usage; while here, minor KNF tweak. | Igor Sobrado | |
2009-10-17 | amd_dir is no longer used by rc so no need for it in rc.conf. | Nicholas Marriott | |
ok deraadt | |||
2009-10-17 | sync | Theo de Raadt | |
2009-10-17 | sort flags. | Igor Sobrado | |
2009-10-17 | Allow us to accept gratuitous ARP requests in cases where the | Marco Pfatschbacher | |
link-route points over the carp interface. (IP-less carpdev) The descision whether to drop an ARP query is now expressed with a goto out; rather than a second check later, which prevented the carpdev case to work. Also add some comments to make in_arpinput() easier to understand. OK henning, markus. | |||
2009-10-17 | sort flags. | Igor Sobrado | |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov | |
but later, it will permit aucat to reject connections from clients statically linked to a unsupported version of libsndio. idea from kittenis, otto and sthen | |||
2009-10-17 | Always move the cursor position on !xenl terminals, since there is no invisible | Nicholas Marriott | |
last cursor position. Also nuke an unused variable. | |||
2009-10-17 | Don't print wide characters at screen width - 1. Matches uterm behaviour and | Nicholas Marriott | |
is probably a better idea anyway. | |||
2009-10-17 | Instead of having a complicated check to see if the cursor is in the last | Nicholas Marriott | |
position to avoid an explicit wrap, actually move it there. Some UTF-8 fixes to come. | |||
2009-10-17 | remove bogus quirk. these devices do not lie about their type, but | Jacob Meuser | |
they do have bSynchAddress set to 0 in their endpoint descriptor. uaudio(4) used to not handle that correctly, but now does. positive response from krw, deraadt, ratchov | |||
2009-10-17 | Match on MCP77 SATA. | Jonathan Gray | |
From and tested by minusf@obiit.org | |||
2009-10-17 | regen | Jonathan Gray | |
2009-10-17 | Correct one of the MCP77 SATA ids that was incorrectly flagged | Jonathan Gray | |
as being AHCI based on pcidump information from minusf@obiit.org I'm sure there are more, but who knows which they are without docs. | |||
2009-10-17 | regen | Jonathan Gray | |
2009-10-17 | Add a bunch of devices from submitted dmesgs. | Jonathan Gray | |
2009-10-16 | after recent change in virtual maps support smtpd.conf.5 was not fully | Gilles Chehade | |
updated and still referenced the "virtual" map which no longer exists. issue spotted by Alexander Hall <alexander@beard.se> | |||
2009-10-16 | as of now, "accept for all deliver to mbox" is a valid syntax, sadly lka is | Gilles Chehade | |
not aware of this and will fatal() when it attempts to resolve a recipient for a destination that's not C_DOM or C_VDOM. issue reported by Dorian Buettner <dorian.buettner@gmx.de> |