Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-14 | More bge ids, found in Broadcom's Linux driver. ok brad@ | Jonathan Gray | |
2005-07-14 | Oops, commit actual structure that we need... | Marco Peereboom | |
2005-07-14 | Add physical disk structure. | Marco Peereboom | |
2005-07-14 | use __sentinel__ attribute; ok deraadt@ djm@ markus@ | Darren Tucker | |
2005-07-14 | Must strip comments from bootbsd.desktop before packaging; found by david@ | Uwe Stuehler | |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-07-14 | add D-Link PCI id. | Brad Smith | |
From: jsg@ | |||
2005-07-14 | use symbolic names for checking in %fprs, as above | Theo de Raadt | |
2005-07-14 | regen | Brad Smith | |
2005-07-14 | fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for some | Brad Smith | |
unknown D-Link card. Pointed out by jsg@ | |||
2005-07-13 | spacing | Theo de Raadt | |
2005-07-13 | minor knf | Theo de Raadt | |
2005-07-13 | Repair/rationalize option handling to ensure valid option section is | Kenneth R Westerback | |
always sent. Fold store_options into cons_options. Eliminate priority list of options. ok deraadt@ | |||
2005-07-13 | do not leak memory if read()ing section headers fails; from Andrey Matveev ↵ | Michael Shalayeff | |
<evol@online.ptt.ru> | |||
2005-07-13 | remove white space and fix formatting for readability. | Brad Smith | |
2005-07-13 | Correct ctype classifications of chars >= 0x80 wrt C99/POSIX and our | Otto Moerbeek | |
man page. ok espie@ deraadt@ | |||
2005-07-13 | add cvs_rcs_getpath() function. Returns the path of the RCS file if it | Xavier Santolaria | |
does exist. Will save us code duplication. ok joris@ jfb@. | |||
2005-07-13 | As mickey@ pointed out, this test does not belong in libm. Move to | Otto Moerbeek | |
correct place. | |||
2005-07-13 | use cvs_path_cat() instead of snprintf(); | Xavier Santolaria | |
2005-07-13 | Test for fp save/restore in sig handlers. | Otto Moerbeek | |
2005-07-12 | fix comment, describe the VA hole correclty | Hans-Joerg Hoexer | |
ok art@ | |||
2005-07-12 | call pmap_apte_flush() with the current pmap, not the one to be mapped. | Hans-Joerg Hoexer | |
ok art@ | |||
2005-07-12 | write ds1 ctrl mcode where we wanted the ds1e varient | Theo de Raadt | |
2005-07-12 | h/w doesn't decrypt rx frames in monitor mode so don't try to remove the | Damien 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-12 | default mtu to no more than ETHERMTU to avoid fragmentation; henning@ ok | Michael Shalayeff | |
2005-07-12 | Print 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-12 | recognize both versions of the nat-t-draft v2 vendor IDs | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-07-12 | 3com -> 3Com; | Jason McIntyre | |
from mike belopuhov; | |||
2005-07-12 | no need to number list items manually: that is what -enum is for; | Jason McIntyre | |
2005-07-12 | remove the maze of "other cards by this vendor are supported by so and so | Jason 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-12 | split this into cvs_commit_{remote,local}() functions; | Xavier Santolaria | |
ok jfb@ (Yes, Yes he IS back!!) | |||
2005-07-12 | Install files in /usr/local instead of /hdd2, so that this package | Uwe Stuehler | |
works on the C3100, too; help and testing niallo@ | |||
2005-07-12 | Id tags and copyright notices | Uwe Stuehler | |
2005-07-12 | handle TI 64 byte fifo units here too; steve.shockley@shockley.net | Theo de Raadt | |
2005-07-12 | delete old history | Theo de Raadt | |
2005-07-12 | Add AMI_MAX_TARGET. | Marco Peereboom | |
2005-07-12 | rev 1.305 | Brad Smith | |
Use the correct length when copying trailing data!! From brian FreeBSD | |||
2005-07-12 | rev 1.298 | Brad 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-12 | rev 1.45 | Brad Smith | |
Add a missing memcpy From brian FreeBSD | |||
2005-07-12 | sync | Theo de Raadt | |
2005-07-12 | new INTEL 915GM*; pablomh@gmail.com | Theo de Raadt | |
2005-07-12 | rev 1.117 | Brad 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 versions | Brad Smith | |
of ipcpretry and ipcpretries. - improve handling of IPv6 link-local addresses From brian FreeBSD | |||
2005-07-12 | rev 1.14 | Brad 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-12 | remove unused prototype sk_free_jumbo_mem | Brad Smith | |
2005-07-12 | free resources for Jumbo buffers in sk_stop(). | Brad Smith | |
ok deraadt, krw, beck | |||
2005-07-11 | add XP900 | Jolan Luff | |
2005-07-11 | Enable IR receive mode only for infrared capable PXA2x0 UARTs. Normal | Uwe 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-11 | rev 1.12 | Brad Smith | |
When session is over, IPv6 default route to tun should be removed, too. From ume FreeBSD | |||
2005-07-11 | rev 1.30 | Brad 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@ |