Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | ifdef MCDEBUG printf on FIFO overflows as discussed with Nick | Martin Reindl | |
2005-01-04 | Better check for UPT filling; saves one more page for userland on most hp300... | Miod Vallat | |
2005-01-04 | add snprintf sanity check. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | add some snprintf sanity checks. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | Minor KNF, s/for(/for (/ | Todd C. Miller | |
2005-01-04 | Fix some issues noted by Joris Vink; pedro@ OK | Todd C. Miller | |
o g/c the changed field in struct field o increment argv for bad fields too o deal with AUDIO_MIXER_DEVINFO (unlikely) failures | |||
2005-01-04 | add some more snprintf sanity checks and fix two previously added checks. | Moritz Jodeit | |
ok millert@, henning@ | |||
2005-01-04 | If we get a vendor private tlv when we are expecting a challenge, | Todd C. Miller | |
just ignore the vendor private one and continue. Fixes a problem with hostap and some 802.11g cards. Adapted from a diff by drahn@ | |||
2005-01-04 | Complete section 4 for Zaurus, and related changes. | Miod Vallat | |
ok deraadt@ | |||
2005-01-04 | Add a zaurus category. | Miod Vallat | |
2005-01-04 | consistency fix; | Jason McIntyre | |
2005-01-04 | Bring up the carp(4) interface before default route. | Ryan Thomas McBride | |
ok pascoe@ mpf@ | |||
2005-01-04 | first cut at an introduction to CVS; | Jason McIntyre | |
ok jfb@ | |||
2005-01-04 | cleaner pci/fcom arm cats vs zaurus config. | Dale Rahn | |
2005-01-04 | Uncomment the boot_luna88k xref | Miod Vallat | |
2005-01-04 | tweaks; | Jason McIntyre | |
2005-01-04 | Kill a FreeBSDism leftover. | Miod Vallat | |
2005-01-04 | Enable ARP table manipulation on CARP interfaces. | Christopher Pascoe | |
ok niklas@ mcbride@ | |||
2005-01-04 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe | |
instead of processing them in the parent interface. This causes us to send ARP packets on a carpdev with its virtual MAC address as the source, rather than the parent's physical address. Permits us to fail over cleanly when connected to devices that use the source MAC address on a received ARP request to generate an ARP entry for the requesting host, rather than going through the who-has/is-at procedure. ok niklas@ mcbride@ | |||
2005-01-04 | no need for .Li here; | Jason McIntyre | |
2005-01-04 | add VT6105(M) to .Nd; | Jason McIntyre | |
from mike belopuhov; | |||
2005-01-04 | simplified FILTER AND TRANSLATION RULES; | Jason McIntyre | |
from michael knudsen; | |||
2005-01-04 | Use pseudo_AF_HDRCMPLT for outgoing ARP messages, otherwise the provided | Christopher Pascoe | |
source MAC address we provide is ignored by ether_output. ok mcbride@ niklas@ | |||
2005-01-04 | No PCI on zaurus. | Miod Vallat | |
2005-01-04 | Framed up support for C3000, however not working yet so match is disabled. | Dale Rahn | |
2005-01-04 | Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270 | Dale Rahn | |
2005-01-04 | Fix a hex/decimal bug pointed out by uwe, quiet the boot a bit. | Dale Rahn | |
2005-01-04 | Add scsi devices. | Dale Rahn | |
2005-01-04 | shrink dmesg output | Jonathan Gray | |
2005-01-04 | Remove debug printfs. | Dale Rahn | |
2005-01-04 | Opps, this was supposed to be part of the usb commit. | Dale Rahn | |
2005-01-04 | dont be lazy, use the proper define. | Dale Rahn | |
2005-01-04 | martin' last commit made mc(4) reset the multicast filter twice. | Brad Smith | |
2005-01-04 | USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.c | Dale Rahn | |
2005-01-04 | though this is untested this couldn't be any worse than before. | Brad Smith | |
fix completely broken multicast ioctl switch case. | |||
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 |