summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-07syncTheo de Raadt
2006-11-07syncTheo de Raadt
2006-11-07syncTheo de Raadt
2006-11-07landisk has usbTheo de Raadt
2006-11-07Add TX done cleanup.Marcus Glocker
2006-11-07Load the syscall number into the scratch register (r12) so that we dontDale Rahn
2006-11-07em_get_buf():Brad Smith
2006-11-07Add xmphy(4) here too.Mark Kettenis
2006-11-07Add xmphy(4).Mark Kettenis
2006-11-07It is better to use isatty() to see if a dev is seekable, becauseOtto Moerbeek
2006-11-07remove sudo around includes, since that's already done by the toplevel.Marc Espie
2006-11-07more junkTheo de Raadt
2006-11-07some files landisk will not haveTheo de Raadt
2006-11-07remove nasty ugly horrid hack that was for armish but was copied...Dale Rahn
2006-11-07likely very broken sets files for this new arch (which isn't quite there yet).Dale Rahn
2006-11-07activate *trans functions, noticed by robert/wilfried, tested byMarc Espie
2006-11-07Build the correct arch softfloat code.Dale Rahn
2006-11-07remove some irrelevant references; spotted by steveskJason McIntyre
2006-11-07sort out the mess of Dq/Po/Pc running amok the keyboard pages...Jason McIntyre
2006-11-07remove wdc debugDale Rahn
2006-11-07forgot to commit the new files for sh softfloat support.Dale Rahn
2006-11-07BN_hex2bn returns int; from dtucker@Markus Friedl
2006-11-07a fix derived from freebsd 1.196 revision.Michael Shalayeff
2006-11-07correctly check for bad signatures in the monitor, otherwise the monitor andMarkus Friedl
2006-11-07zap the stat part related to file type, only keeping the usual modes.Marc Espie
2006-11-07Timecounters for amd64. Diff by art@, tested by many. ok deraadt@Otto Moerbeek
2006-11-07Don't check buf[strlen(buf) - 1] for zero length strings.Ray Lai
2006-11-07Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] canRay Lai
2006-11-07Add another device using the 8169SChris Kuethe
2006-11-07fix skipping when reading from a tty; reported by Karel KulhavyOtto Moerbeek
2006-11-07Use anchor recursion when printing loaded ruleset (make certain that recursionRyan Thomas McBride
2006-11-07Only try to recursively print rules if they are actually anchors.Ryan Thomas McBride
2006-11-07Add test for -a with nested anchors.Ryan Thomas McBride
2006-11-07make delayed turn commands not become immediate when there is aTheo de Raadt
2006-11-07mention supported media types.Brad Smith
2006-11-07regenJonathan Gray
2006-11-07Add VIA K8M890 ids from a submitted dmesg.Jonathan Gray
2006-11-07remove the sentence mentioning the supported PHY in the body of the man pageBrad Smith
2006-11-07replace the sentence mentioning nsphy(4) with the autoconf entry atBrad Smith
2006-11-07remove a sentence mentioning a particular 3Com adapter and where toBrad Smith
2006-11-07add acphy(4).Brad Smith
2006-11-07- The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seemBrad Smith
2006-11-07Add regress tests for inline anchors.Ryan Thomas McBride
2006-11-07Unbreak authpf by handling non-inline anchors separately from the { } anchorsRyan Thomas McBride
2006-11-06Also reset the TX ring if the card gets stopped.Marcus Glocker
2006-11-06Oops, bootblocks need this.Miod Vallat
2006-11-06duh -- on first boot, do not build the host.random file twice; ok djmTheo de Raadt
2006-11-06signed char fixes need to avoid infinite loops; pr5284 fromTheo de Raadt
2006-11-06Let CISCoholic memset() do not behave as bzero for a length over 64KB.Miod Vallat
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl