summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-22use #ifndef __STRICT_ALIGNMENT instead of #ifdef __i386.Nathan Binkert
2002-09-22Update ifp->if_opackets correctlyJason Wright
2002-09-22little KNF: return(something) -> return (something)Henning Brauer
2002-09-22fix linenumber counting in findeol, and simplify by ignoring the \ case,Henning Brauer
2002-09-22antispoof, take 2.Henning Brauer
2002-09-22test line buffer overflow checks in pfctlHenning Brauer
2002-09-21When rotating files or checking the age of a file, check for bothTodd C. Miller
2002-09-21Further reduce i386 install output by sending to /dev/null the fdiskKenneth R Westerback
2002-09-21update list of supported devicesNathan Binkert
2002-09-21Add support for TBI mode in fiber based cards (heavily inspired by FreeBSD)Nathan Binkert
2002-09-21cleanup, remove registerNathan Binkert
2002-09-21Add support for OS defined halt action on Cheetah and Omega.Hugh Graham
2002-09-20UNDO MORE FUCKING TREE BREAKING. WHY THE FUCK ARE YOU GUYS NOT EVEN DOINGTheo de Raadt
2002-09-20this should have a cd@scsi on itMichael Shalayeff
2002-09-20kill dangling space, line and a space in the tabMichael Shalayeff
2002-09-20flush cpu state on read/write fpregs, force reload on writeMichael Shalayeff
2002-09-20gonna need cr10, aka ccr from the trapframeMichael Shalayeff
2002-09-20log illegal user here for missing privsep case (ssh2).Kevin Steves
2002-09-20Sync with reality, and fix a few errors.Miod Vallat
2002-09-20talk about flags; help and ok from miod@Federico G. Schwindt
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
2002-09-20test line continuationHenning Brauer
2002-09-20better comment about RessourceConfig and AccessConfig aka srm.conf andHenning Brauer
2002-09-20Add pflog, vlan and gif to list of interfaces filtered; krw@ OKTodd C. Miller
2002-09-19Deal with someone specifying an empty string for the command to runTodd C. Miller
2002-09-19Add sparc64 serial mouse devices. Ok miod@Matthieu Herrb
2002-09-19Fix long-standing bug. When specifying a command to run instead of sendingTodd C. Miller
2002-09-19remember: bits is bits and bytes is bytes... use -byte- count for bcopy notJason Wright
2002-09-19Document FD_CLOEXEC; from FreeBSD (Peter Jeremy)Todd C. Miller
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-09-19log IP address also; ok markus@Kevin Steves
2002-09-19typo; cd@kalkatraz.deMarkus Friedl
2002-09-19Since isspace() considers \n to be a space we need to check for startTodd C. Miller
2002-09-19relegate some verbose() to debug(); ok markus@Kevin Steves
2002-09-19bye byeHenning Brauer
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
2002-09-19build sparc64 like sparc is built. includes config/xm-openbsd.hDale Rahn
2002-09-18Mark ELF ld.so as VTEXT to prevent the file from being overwritten.Dale Rahn
2002-09-18We can jump to the fail: label before shellargp is initialized.Artur Grabowski
2002-09-18syncTheo de Raadt
2002-09-18Handle RFC2637 (PPTP defines an enhanced GRE... *sigh*)Jason Wright
2002-09-18Fully decode source routing elements defined in rfc1702Jason Wright
2002-09-18Rewrite from scratch: same basic functionality, but better license andJason Wright
2002-09-18don't install srm.conf, access.conf, srm.conf-dist and access.conf-distHenning Brauer
2002-09-18not good; back to old versionHenning Brauer
2002-09-18nicer english, use Packet Filter instead of packet filterHenning Brauer
2002-09-18no point in limiting MaxRequestsPerChild on OpenBSDHenning Brauer
2002-09-18some cometics, correct SYNOPSISHenning Brauer
2002-09-18test port ranges in rdr rulesHenning Brauer
2002-09-18Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.Marc Espie