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