summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-05Regress tests for pfctl -o rule reordering and duplicate rule removal.Ryan Thomas McBride
2004-10-05Call ip_output at splsoftnet() when sending advertisements; also don't stopRyan Thomas McBride
sending advertisements if we can't tag the mbuf. Problem report and fix from Chris Pascoe, thanks. ok henning@
2004-10-05kill dead isa/eisa and add spmath for tags generationMichael Shalayeff
2004-10-05change default to 451 for greylisting, thanks to a number ofBob 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-05fix an overflow in the handling of -SJared Yanovich
ok millert
2004-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
2004-10-05Clarify starred accounts and mention /sbin/nologin. OK jmc@Todd C. Miller
2004-10-05pretty dmesg printTheo de Raadt
2004-10-05some more typesPer Fogelstrom
2004-10-05reject an all zero bgpid, following a similar suggestion fromHenning Brauer
pascal.gloor@spale.com
2004-10-05in client_addr_init() and client_nextaddr(), do not set up the socket andHenning 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-05connect(2) can return with EHOSTUNREACH, found with and ok ottoHenning Brauer
2004-10-05derive ::PkgCfl from ::ConflictMarc Espie
2004-10-05basic destate for ::FileObject, derive ::Exec, ::Unexec, ::ExtraunexecMarc Espie
from ::ExeclikeAction
2004-10-05unique objects only need to override add_object.Marc Espie
2004-10-05fullname and mode stuff only concerns ::ObjectMarc Espie
2004-10-05Only ::FileObject need to do the dirclass test, other objects don'tMarc Espie
become dirs/
2004-10-05NoDuplicateNames = 1 is a ::FileObject propertyMarc Espie
2004-10-05update video cards known to work, ok drahn@, 'Looks sane to me' otto@Jonathan Gray
2004-10-05grab the perflevel during init so it's synced with reality.Ted Unangst
other drivers to come. ok deraadt@
2004-10-05+udavJonathan Gray
2004-10-05Port 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-04Make doff_t u_quad_t. This allows me to read iso9660 DVD-ROMs thatTodd 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-04syncDavid Gwynne
2004-10-04Belkin Components F5U237 USB 2.0 7-Port HubDavid Gwynne
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-10-04remove some incorrect apostrophes, and make the text referring toJason McIntyre
re_format.7 slightly more consistent w/ other pages;
2004-10-04remove the section on extended regular expressions, and pointJason McIntyre
people instead to re_format.7: there is now a list of EREs there;
2004-10-04remove the section on regular expressions - instead point peopleJason 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-04mdoc/grammar fixes;Jason McIntyre
2004-10-04Install nvram(4)Miod Vallat
2004-10-04add master.passwd to NAME, since that file is documented here too;Jason McIntyre
2004-10-04master\n.Xr passwd 5 -> .Xr master.passwd 5Jason McIntyre
2004-10-04document that /etc/security checks disklabels for changes;Jason McIntyre
from alexander taler (pr #3943);
2004-10-04a whole bunch of avance logic codecs and also patch for someMichael Shalayeff
2004-10-04need sys/param.h to compileMichael Shalayeff
2004-10-04Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@Todd C. Miller
2004-10-04Allow one more char for fstype, to avoid truncation of ISO9660 fstype.Otto Moerbeek
spotted by and ok krw@
2004-10-04.Xr makeMarc Espie
2004-10-04new devices supportedTheo de Raadt
2004-10-04syncTheo de Raadt
2004-10-04davicom DM9601 contains another amiphy cloneTheo de Raadt
2004-10-04COREGA_FETHER_USB2_TX; tested by meTheo de Raadt
2004-10-04syncTheo de Raadt
2004-10-04Corega Fether USB2-TX is axeTheo de Raadt
2004-10-04link FileObject, State, Action.Marc Espie
2004-10-04link `Meta/Unique' class hierarchy. Ditch some common code.Marc Espie
2004-10-04basic class hierarchy to cut up packing-list items into better groups.Marc Espie
2004-10-04Add Fatal/Warn routines: for now, they do nothing more than die/print STDERR,Marc Espie
but they can get better.