Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | fix format strings | Charles Longeau | |
ok mpf@ | |||
2007-11-27 | add rcs id | Jasper Lievisse Adriaanse | |
"feel free to do so" jsing@ | |||
2007-11-27 | missing rcs id | Jasper Lievisse Adriaanse | |
"feel free to do so" jsing@ | |||
2007-11-27 | ARGH. Work has poisoned my mind. KNF the braces. | Artur Grabowski | |
2007-11-27 | Remember to add gbe.4... | Joel Sing | |
2007-11-27 | Unify amd64 and i386 code further; ok oga kettenis | Theo de Raadt | |
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel Sing | |
SGI O2 machines. We currently rely on the video hardware being initialised by the ARCS firmware and can only use the initial resolution with a colour depth of 32 bits. This driver is disabled by default. ok miod@ | |||
2007-11-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | tweak the Ox warning section; | Jason McIntyre | |
2007-11-27 | tweak previous; | Jason McIntyre | |
2007-11-27 | add missing header for errx. | Charles Longeau | |
ok otto@ deraadt@ | |||
2007-11-27 | add missing header for inet_ntoa. | Charles Longeau | |
"sure" deraadt@ | |||
2007-11-27 | Add display type for SGI GBE. | Joel Sing | |
ok miod@ | |||
2007-11-27 | Add BUS_SPACE_MAP_LINEAR | Joel Sing | |
ok miod@ | |||
2007-11-27 | use symbolic constant 'Infinity' instead of -1 where appropriate; from | Otto Moerbeek | |
Mark Lumsden | |||
2007-11-27 | fix format strings | Charles Longeau | |
ok mpf@ henning@ | |||
2007-11-27 | Don't give bad advice. The MTU/MSS issue is not solvable by changing the MTU | Claudio Jeker | |
of any interface of the pppoe router. The best way to get a reliable network connection is to use pf(4) and the max-mss scrub option. OK henning@, mbalmer@ Yes please! sthen@ | |||
2007-11-27 | update "show database" output (work in progress) but now link local LSA | Claudio Jeker | |
are printed again. | |||
2007-11-27 | Make lsa_find() find link local LSA by passing the interface instead of the | Claudio Jeker | |
area as lookup point. Additionally make lsa_dump or actually the code around it pass all LSA to ospf6ctl. The rde_spf.c are not final. | |||
2007-11-27 | Make carp(4) behave more like a ethernet interface by initalizing the | Claudio Jeker | |
IPv4 interface address similar to arp_ifinit(). The main difference is that we do not send out a gracious arp as the carp(4) is not ready to send at that moment. This will make backup interface show up like the master ones. OK mpf@ earlier version OK henning@ mcbride@ | |||
2007-11-27 | Monster diff to bring us a bit on track again. | Claudio Jeker | |
a) implement all (or at least most) lsa_check() cases. b) classify the LSA scope correctly and add a per interface lsa_tree for the link local stuff. c) implement a function to parse a prefix. There is still a lot missing currently link local LSA are added to the interface tree but nothing can access them (lsa_find() and a few friends need some changes). OK norby@ | |||
2007-11-27 | mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflicts | Joel Sing | |
with bcopy.S ok miod@ | |||
2007-11-27 | Only checksum the NMEA sentence if it as GPRMC message. | Marc Balmer | |
suggested by otto. | |||
2007-11-27 | fix typo | Marc Espie | |
2007-11-27 | Prefixes or actually pathes that would cause a rooting loops should not be | Claudio Jeker | |
dropped when parsed but instead be added to the RIB marked as not eligible. So the decision process does not pick them up as a valid route. Tested and some ideas by Tony Sarendal (tony (at) polarcap (dot) org) | |||
2007-11-26 | Enable read ahead and write cache enable if supported by | Jonathan Gray | |
the disk rather than depending on the disk to have it on. A bunch of people have suggested this should go in. | |||
2007-11-26 | Like i386 - make the __mp_lock not spin at splhigh. | Artur Grabowski | |
deraadt@ ok | |||
2007-11-26 | Document how the sensors degrade over time. | Marc Balmer | |
2007-11-26 | Add LSI PCI IDs for 1078 based megaraid; from the windows driver inf | Marco Peereboom | |
2007-11-26 | In uvm_aio_aiodone(), kill the variable-sized array on stack, and use a | Miod Vallat | |
fixed size array which size should match any buf; if a bogus buf is passed to this function, the kernel will KASSERT instead of potentially running out of stack and having an undefined behaviour. ok deraadt@ | |||
2007-11-26 | keep unmade uptodate all the time, even for targets we're not making yet, | Marc Espie | |
since we might want to make them later. okay millert@, beck@ | |||
2007-11-26 | Add a new warning to gcc, -Wvariable-decl, which causes it to warn for | Miod Vallat | |
auto declarations which size are not known at compile time. This flag will eventually be added to the kernel makefiles so that we can rely on -Wstack-larger-than work. ok deraadt@ mbalmer@ otto@ marco@ | |||
2007-11-26 | Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines, | Miod Vallat | |
but fixes keyboard on legacy (non-ps/2) controllers, which are probably still more common; discussed and ok deraadt@ | |||
2007-11-26 | Add new PERC6 & CERC6 PCI IDs | Marco Peereboom | |
2007-11-26 | regen | Marco Peereboom | |
2007-11-26 | Add PERC6 | Marco Peereboom | |
2007-11-26 | Just CRYPTO; RAID CRYPTO doesn't mean anything. | Marco Peereboom | |
2007-11-26 | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell | David Gwynne | |
the midlayer(s) what to do. | |||
2007-11-26 | Decode CreateQWordFiled(). | Mark Kettenis | |
ok marco@ | |||
2007-11-26 | First step towards unifying pchb between i386 and amd64 | Theo de Raadt | |
Light testing, mostly mechanical | |||
2007-11-26 | Let multiple variables in the same filename expand | Theo de Raadt | |
ok otto millert | |||
2007-11-26 | Automatically degrade the timedelta sensor if the clock is free running for to | Marc Balmer | |
long (12 hours for most cards, four days for the ones with higher precision local clocks, e.g. the GPS170PCI). All radio-clock drivers now behave more or less the same with regarding to timedelta sensor degradation; time to implement a few new drivers... | |||
2007-11-26 | make popen/pclose thread safe. closes library/5634. from and okay andreas@ | Kurt Miller | |
2007-11-26 | Degrade the timedelta if the GPS reports a warning condition for more than | Marc Balmer | |
ten minutes (or if a serial GPS is disconnect and we get no NMEA sentences at all). ok otto | |||
2007-11-26 | bump the maximum cdb that the driver will take from the midlayer up to 16 | David Gwynne | |
bytes. if you want to use large volumes on ciss, you need ciss to chew the large scsi io commands. problem found and fix tested by johan | |||
2007-11-26 | Ooops. The perils of hacking in three different trees. | Artur Grabowski | |
Make this compile on !MULTIPROCESSOR noticed by jasper@ | |||
2007-11-26 | add logging option, ok deraadt@ | Jolan Luff | |
2007-11-26 | cleanup. nl is a poor name for a global (accessed via macro no less). | Ted Unangst | |
also, man page says nlist ends with NULL name, not "". ok art bob deraadt | |||
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith | |
PCI front end attach function. This corrects the dmesg output for CardBus adapters and ensures proper dmesg output if an error occurs in dc_attach(). ok dlg@ | |||
2007-11-26 | Display module size for direct rambus rimms, not yet tested. | Jonathan Gray | |