Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-19 | Permit symbolic protocol and service names, such as "Protocol= tcp", in the | Hakan Olsson | |
<IPsec-ID> sections. hshoexer@ ok | |||
2004-05-19 | Fix cross-realm trust vulnerability. Adapted from FreeBSD patch. | Bjorn Sandell | |
ok beck@ hin@ | |||
2004-05-19 | Add word boundary markers, so that the fast scanners get exactly what they | Marc Espie | |
are supposed to. | |||
2004-05-19 | gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while | Damien Miller | |
waiting for a command; ok markus@ | |||
2004-05-19 | another ETHER_ALIGN | Brad Smith | |
2004-05-19 | unbreak by removing the 'nonexistant" PERC 3/QC here as well | Henning Brauer | |
we usually test compile at least a kernel before removing pcidevs shitz... the carrot goes to marco's nose | |||
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith | |
2004-05-19 | de __P of sys/arch/cats. | Dale Rahn | |
2004-05-19 | de __P of sys/arch/arm. | Dale Rahn | |
2004-05-19 | remove old file, rcsids | Ted Unangst | |
2004-05-19 | file 4.09 | Ted Unangst | |
2004-05-19 | big update to file 4.09. ok ian@ | Ted Unangst | |
2004-05-19 | Add missing aic79xx_reg.h file. Update aic79xx* files to latest | Kenneth R Westerback | |
FreeBSD versions in preparation for ahd. Update Makefile to generate aic79xx* files. ok marco@, tested by Milos Urbanek. | |||
2004-05-18 | fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode | Bob Beck | |
on cards that have issues with this creating pci errors in 10 mbps mode tested by many, including me, nick, and pval. ok jason@, markus@ | |||
2004-05-18 | Check for and handle interface CRC errors. | Bob Beck | |
testing by me, pval, nick, others... ok jason@, marco@ | |||
2004-05-18 | if_ether.h | Brad Smith | |
add ETHER_MAX_LEN_JUMBO, ETHER_VLAN_ENCAP_LEN, ETHER_ALIGN, and ETHERMTU_JUMBO constants. if.h add a few more interface capabilities flags. Some from NetBSD, some from FreeBSD. ok markus@ | |||
2004-05-18 | use less mana devising ELF_TOOLCHAIN | Michael Shalayeff | |
2004-05-18 | Regen. | Marco Peereboom | |
2004-05-18 | Add ahd, remove non-existent PERC 3/QC. ok deraadt@ henning@ krw@ bob@ millert@ | Marco Peereboom | |
2004-05-18 | sendto() return code fixes; from andreq matveev | Jakob Schlyter | |
ok deraadt@ | |||
2004-05-18 | fix includes scoping; drahn@ ok | Michael Shalayeff | |
2004-05-18 | generate entries for all of the ptys after more were added, ok deraadt millert | Dale Rahn | |
2004-05-18 | useless caddr_t casts removal, same sha1s | Pedro Martelletto | |
2004-05-18 | Be sure to initalized and use the "len" variable correctly in iestart(); | Miod Vallat | |
from Thierry Herbelot (%thierry% at herbelot ding com). | |||
2004-05-18 | Backout changes accidentally committed in prvious commit. | Otto Moerbeek | |
2004-05-18 | Trailers are really wonders of the past. Remove them from man page and | Otto Moerbeek | |
usage. ok millert@ | |||
2004-05-18 | In DIOCCHANGERULE, move ticket increment above code that might free | Daniel Hartmeier | |
the ruleset and invalidate the pointer. ok cedric@ | |||
2004-05-18 | fix size argument to ovbcopy() in ip_pcbopts(), found by Andrei Iltchenko | Daniel Hartmeier | |
(FreeBSD PR 66386), ok markus@, otto@ | |||
2004-05-18 | fix memory leak, ok tedu@ | Pedro Martelletto | |
2004-05-18 | ansify function definitions and zap some `register' | Jean-Francois Brousseau | |
ok millert@ | |||
2004-05-18 | sync, libiberty bump, binutils changes (non-split info pages, mmalloc gone) | Dale Rahn | |
2004-05-18 | Do not install binutils nm/size, mickey@ | Dale Rahn | |
2004-05-17 | Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using | Kenneth R Westerback | |
EJUSTRETURN and ERESTART instead. Delete unused SCSIRET_RETRY define. From NetBSD. ok marco@ | |||
2004-05-17 | Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlib | Dale Rahn | |
removes /usr/libdata from the script search path. add it back with a -L | |||
2004-05-17 | Enable binutils for arm now that we have binutils 2.14. | Dale Rahn | |
2004-05-17 | Resolve merge conflicts, adjust method of W^X handing (.sh files) | Dale Rahn | |
remove testsuites (not useable) remove mmalloc (not part of new binutils). | |||
2004-05-17 | Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage. | Miod Vallat | |
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn | |
2004-05-17 | bump default datasize to 75MB instead of 64MB. Allows XF4 to build (on amd64) | Dale Rahn | |
with new binutils without tweaking datasize. ok deraadt@ millert@ | |||
2004-05-17 | dig b.out; from netbsd | Michael Shalayeff | |
2004-05-17 | fix uninitialized var; found by millert@ | Michael Shalayeff | |
2004-05-17 | WHoops, only define _FFR_QUEUERETURN_DSN once. | Todd C. Miller | |
2004-05-17 | Sync | Miod Vallat | |
2004-05-17 | typo | Pedro Martelletto | |
2004-05-17 | extend filter language to allow basic setting of COMMUNITIES attribute. | Damien Miller | |
ok claudio@ | |||
2004-05-17 | Add a quirk entry for TEAC compact cassette tape drive, taken from NetBSD. | Kenji Aoyama | |
ok miod@ tdeval@ marco@ krw@ | |||
2004-05-17 | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. | Mark Kettenis | |
ok otto@, pval@ | |||
2004-05-17 | KNF and minor cleaning. | Miod Vallat | |
2004-05-17 | typo | Brad Smith | |
2004-05-17 | OF_mapintr: swizzle interrupt for PCI bridges, | Brad Smith | |
don't process OBP interrupts, return error if interrupt is not mapped. allows the IDE CD-rom on a Netra T1 105 to work. From NetBSD Tested by me on a Netra T1 105 and Ultra 10, tested on a E450 and ok henric@ |