Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | Add name argument to pxa2x0_intr_establish, which is standard for openbsd | Dale Rahn | |
interrupt handling. | |||
2005-01-04 | enable ehci | Jonathan Gray | |
2005-01-03 | ok, vge fits | Theo de Raadt | |
2005-01-03 | tweaks; | Jason McIntyre | |
2005-01-03 | Add support for the Vodafone Mobile Connect 3G adapter. | Reyk Floeter | |
The MC3G is a cardbus device with an integrated OHCI usb controller. The GRPS/UMTS modem is attached via an internal Belkin serial adapter (ubsa(4)). Thanks to sh at horzela dot com. ok deraadt@ and dlg@ | |||
2005-01-03 | use .Aq or \*(Gt instead of `<' and `>'; | Jason McIntyre | |
remove some unneccessary escaping; | |||
2005-01-03 | regen | Reyk Floeter | |
2005-01-03 | add Vodafone Mobile Connect 3G IDs | Reyk Floeter | |
2005-01-03 | when releasing a file structure, free the reference to its name so | Jean-Francois Brousseau | |
we don't leak memory spotted by Joris Vink, more complete diff from me | |||
2005-01-03 | deregister | Todd C. Miller | |
2005-01-03 | - make sure int is in running state before touching the multicast filters | Brad Smith | |
- call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@ | |||
2005-01-03 | too much Xo/Xc in this file; | Jason McIntyre | |
2005-01-03 | Avoid namespace pollution by renaming index variables -> idx. | Todd C. Miller | |
Idea from NetBSD; OK deraadt@ | |||
2005-01-03 | Make a u_int32_t-sized copy of data->size and key->size (which are size_t) | Todd C. Miller | |
so when we memmove() it we get the correct 32 bits copied on sparc64. Adapted from FreeBSD. OK otto@ | |||
2005-01-03 | limit the maximum length of RCS numbers to 64 nums and avoid | Jean-Francois Brousseau | |
potential integer overflow in case of ridiculously large RCSNUMs | |||
2005-01-03 | put keyboard on mux 1; miod ok | Theo de Raadt | |
2005-01-03 | wsmux lets usb keyboards work here | Theo de Raadt | |
2005-01-03 | re-enable ohci and uhci | Theo de Raadt | |
2005-01-03 | remove extra line; miod ok | Theo de Raadt | |
2005-01-03 | Bring life to /dev/*random; Dale, you owe me a beer. | Miod Vallat | |
2005-01-03 | more error checking on buffer operations and plug a descriptor leak | Jean-Francois Brousseau | |
from Joris Vink | |||
2005-01-03 | ok, ami is a good choice for the floppy | Theo de Raadt | |
2005-01-03 | do not print device info twice | Theo de Raadt | |
2005-01-03 | Make ath at cardbus not depend on ath at pci. ok reyk@ | Jonathan Gray | |
2005-01-03 | Plug a mem leak. Now you can run hanoi.sed witt a lot of pegs and not | Otto Moerbeek | |
run out of mem! From FreeBSD PR 75656. ok millert@ deraadt@ | |||
2005-01-03 | the proclamation of the Soviet Socialist Zaurus Portablic | Michael Shalayeff | |
2005-01-03 | Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millert | Miod Vallat | |
2005-01-03 | add ami(4), it works and I needed that to install my new toy... theo ok | Henning Brauer | |
2005-01-03 | Don't forget to register "machine" commands for ddb. | Miod Vallat | |
2005-01-03 | Add "show panic" command to ddb, to easily retrieve the panic message. | Miod Vallat | |
Will hopefully bring us better panic reports. From Joris Vink. | |||
2005-01-03 | Remove gcc 2.95/x86 specific notes, and mention the implicit | Miod Vallat | |
-fno-zero-initialized-in-bss for gcc 3. | |||
2005-01-03 | don't merge a rule's source address into a table if we're already trying to | Mike Frantzen | |
merge its destination address. caught by an assertion. it's tempting to do recursive reduction here to pick that low hanging fruit.... bug report from <gustavo AT hades DOT uint8t DOT org> | |||
2005-01-03 | use an example of nmap `outpattern' containing spaces that works; | Jason McIntyre | |
2005-01-03 | don't try to demangle C symbols if we're ELF. | Marc Espie | |
looks okay mickey@ | |||
2005-01-03 | a little cleanup in the nmap description; | Jason McIntyre | |
2005-01-03 | need to escape lines starting w/ `...'; | Jason McIntyre | |
2005-01-03 | - use .Bk/.Ek to keep SYNOPSIS tidy | Jason McIntyre | |
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency | |||
2005-01-03 | RCSID are ok as long as they are proper comments (-: | Miod Vallat | |
2005-01-03 | Close to working display, just rotated 90 degrees. | Dale Rahn | |
2005-01-03 | Extra pieces for pxa270, extra gpio pins and LCD control register bits. | Dale Rahn | |
2005-01-03 | sync | Theo de Raadt | |
2005-01-03 | rename -f -> -F | Marc Espie | |
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon) | |||
2005-01-03 | everything else we have uses `kHz'; | Jason McIntyre | |
2005-01-03 | new sentence, new line; | Jason McIntyre | |
2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | Dale Rahn | |
2005-01-02 | -fzero-initialized-in-bss is wrong, meaning code that | Ted Unangst | |
depends on zero initialized variables showing up in data fails. turn it off by default. ok deraadt@ miod@ | |||
2005-01-02 | mavb man | Mark Kettenis | |
2005-01-02 | breaks at least vax; backout | Theo de Raadt | |
2005-01-02 | remove useless printfs. | Dale Rahn | |
2005-01-02 | sync | Theo de Raadt | |