Age | Commit message (Expand) | Author |
2004-01-22 | - Include the value of pf_state.timeout in pfsync messages | Ryan Thomas McBride |
2004-01-21 | dynamic bufq support. basically a nullop. ok grange@ | Ted Unangst |
2004-01-21 | call timeout_startup early, so timeouts are available. report from sam smith | Ted Unangst |
2004-01-21 | A faster ffs() routine based upon the ff1 assembly instruction. | Miod Vallat |
2004-01-20 | Check the values given to -h and -s. Closes PR 3640. | Tom Cosgrove |
2004-01-20 | do not put INET6 here, we want bsd.rd that fits | Theo de Raadt |
2004-01-20 | don't limit the number of sessions to the onboard ram (always upload the | Jason Wright |
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko |
2004-01-20 | Correct checks for non-i810 chip; from FreeBSD. | Alexander Yurchenko |
2004-01-20 | the pfsync interface does not have a baudrate, so don't claim 100 MBit/s | Henning Brauer |
2004-01-20 | In some situations, the MVME328S can be so hung that our current reset code | Miod Vallat |
2004-01-20 | when reading eeprom for the address, DELAY(4) during the operations. | Theo de Raadt |
2004-01-20 | Use shifts and logical arithmetic, rather than multiplications and integer | Miod Vallat |
2004-01-20 | Better debugging information, only available if option TRAPDEBUG (which you | Miod Vallat |
2004-01-20 | let XFS compile; miod ok | Theo de Raadt |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2004-01-20 | Ignore pfsync packets if pf is not running. | Ryan Thomas McBride |
2004-01-20 | - macppc -> __macppc__ | Brad Smith |
2004-01-19 | Update comment; handling PFSYNC_ACT_UPD in pfsync_input() is no longer | Ryan Thomas McBride |
2004-01-19 | Get rid of a few useless defines, as well as a few duplicated ones; and | Miod Vallat |
2004-01-19 | ``3 pages of u-area ought to be enough for everybody'' | Miod Vallat |
2004-01-19 | The pessimistic tlb handling change turned out to be one more instance of | Miod Vallat |
2004-01-19 | Clean up creation and expiry timestamp calculations. | Ryan Thomas McBride |
2004-01-19 | Rename a few defines to avoid namespace pollution. The only one used was 'REA... | Kenneth R Westerback |
2004-01-18 | clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. | Bob Beck |
2004-01-18 | Port is already stored in network byte order, no need to convert. | Ryan Thomas McBride |
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat |
2004-01-18 | send RTM_IFINFO on carp state changes; with mpf@; ok mcbride@, mpf@ | Markus Friedl |
2004-01-17 | Now that the phys_map_vaddr bug is out of the way, it's time to bring back | Miod Vallat |
2004-01-17 | Read product id and revision from pci conf space only once | Alexander Yurchenko |
2004-01-17 | Major stability improvement. Fix a variety of systems and problems | Kenneth R Westerback |
2004-01-17 | Use SC_DEBUG() to display debug messages. Makes SCSIDEBUG output better. | Kenneth R Westerback |
2004-01-17 | Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG. | Kenneth R Westerback |
2004-01-16 | Do not switch to the fpsp exception vectors if we are not running on an | Miod Vallat |
2004-01-16 | Fix IPv6 stateful tcp scrubbing by not dereferencing a null pointer. | Ryan Thomas McBride |
2004-01-16 | Remove this farce. | Miod Vallat |
2004-01-16 | Do not print CHS info for LBA drives, it's useless for drives with | Alexander Yurchenko |
2004-01-16 | cia* is not needed on floppyB, all these machines use tsc*. but at least | Theo de Raadt |
2004-01-16 | People who immediately clobber registers containing the result of subfunctions | Miod Vallat |
2004-01-15 | Disable write-back mappings for userland entirely; pmap_copy_page() still | Miod Vallat |
2004-01-15 | sync | Alexander Yurchenko |
2004-01-15 | Two Silicon Image SATA chips. | Alexander Yurchenko |
2004-01-15 | ansi and some spaces; no f/c | Alexander Yurchenko |
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat |
2004-01-15 | instuction -> instruction | Miod Vallat |
2004-01-15 | es tanzt das KNF | Markus Friedl |
2004-01-15 | missing #ifdef INET6, ok henning@ | Daniel Hartmeier |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2004-01-15 | move call to tcp_mss_update() from syn_cache_add() to syn_cache_get(), | Markus Friedl |
2004-01-15 | Undo backout of this piece of 'SR restores', this feature is used by | Dale Rahn |