summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-24put Gigabit into .NdTheo de Raadt
2005-03-24oops, call to old function that was missedJean-Francois Brousseau
2005-03-24add missing prototypes for standard yacc functions and make yyerror()Jean-Francois Brousseau
2005-03-24always good to check for invalid values. ok marius pedroTed Unangst
2005-03-24fix memory leak in error paths. found with coverity prevent.Ted Unangst
2005-03-24another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; fromTheo de Raadt
2005-03-24add the string table code and enable it on startupJean-Francois Brousseau
2005-03-24add the first pieces of our new command framework.Joris Vink
2005-03-23typo corrections; ok krw a long time agoTheo de Raadt
2005-03-23Move the neighbor checking code from merge_config() to neighbor_consistent()Claudio Jeker
2005-03-23ansify. ok deraadt@ millert@Otto Moerbeek
2005-03-23mini KNFClaudio Jeker
2005-03-23The interface name in struct sockaddr_dl may not be nul terminated andClaudio Jeker
2005-03-23move the filename string table code in a separate file so we can use itJean-Francois Brousseau
2005-03-23Sync mask2prefixlen() with the kroute.c version of ospfd because they shareClaudio Jeker
2005-03-23prefixlen2mask() should return a network byte order result as it does implyClaudio Jeker
2005-03-23public domain yacc date parser with a first round of knfJean-Francois Brousseau
2005-03-23Code reorganization, move copied code in library.c and library_mquery.cDale Rahn
2005-03-23ansify. ok deraadt@ moritz@Otto Moerbeek
2005-03-23deregister & ansify. ok deraad@ marco@ cloder@Otto Moerbeek
2005-03-23 - remove non-existent -p optionJason McIntyre
2005-03-23- remove references to gatedJason McIntyre
2005-03-23Set up a shutdown hook to put the display back to a PROM-compatible modeMiod Vallat
2005-03-23Do not bzero() too far when setting up 32-bit mode.Miod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-23Do not set up accelerated operations if we fail to unbusy the blitter inMiod Vallat
2005-03-23Move wzero() and wcopy() from machdep.c to where they are really used.Miod Vallat
2005-03-23Match power on the SPARCbook's auxio2, but prefer tctrl poweroff ifMiod Vallat
2005-03-23Kill the sparc-specific mountroot hooks (which are run before the rootMiod Vallat
2005-03-23fix a possible kernel panic in the ar5211 and ar5212 detach functions.Reyk Floeter
2005-03-23use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default toDamien Bergamini
2005-03-23add new vendor/product ids.Damien Bergamini
2005-03-23regen.Damien Bergamini
2005-03-23more ural devicesDamien Bergamini
2005-03-23do packet accounting (opackets/oerrors/ierrors).Damien Bergamini
2005-03-23print the mac address in dmesg like every other nic we haveDavid Gwynne
2005-03-23USB_DEBUG implies URAL_DEBUG.David Gwynne
2005-03-23remove now osolete comment, from a mail exchange withHenning Brauer
2005-03-23grow receive buffer on the routing socket, from bgpdHenning Brauer
2005-03-23explicitely initialize opt, from bgpdHenning Brauer
2005-03-23ssize_t -> size_t, from ntpd, there from Alexander von GernlerHenning Brauer
2005-03-23wpos in struct buf_read and datalen in imsg_get should be size_t and notHenning Brauer
2005-03-23Merge some sppp improvements from NetBSD:Can Erkin Acar
2005-03-23Follow RFC and do not reset timeouts everytime sppp_cp_change_state()Can Erkin Acar
2005-03-22add ospfd, ok theoHenning Brauer
2005-03-22Remove bool cruft.Esben Norby
2005-03-22fix probable pasto that calculated a control register value forMarco S Hyman
2005-03-22fix merge missesNikolay Sturm
2005-03-22bring firmware files in sync w/ realityNikolay Sturm
2005-03-22fix PR3944 on i386 (ugh), from library.cDale Rahn