Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-07 | sync | Theo de Raadt | |
2006-11-07 | sync | Theo de Raadt | |
2006-11-07 | sync | Theo de Raadt | |
2006-11-07 | landisk has usb | Theo de Raadt | |
2006-11-07 | Add TX done cleanup. | Marcus Glocker | |
2006-11-07 | Load the syscall number into the scratch register (r12) so that we dont | Dale Rahn | |
need the copyin. | |||
2006-11-07 | em_get_buf(): | Brad Smith | |
- Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod(). - Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync(). em_allocate_receive_structures(): - Clean up error handling for receive buffer allocation and just have everything done by em_free_receive_structures() now. em_free_receive_structures(): - A few changes here to allow this function to be called from em_stop() as well as em_allocate_receive_structures(). Tested on i386/amd64/sparc64. ok reyk@ | |||
2006-11-07 | Add xmphy(4) here too. | Mark Kettenis | |
ok brad@ | |||
2006-11-07 | Add xmphy(4). | Mark Kettenis | |
ok drahn@, brad@ | |||
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek | |
skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ | |||
2006-11-07 | remove sudo around includes, since that's already done by the toplevel. | Marc Espie | |
Requested by Mr T. | |||
2006-11-07 | more junk | Theo de Raadt | |
2006-11-07 | some files landisk will not have | Theo de Raadt | |
2006-11-07 | remove nasty ugly horrid hack that was for armish but was copied... | Dale Rahn | |
2006-11-07 | likely very broken sets files for this new arch (which isn't quite there yet). | Dale Rahn | |
2006-11-07 | activate *trans functions, noticed by robert/wilfried, tested by | Marc Espie | |
various people. | |||
2006-11-07 | Build the correct arch softfloat code. | Dale Rahn | |
2006-11-07 | remove some irrelevant references; spotted by stevesk | Jason McIntyre | |
ok henning stevesk | |||
2006-11-07 | sort out the mess of Dq/Po/Pc running amok the keyboard pages... | Jason McIntyre | |
2006-11-07 | remove wdc debug | Dale Rahn | |
2006-11-07 | forgot to commit the new files for sh softfloat support. | Dale Rahn | |
2006-11-07 | BN_hex2bn returns int; from dtucker@ | Markus Friedl | |
2006-11-07 | a fix derived from freebsd 1.196 revision. | Michael Shalayeff | |
due to ffs_sync not be able to sync some buffers here is another instance of softdep code that must ensure proper syncing. try harder to flush MKDIR_BODY dependancy if such still exists during pagedep flush (that is by syncing first block of the dir). pedro@ ok | |||
2006-11-07 | correctly check for bad signatures in the monitor, otherwise the monitor and | Markus Friedl | |
the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ | |||
2006-11-07 | zap the stat part related to file type, only keeping the usual modes. | Marc Espie | |
2006-11-07 | Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ | Otto Moerbeek | |
2006-11-07 | Don't check buf[strlen(buf) - 1] for zero length strings. | Ray Lai | |
OK jaredy@. | |||
2006-11-07 | Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] can | Ray Lai | |
be safely called later. Add check for asprintf. Use _PATH_DEV, suggested by jaredy@. OK jaredy@. | |||
2006-11-07 | Add another device using the 8169S | Chris Kuethe | |
ok jmc | |||
2006-11-07 | fix skipping when reading from a tty; reported by Karel Kulhavy | Otto Moerbeek | |
<clock at twibright dot com>; ok deraadt@ | |||
2006-11-07 | Use anchor recursion when printing loaded ruleset (make certain that recursion | Ryan Thomas McBride | |
works and catch some other potential anchor weirdnesses). Non recursive printing still tested in pfopt6. | |||
2006-11-07 | Only try to recursively print rules if they are actually anchors. | Ryan Thomas McBride | |
2006-11-07 | Add test for -a with nested anchors. | Ryan Thomas McBride | |
2006-11-07 | make delayed turn commands not become immediate when there is a | Theo de Raadt | |
request to go to the same altitude as already at. pr 3448 | |||
2006-11-07 | mention supported media types. | Brad Smith | |
2006-11-07 | regen | Jonathan Gray | |
2006-11-07 | Add VIA K8M890 ids from a submitted dmesg. | Jonathan Gray | |
2006-11-07 | remove the sentence mentioning the supported PHY in the body of the man page | Brad Smith | |
as the PHY are already mentioned at the top and referenced at the bottom of the page. | |||
2006-11-07 | replace the sentence mentioning nsphy(4) with the autoconf entry at | Brad Smith | |
the top. | |||
2006-11-07 | remove a sentence mentioning a particular 3Com adapter and where to | Brad Smith | |
look for support. ok deraadt@ | |||
2006-11-07 | add acphy(4). | Brad Smith | |
From deraadt@ | |||
2006-11-07 | - The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem | Brad Smith | |
to have "remote DMA complete bit" is ISR. So, don't wait for ISR.RDC bit after writing a packet. From bsh@NetBSD - Figure out whether the shared memory region is word-accessible in the same place we figure out its size, and store this in the softc, rather than using a series of comparisons later. From mycroft@NetBSD - support for the NE2000 type AX88790. From Yong-Jhen Hong <yongjhen at alqualonde dot org> via NetBSD Tested by deraadt@ and Adriaan <misc dot adriaan at gmail dot com> ok deraadt@ | |||
2006-11-07 | Add regress tests for inline anchors. | Ryan Thomas McBride | |
2006-11-07 | Unbreak authpf by handling non-inline anchors separately from the { } anchors | Ryan Thomas McBride | |
as pf_find_or_create_ruleset() will mangle relative anchor names and wildcards. Also fixes some nits with nesting and printing inline anchors. ok deraadt@ | |||
2006-11-06 | Also reset the TX ring if the card gets stopped. | Marcus Glocker | |
2006-11-06 | Oops, bootblocks need this. | Miod Vallat | |
2006-11-06 | duh -- on first boot, do not build the host.random file twice; ok djm | Theo de Raadt | |
2006-11-06 | signed char fixes need to avoid infinite loops; pr5284 from | Theo de Raadt | |
smallm@panix.com a very well written pr, very detailed... well worth reading | |||
2006-11-06 | Let CISCoholic memset() do not behave as bzero for a length over 64KB. | Miod Vallat | |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl | |