Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-12 | completely uniform setup | Marc Espie | |
2006-11-12 | print stuff to the correct file handle | Marc Espie | |
2006-11-12 | remove reference to PPP_FILTER: | Kevin Steves | |
- there is no PPP_FILTER kernel option - pppd is compiled with -DPPP_FILTER by default ok jmc@ | |||
2006-11-12 | In malo_send_cmd_dma() reduce the poll loop to 10 and increase the delay | Claudio Jeker | |
to 100. Even the slowest command take only about half of the time so this should be enough. Discussed with mglocker@ | |||
2006-11-12 | Rewrite part of malo_tx_mgt() to do the mbuf dance in a nicer way. This | Claudio Jeker | |
is still ugly beyond any help but what do you expect from HW that needs to insert unused fields between header and data? OK mglocker@ | |||
2006-11-12 | Simplify code and remove a delay() by actually waiting for the command to | Claudio Jeker | |
finish. OK mglocker@ | |||
2006-11-11 | when calculating envp, skip over the NULL between argv and envp. | Dale Rahn | |
2006-11-11 | remove '#if 0' block. | Dale Rahn | |
2006-11-11 | simplify | Theo de Raadt | |
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis | |
alternative sources for interrupt information. ok gwk@, brad@ | |||
2006-11-11 | reloc.h is included via machine/reloc.h so it should be accessable here. | Dale Rahn | |
2006-11-11 | sucks to be missing an arch | Theo de Raadt | |
2006-11-11 | Provide size and type of symbols so that it doesn't confuse ld when building | Dale Rahn | |
shared binaries/libraries. | |||
2006-11-11 | OpenBSD defaults to dynamic linker of /usr/libexec/ld.so | Dale Rahn | |
2006-11-11 | regen. -moj | Mats O Jansson | |
2006-11-11 | Some ATI and NVIDIA devices. -moj | Mats O Jansson | |
2006-11-11 | Add acpi_sleep and acpi_stall functions. | Marco Peereboom | |
ok jordan | |||
2006-11-11 | regen -moj | Mats O Jansson | |
2006-11-11 | Add some USR Wlan adapters. -moj | Mats O Jansson | |
2006-11-11 | simpler/better progress print | Marc Espie | |
2006-11-11 | -P option: prepend pkgpath instead of pkgname. | Marc Espie | |
-p option: use the continuation code from OpenBSD::PackingList in a sneaky way, so that we can read all packing-list contents in one go from a make print-plist-contents in /usr/ports. Allows building a located database from the ports tree without needing to build any packages. | |||
2006-11-11 | pass the right size of the message | Michele Marchetto | |
OK henning@ | |||
2006-11-11 | add quirk for the usb missile launcher | Jolan Luff | |
2006-11-11 | regen | Jolan Luff | |
2006-11-11 | usb missile launcher | Jolan Luff | |
2006-11-11 | add a touch of indent; | Jason McIntyre | |
2006-11-11 | Fix memory leak, from Charles Longeau, many okays | Pedro Martelletto | |
2006-11-11 | 3COM 3CRWE154G72 is CardBus. -moj | Mats O Jansson | |
2006-11-11 | Add support for 3Com 3CRWE154G72. -moj | Mats O Jansson | |
2006-11-11 | Add the bgpd control socket to FILES and use the same .Bl -width as in | Michael Knudsen | |
bgpd(8). ok (and fixing my mistakes because I was sleepy when I mailed out the diff) jmc | |||
2006-11-11 | EXAMPLES was getting too lengthy, so trim some of the ones that were | Jason McIntyre | |
either obscure, bordering on the duplicate, or referring to pseudo devices; if you want examples for pseudo devices, put them in their specific man page, please. ok jcs | |||
2006-11-11 | update the page to mention fibre support. | Brad Smith | |
2006-11-11 | mention gentbi(4) here. | Brad Smith | |
2006-11-11 | Working? | Dale Rahn | |
2006-11-11 | be silent | Theo de Raadt | |
2006-11-10 | Fix typo. | Mark Kettenis | |
2006-11-10 | Add support for Sun 1000baseSX cards. | Mark Kettenis | |
ok deraadt@ | |||
2006-11-10 | sync | Theo de Raadt | |
2006-11-10 | Check the correct bits in the control byte. | Mats O Jansson | |
Found by Alexey Dobriyan (adobriyan at gmail dot com) -moj | |||
2006-11-10 | Fix DMA firmware command interface (poll for command response), and get the | Marcus Glocker | |
card to associate successfully with an AP. ok claudio@ | |||
2006-11-10 | dont want to know where this stack corruption is coming from. | Dale Rahn | |
2006-11-10 | better... | Dale Rahn | |
2006-11-10 | and cloder yet | Theo de Raadt | |
2006-11-10 | steps closer | Theo de Raadt | |
2006-11-10 | sync | Theo de Raadt | |
2006-11-10 | landisk has no kbd(8) | Theo de Raadt | |
2006-11-10 | landisk has no wsconsctl.conf | Theo de Raadt | |
2006-11-10 | Getting much closer. | Dale Rahn | |
2006-11-10 | Pre-allocate the TX DMA maps intead of creating and destroying a DMA map | Brad Smith | |
per packet sent. Tested by brad@, ckuethe@, Gabriel Kihlman <gk at stacken dot kth dot se> and Tim Wiess <tim at nop dot cx>. Tested with amd64/i386/sparc64. ok damien@ | |||
2006-11-10 | Defer setting of the valid bit in the first TX descriptor after | Damien Bergamini | |
all descriptors have been setup. Otherwise, hardware may start processing descriptors faster than us and crap out. Fixes "watchdog timeout" errors. Original idea from Matthew Dillon @DragonFly. ok deraadt@ jsg@ wim@ tested by many |