summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-12change incorrect FILES entries for makefiles;Jason McIntyre
2006-01-12remove headp stuff, which is unused;Jason McIntyre
2006-01-12after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@Michael Shalayeff
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2006-01-12- add a missing htons() to the receive checksum routine to fixBrad Smith
2006-01-12Change inet_addr("127.0.0.1") into htonl(INADDR_LOOPBACK) and similar.Claudio Jeker
2006-01-12add in HISTORY section when driver was imported in OpenBSD;Xavier Santolaria
2006-01-12split sections on tcp and x11 forwarding into two sections.Jason McIntyre
2006-01-12Copy AS path in rde_filter() on demand instead of doing it before callingClaudio Jeker
2006-01-12Fix up interrupt routing on SiS 963.Jonathan Gray
2006-01-12add an example of a singly-linked list;Jason McIntyre
2006-01-12be way more explicit in pointing people to packages-specs(7)Marc Espie
2006-01-12regenJonathan Gray
2006-01-12Some more VIA and NVIDIA products mostly from submitted dmesgs,Jonathan Gray
2006-01-12Don't populate the fabricated disklabel's partition info from trackKenneth R Westerback
2006-01-12if we cannot map the interrupt, try to do iic in polling mode anyways.Theo de Raadt
2006-01-12a manpage describing delay, for those of us who forget what its argumentDavid Gwynne
2006-01-12attempt to probe for the ds1624; ok grangeTheo de Raadt
2006-01-11skip -g libs on hp300 too, it is too heavyTheo de Raadt
2006-01-11syncTheo de Raadt
2006-01-11- add the info about configuring vlans using ifconfig to the main textJason McIntyre
2006-01-11- document vlanprio, requested by mpechJason McIntyre
2006-01-11remove stray character; ok miodJason McIntyre
2006-01-11Use bounded string functions while constructing the disassembly lines; plusMiod Vallat
2006-01-11Let's move the orphans to the Attic.Miod Vallat
2006-01-11syncTheo de Raadt
2006-01-11document hotplug(4)Martin Reindl
2006-01-11regenMartin Reindl
2006-01-11hotplug(4) and hotplugd(8) hereMartin Reindl
2006-01-11fix my previous commit. fallback to CCK rates was broken.Damien Bergamini
2006-01-11enable multi-rate retries for frames sent at OFDM rates (with CCK fallback).Damien Bergamini
2006-01-11fix RTS protection mode.Damien Bergamini
2006-01-11Identify Winbond chips that are in a non-zero register bank as w83781d.Mark Kettenis
2006-01-11PowerBook5,5 has snapper too;Xavier Santolaria
2006-01-11Fix recovery of realloc failure, which causes a segv on files withOtto Moerbeek
2006-01-11fix xi olympic games; from mischa diehmMichael Shalayeff
2006-01-11Fix compilation without NVIIC_DEBUG defined, ok dlg@Jonathan Gray
2006-01-11Do not use m_adj() on empty mbufs (m->m_len is uninitialised), instead bumpClaudio Jeker
2006-01-11oops, put HISTORY in the right order;Jason McIntyre
2006-01-11device does not support hostap mode; ok jsgJason McIntyre
2006-01-11missing full stop; from ray laiJason McIntyre
2006-01-11dont print anything if we're unable to read the status pageDavid Gwynne
2006-01-11add HARDWARE section; ok jmc@.Xavier Santolaria
2006-01-11make the timeout printf a debug messageDavid Gwynne
2006-01-11add HARDWARE and HISTORY section; ok jmc@.Xavier Santolaria
2006-01-11- check for malloc failureJared Yanovich
2006-01-11Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.Miod Vallat
2006-01-11syncTheo de Raadt
2006-01-11only set Ok flag for RX checksums.Brad Smith
2006-01-11remove a printf here.Brad Smith