Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer | |
in the data part for the data from the previously distinct tags. look up the tag early and carry a pointer to it around. makes the code easier and saves some tag lookups and thus helps performance, as proven by tests run by Schberle Dniel <Schoeberle.Daniel@aamtech.hu> Initially hacked up somewhere over the atlantic ocean in an A330 early testing reyk and moritz, "put it in" theo | |||
2005-10-17 | sync with heimdal 0.7 | Bjorn Sandell | |
2005-10-17 | parse correctly flows using ipcomp. Glitch noticed by jared rr spiegel. | Hans-Joerg Hoexer | |
2005-10-17 | Don't clear dma_in_progress flag too early, noticed by jason@. | Alexander Yurchenko | |
2005-10-17 | Fixup cacheline on sii3114 like we do for sii3112; | Alexander Yurchenko | |
from ragge@netbsd via jason@. | |||
2005-10-17 | Enable APC CMOS RAM reading code on amd64 for some embedded sis(4) chips. | Brad Smith | |
2005-10-17 | Start using the unused sc_variant to identify the GMAC vendor and chipset | Brad Smith | |
model to the MI part of the driver. On Apple systems only attach the PHY to location 0, unless using a K2 GMAC, then use location 1. Tested by drahn@ and kettenis@ | |||
2005-10-17 | sync | Theo de Raadt | |
2005-10-16 | - remove the lock even if we are just reverting to the previous | Niall O'Higgins | |
revision (like GNU RCS). | |||
2005-10-16 | - sync checkin_usage(); | Niall O'Higgins | |
2005-10-16 | - document `-n' option. | Niall O'Higgins | |
2005-10-16 | make ukphy dmesg attach print on one line. | Brad Smith | |
2005-10-16 | Turn /k2-sata-root into T_BUS; makes us recognize the bootpath of internal | Mark Kettenis | |
disks on G5 systems with K2 SATA. ok deraadt@ | |||
2005-10-16 | - add support for `-n<symbol>' | Niall O'Higgins | |
2005-10-16 | Prepare for better host specification parser: dns names, interfaces, etc. But | Hans-Joerg Hoexer | |
for now, just ipv4. Derived from pfctl(8). | |||
2005-10-16 | Regression tests for "any" keyword. | Hans-Joerg Hoexer | |
2005-10-16 | Unset debug flag. | Hans-Joerg Hoexer | |
2005-10-16 | Add keyword "any" for addresses, reduces to "0.0.0.0/0". | Hans-Joerg Hoexer | |
2005-10-16 | Allow PCI_INTERRUPT_PIN_NONE for the interrupt pin. | Mark Kettenis | |
HyperTransport delivers interrupts via messages and does not define any interrupt pins. (The documentation even warns that some operating systems will not function correctly without a non-zero value in its Interrupt Pin configuration space register.) ok deraadt@ | |||
2005-10-16 | Add SError register offset, and a tiny cosmetics in nested | Alexander Yurchenko | |
inclusion protection. | |||
2005-10-16 | ServerWorks SATA | Mark Kettenis | |
ok deraadt@, grange@ | |||
2005-10-16 | cleanup messages generated by err(3) | Hans-Joerg Hoexer | |
2005-10-16 | remove duplicate function declaration; ok claudio@ | Kevin Steves | |
2005-10-16 | Don't pound UNIT ATTENTION retries in as fast as possible. If we are | Kenneth R Westerback | |
going to retry the command, pause for a second to let the condition clear. Just as we do for certain NOT READY conditions. Found with the help of, and fixes Ed Wandasiewicz's IBM USB Memory key. ok deraadt@ | |||
2005-10-16 | Two typos from Christian Brueffer <chris at unixpages dot org> | Marco Peereboom | |
2005-10-16 | sync with heimdal 0.7 | Bjorn Sandell | |
2005-10-16 | Simplify some error paths. From Andrey Matveev. ok canacar@ | Otto Moerbeek | |
2005-10-16 | fix the locks section in RCS files; | Joris Vink | |
2005-10-16 | While in em_process_receive_interrupts() processing the packet em_init() | Brad Smith | |
may be called (either from em_watchdog() from softclock interrupt or from ifconfig). em_init() resets the card, in particular it sets sc->next_rx_desc_to_check to 0 and resets hardware RX Head and Tail descriptor pointers. The loop in em_process_receive_interrupts() does not expect these things to change, and a mess may result. >From glebius FreeBSD ok krw@ | |||
2005-10-16 | missing break caused erroneous auth-type crypt enabled in 'sh int' | Kevin Steves | |
when simple enabled; ok claudio@ | |||
2005-10-16 | spacing; | Joris Vink | |
2005-10-16 | - sort rcs_getopt() string before i add more options. | Niall O'Higgins | |
2005-10-16 | - sync rcsdiff_usage(); | Niall O'Higgins | |
2005-10-16 | - sync checkout_usage(); | Niall O'Higgins | |
2005-10-16 | - Use Ns macro to remove spaces in these manual pages too. | Niall O'Higgins | |
2005-10-16 | - use Ns macro to remove spaces between options and their arguments, | Niall O'Higgins | |
as suggested by jmc@ | |||
2005-10-16 | - zap an incorrect comment. | Niall O'Higgins | |
2005-10-16 | - remove unused `flags' variable. | Niall O'Higgins | |
2005-10-16 | - remove unused `rcsfile' parameter from checkin_getlogmsg() | Niall O'Higgins | |
2005-10-16 | KNF | Niall O'Higgins | |
2005-10-16 | remove obsolete comment; | Xavier Santolaria | |
2005-10-16 | better diagnostic on tx error. | Federico G. Schwindt | |
2005-10-16 | remove references of apm from here. when we have some power management | Federico G. Schwindt | |
here they'll come back. deraadt@ ok. | |||
2005-10-16 | Bring enable_network() into line with /etc/netstart by not attempting | Kenneth R Westerback | |
to use mygate if any interface attempts dhcp. | |||
2005-10-16 | print the hardware irq number, not the bogus internal number for 'vmstat -i' | Dale Rahn | |
2005-10-16 | Consolidate dl_boot and dlopen dep lib loading into new function | Kurt Miller | |
_dl_load_dep_libs. Now both dl_boot and dlopen will randomize dep lib loading, where previously only dl_boot did. | |||
2005-10-16 | Use 'rtsolif' in enable_network(), rather than 'rtsif', to make it more | Kenneth R Westerback | |
closely resemble netstart. No functional change. | |||
2005-10-16 | spacing; | Joris Vink | |
2005-10-16 | less 'pirates of the carribean' like error message; | Joris Vink | |
2005-10-16 | fix off-by-one in RCSINIT code, noticed by niallo@ | Joris Vink | |
for this my karma drops by 10 points; |