summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-14use __sentinel__ attribute; ok deraadt@ djm@ markus@Darren Tucker
2005-07-14Must strip comments from bootbsd.desktop before packaging; found by david@Uwe Stuehler
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-14add D-Link PCI id.Brad Smith
From: jsg@
2005-07-14use symbolic names for checking in %fprs, as aboveTheo de Raadt
2005-07-14regenBrad Smith
2005-07-14fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for someBrad Smith
unknown D-Link card. Pointed out by jsg@
2005-07-13spacingTheo de Raadt
2005-07-13minor knfTheo de Raadt
2005-07-13Repair/rationalize option handling to ensure valid option section isKenneth R Westerback
always sent. Fold store_options into cons_options. Eliminate priority list of options. ok deraadt@
2005-07-13do not leak memory if read()ing section headers fails; from Andrey Matveev ↵Michael Shalayeff
<evol@online.ptt.ru>
2005-07-13remove white space and fix formatting for readability.Brad Smith
2005-07-13Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and ourOtto Moerbeek
man page. ok espie@ deraadt@
2005-07-13add cvs_rcs_getpath() function. Returns the path of the RCS file if itXavier Santolaria
does exist. Will save us code duplication. ok joris@ jfb@.
2005-07-13As mickey@ pointed out, this test does not belong in libm. Move toOtto Moerbeek
correct place.
2005-07-13use cvs_path_cat() instead of snprintf();Xavier Santolaria
2005-07-13Test for fp save/restore in sig handlers.Otto Moerbeek
2005-07-12fix comment, describe the VA hole correcltyHans-Joerg Hoexer
ok art@
2005-07-12call pmap_apte_flush() with the current pmap, not the one to be mapped.Hans-Joerg Hoexer
ok art@
2005-07-12write ds1 ctrl mcode where we wanted the ds1e varientTheo de Raadt
2005-07-12h/w doesn't decrypt rx frames in monitor mode so don't try to remove theDamien Bergamini
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284.
2005-07-12default mtu to no more than ETHERMTU to avoid fragmentation; henning@ okMichael Shalayeff
2005-07-12Print the card number the chipset string is obtained from.Jonathan Gray
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@
2005-07-12recognize both versions of the nat-t-draft v2 vendor IDsHans-Joerg Hoexer
ok ho@
2005-07-123com -> 3Com;Jason McIntyre
from mike belopuhov;
2005-07-12no need to number list items manually: that is what -enum is for;Jason McIntyre
2005-07-12remove the maze of "other cards by this vendor are supported by so and soJason McIntyre
driver": it is difficult to maintain, as evidenced by a mail from mike belopuhov on tech@, and not amazingly useful; take out the Xrefs from SEE ALSO too; if you want this info, `man -k' is the way to go; idea and ok deraadt@
2005-07-12split this into cvs_commit_{remote,local}() functions;Xavier Santolaria
ok jfb@ (Yes, Yes he IS back!!)
2005-07-12Install files in /usr/local instead of /hdd2, so that this packageUwe Stuehler
works on the C3100, too; help and testing niallo@
2005-07-12Id tags and copyright noticesUwe Stuehler
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-12delete old historyTheo de Raadt
2005-07-12Add AMI_MAX_TARGET.Marco Peereboom
2005-07-12rev 1.305Brad Smith
Use the correct length when copying trailing data!! From brian FreeBSD
2005-07-12rev 1.298Brad Smith
Fix ``set ifaddr''. The code was actually using an uninitialised variable, but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to ncpaddr_getip4addr() became a no-op leaving the local address as it was (defaulting to whatever my hostname resolves to). From brian FreeBSD
2005-07-12rev 1.45Brad Smith
Add a missing memcpy From brian FreeBSD
2005-07-12syncTheo de Raadt
2005-07-12new INTEL 915GM*; pablomh@gmail.comTheo de Raadt
2005-07-12rev 1.117Brad Smith
If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting it as being in range. set ifaddr 1.2.3.4/0 5.6.7.8/0 no longer allows 0.0.0.0 as a valid IP. From brian FreeBSD
2005-07-12- support ipv6cpretry and ipv6cpretries, which are IPv6 versionsBrad Smith
of ipcpretry and ipcpretries. - improve handling of IPv6 link-local addresses From brian FreeBSD
2005-07-12rev 1.14Brad Smith
Though manpage says that 0.0.0.0 can be used as HISADDR for gw in Framed-Route, it didn't work. Since ncprange_aton() treats 0.0.0.0 and :: as prefixlen=0, we need to care the case. From ume FreeBSD
2005-07-12remove unused prototype sk_free_jumbo_memBrad Smith
2005-07-12free resources for Jumbo buffers in sk_stop().Brad Smith
ok deraadt, krw, beck
2005-07-11add XP900Jolan Luff
2005-07-11Enable IR receive mode only for infrared capable PXA2x0 UARTs. NormalUwe Stuehler
reception is blocked while the IR receiver or transmitter is enabled. Also enable the PXA2x0 UART before clearing the FIFO (suggested by drahn@ some time ago), and disable the UART in compwroff(). ok deraadt@
2005-07-11rev 1.12Brad Smith
When session is over, IPv6 default route to tun should be removed, too. From ume FreeBSD
2005-07-11rev 1.30Brad Smith
If IPCP is disabled, susccess of IPV6CP negotiation is sufficient to communicate by IPv6. So, the prompt should be `PPP' rather than `PPp'. From ume FreeBSD ok deraadt@
2005-07-11Don't install wrong IPv6 route by add command.Brad Smith
From ume FreeBSD ok deraadt@
2005-07-11rev 1.32Brad Smith
Add IPv6 support to pppctl by using getaddrinfo() and trying each address it returns. This allows it to connect to the server side again, which has been listening on IPv6 addresses exclusively for more than 3 years. From tjr FreeBSD Fixes the issue noted in PR's 2780, 3570 and 3751. ok deraadt@
2005-07-11krw stopped use of hash.cTheo de Raadt