Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-16 | - finally add proper support for `ci -k`. this little-used option requires | Niall O'Higgins | |
quite a lot of parsing code. | |||
2006-02-16 | - stop enabling/disabling interrupts in nfe_intr(). | Damien Bergamini | |
- store RX/TX settings in nfe_softc so we don't recompute them all the time. - fix h/w VLAN tagging flags. | |||
2006-02-16 | - ensure we handle -d properly in initial revision, not just updates. | Niall O'Higgins | |
2006-02-16 | - make revision specifiers work for initial revision, not just updates. | Niall O'Higgins | |
2006-02-16 | make panic msg more useful | Michael Shalayeff | |
2006-02-16 | `ci -k` is described incorrectly in a number of places. | Niall O'Higgins | |
- fix ci(1) manual page for this option - fix usage() for this option - fix CI_OPTSTRING for this option. | |||
2006-02-16 | - make function prototypes consistent. | Niall O'Higgins | |
2006-02-16 | remove extraneous .Re; | Jason McIntyre | |
2006-02-16 | validate() can also take sample files into account. | Marc Espie | |
2006-02-16 | regen | Jonathan Gray | |
2006-02-16 | Add Novatel and Kyocera EVDO cards. | Jonathan Gray | |
2006-02-16 | AirPrime EVDO does not work with uplcom as suspected. | Jonathan Gray | |
Noticed by Ben Lovett. | |||
2006-02-16 | sync some of the FILES entries w/ ssh.1; | Jason McIntyre | |
2006-02-16 | Strip newline from lines used with -I, otherwise ^$ will match all | Otto Moerbeek | |
lines and ignore them all. With and ok jaredy@ | |||
2006-02-16 | delete a few double declarations; ok otto | Peter Valchev | |
2006-02-16 | NVIDIA | Brad Smith | |
2006-02-16 | Nvidia -> NVIDIA | Brad Smith | |
2006-02-16 | regen | Brad Smith | |
2006-02-16 | add some ENE CardBus controllers. | Brad Smith | |
2006-02-15 | - improve description of -I | Jason McIntyre | |
- Xr re_format(7) from ray lai | |||
2006-02-15 | build rdsetroot (needed to build bsd.rd), miodski broke it in november! | Peter Valchev | |
(tsk tsk) since he uses a non-standard build apparently; noticed by me and theo | |||
2006-02-15 | Initialize snaplen also when reading a dump file. Fixes problems | Otto Moerbeek | |
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||
2006-02-15 | move setting IFCAP_VLAN_MTU back to where it is supposed to be. | Brad Smith | |
2006-02-15 | add support for 64bit rings base addresses. | Damien Bergamini | |
2006-02-15 | actually disable h/w VLAN tagging for now. | Damien Bergamini | |
2006-02-15 | - enable jumbo frames for adapters that support it. | Damien Bergamini | |
- extend TX DMA mappings size from MCLBYTES to NFE_JBYTES. - add initial (disabled) bits for interrupts mitigation. - add initial (disabled) bits for h/w VLAN tagging. - did some consistency tweaks while i'm here. | |||
2006-02-15 | don't re-init the interface on watchdog timeout. we need to reload the | Damien Bergamini | |
firmware which can't be done outside of a process context. instead, just turn the interface down (rt2661_stop) for now. | |||
2006-02-15 | remove ietf draft references; RFC list now maintained in ssh.1; | Jason McIntyre | |
2006-02-15 | remove the IETF draft references and replace them with some updated RFCs; | Jason McIntyre | |
list from markus; | |||
2006-02-15 | Repair call to gethostname(). From adobriyan at gmail.com. Patch submitted | Aaron Campbell | |
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok | |||
2006-02-15 | Fix bug introduced by previous delint and rename a var. From Ray. | Otto Moerbeek | |
2006-02-15 | be gone whitespace. | Brad Smith | |
2006-02-15 | need bootparams for root path on NFS server | Martin Reindl | |
ok henning@ | |||
2006-02-15 | enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok | Michael Shalayeff | |
2006-02-15 | use proper msync | Michael Shalayeff | |
2006-02-15 | Do not try to dirty an area when adding LSA ext. | Esben Norby | |
OK henning@ | |||
2006-02-15 | sync audio device drivers descriptions. OK jmc@ miod@. | Xavier Santolaria | |
2006-02-15 | delint; from Ray with input from me and jaredy@; ok jaredy@ | Otto Moerbeek | |
2006-02-15 | remove "the the" in comment; ok jmc@ | David Krause | |
2006-02-15 | typo in comment; ok djm@ | David Krause | |
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Knock out "deq" and "tas3004" i2c nodes. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat | |
2006-02-14 | Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffers | Miod Vallat | |
are addressed as if they were 8bpp, which is what we pretend we are to rasops, so we actually have to remove capabilities after rasops_init() again. | |||
2006-02-14 | Kill unused __HAVE_MINIMAL_EMUL | Miod Vallat | |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-14 | Fix botched format string specifiers. From adobriyan at gmail.com. | Aaron Campbell | |
2006-02-14 | fix regress test on sparc64. help & ok millert@ cloder@ | Moritz Jodeit | |
2006-02-14 | Put commas in right places, from Ray Lai. | Otto Moerbeek | |