Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-05 | Regress tests for pfctl -o rule reordering and duplicate rule removal. | Ryan Thomas McBride | |
2004-10-05 | Call ip_output at splsoftnet() when sending advertisements; also don't stop | Ryan Thomas McBride | |
sending advertisements if we can't tag the mbuf. Problem report and fix from Chris Pascoe, thanks. ok henning@ | |||
2004-10-05 | kill dead isa/eisa and add spmath for tags generation | Michael Shalayeff | |
2004-10-05 | change default to 451 for greylisting, thanks to a number of | Bob Beck | |
people on misc, and some observations by Evan harris on the greylisting mailing list that a number of clustered mailers like aol behave better (and retry from the same IP) when they see a 451, but do not when they see a 450 (traditionally used for mailbox lock failure) 450 was the original for spamd, as the default for the tarpit is to encourage quick retries to punish blacklisted smtp servers more. This got carried over to the greylisting implementation, and isnt' really optimal for that case. ok millert@, henning@, todd@ | |||
2004-10-05 | fix an overflow in the handling of -S | Jared Yanovich | |
ok millert | |||
2004-10-05 | Get prototypes through cons_decl(), so that they are always right. | Miod Vallat | |
2004-10-05 | Clarify starred accounts and mention /sbin/nologin. OK jmc@ | Todd C. Miller | |
2004-10-05 | pretty dmesg print | Theo de Raadt | |
2004-10-05 | some more types | Per Fogelstrom | |
2004-10-05 | reject an all zero bgpid, following a similar suggestion from | Henning Brauer | |
pascal.gloor@spale.com | |||
2004-10-05 | in client_addr_init() and client_nextaddr(), do not set up the socket and | Henning Brauer | |
connect it, instead leave it at -1. in client_query, set up and connect the socket if it is -1. and, the real reason for this change: handle connect failures gracefully ok otto | |||
2004-10-05 | connect(2) can return with EHOSTUNREACH, found with and ok otto | Henning Brauer | |
2004-10-05 | derive ::PkgCfl from ::Conflict | Marc Espie | |
2004-10-05 | basic destate for ::FileObject, derive ::Exec, ::Unexec, ::Extraunexec | Marc Espie | |
from ::ExeclikeAction | |||
2004-10-05 | unique objects only need to override add_object. | Marc Espie | |
2004-10-05 | fullname and mode stuff only concerns ::Object | Marc Espie | |
2004-10-05 | Only ::FileObject need to do the dirclass test, other objects don't | Marc Espie | |
become dirs/ | |||
2004-10-05 | NoDuplicateNames = 1 is a ::FileObject property | Marc Espie | |
2004-10-05 | update video cards known to work, ok drahn@, 'Looks sane to me' otto@ | Jonathan Gray | |
2004-10-05 | grab the perflevel during init so it's synced with reality. | Ted Unangst | |
other drivers to come. ok deraadt@ | |||
2004-10-05 | +udav | Jonathan Gray | |
2004-10-05 | Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet. | Jonathan Gray | |
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@ | |||
2004-10-04 | Make doff_t u_quad_t. This allows me to read iso9660 DVD-ROMs that | Todd C. Miller | |
are > 2GB. doff_t should really be off_t but making it signed exposed a bug that I haven't tried to track down yet. Based on a patch from and OK by pedro@. | |||
2004-10-04 | sync | David Gwynne | |
2004-10-04 | Belkin Components F5U237 USB 2.0 7-Port Hub | David Gwynne | |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre | |
2004-10-04 | remove some incorrect apostrophes, and make the text referring to | Jason McIntyre | |
re_format.7 slightly more consistent w/ other pages; | |||
2004-10-04 | remove the section on extended regular expressions, and point | Jason McIntyre | |
people instead to re_format.7: there is now a list of EREs there; | |||
2004-10-04 | remove the section on regular expressions - instead point people | Jason McIntyre | |
to re_format.7 (which is where the list of BREs went); also, rename LIMITATIONS to CAVEATS, as this is a standard mdoc thing, and shuffle it to the end of the page; | |||
2004-10-04 | mdoc/grammar fixes; | Jason McIntyre | |
2004-10-04 | Install nvram(4) | Miod Vallat | |
2004-10-04 | add master.passwd to NAME, since that file is documented here too; | Jason McIntyre | |
2004-10-04 | master\n.Xr passwd 5 -> .Xr master.passwd 5 | Jason McIntyre | |
2004-10-04 | document that /etc/security checks disklabels for changes; | Jason McIntyre | |
from alexander taler (pr #3943); | |||
2004-10-04 | a whole bunch of avance logic codecs and also patch for some | Michael Shalayeff | |
2004-10-04 | need sys/param.h to compile | Michael Shalayeff | |
2004-10-04 | Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@ | Todd C. Miller | |
2004-10-04 | Allow one more char for fstype, to avoid truncation of ISO9660 fstype. | Otto Moerbeek | |
spotted by and ok krw@ | |||
2004-10-04 | .Xr make | Marc Espie | |
2004-10-04 | new devices supported | Theo de Raadt | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | davicom DM9601 contains another amiphy clone | Theo de Raadt | |
2004-10-04 | COREGA_FETHER_USB2_TX; tested by me | Theo de Raadt | |
2004-10-04 | sync | Theo de Raadt | |
2004-10-04 | Corega Fether USB2-TX is axe | Theo de Raadt | |
2004-10-04 | link FileObject, State, Action. | Marc Espie | |
2004-10-04 | link `Meta/Unique' class hierarchy. Ditch some common code. | Marc Espie | |
2004-10-04 | basic class hierarchy to cut up packing-list items into better groups. | Marc Espie | |
2004-10-04 | Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR, | Marc Espie | |
but they can get better. |