Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-21 | no need to check for 0, it copes, spotted by beck | Theo de Raadt | |
2005-04-21 | Regen/sync. | Kenneth R Westerback | |
2005-04-21 | correct idion for snprintf failure handling; ok cloder | Theo de Raadt | |
2005-04-21 | Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8) | Kenneth R Westerback | |
has something to work with when more than one keyboard is present during install/upgrade. Remove some superfluous wd's and sd's while there. Problem noted by Jan Johansson when trying to get a 'sv' keymap to work with his usb keyboard. Diagnosis & solution suggested by miod@. ok deraadt@ | |||
2005-04-21 | spacing | Theo de Raadt | |
2005-04-21 | unused variable n; ok cloder | Theo de Raadt | |
2005-04-21 | bail out early, skip snprintf, if buflen is 0; ok cloder | Theo de Raadt | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-04-21 | make code prettier so we can tell it is safe when we read it; ok beck cloder | Theo de Raadt | |
2005-04-21 | vsnprintf careful handling of -1; ok beck | Theo de Raadt | |
2005-04-21 | be more careful about snprintf return value; ok beck cloder | Theo de Raadt | |
2005-04-20 | actually error out when we would overflow by using the return value from | Bob Beck | |
strlcpy, instead of just warning about out, and clobbering stuff anyway. ok millert@ | |||
2005-04-20 | correct strlcpy abuse | Bob Beck | |
ok millert@ | |||
2005-04-20 | check the validity of tag names passed to the tag command, and print | Jean-Francois Brousseau | |
an abort message if the tag is invalid. also, match gnu cvs behaviour with regards to command usage output on usage errors. ok joris | |||
2005-04-20 | Make vlan(4) aware of its physical interface link state. | Marco Pfatschbacher | |
Changes are reported to userland and to other interfaces sitting on top of us. OK henning@, camield@ Tested by camield@ and Alexey E. Suslikov | |||
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher | |
This converts if_link_state_change() to a generic usable callback with dohooks(). OK henning@, camield@ Tested by camield@ and Alexey E. Suslikov | |||
2005-04-20 | fix buffer overrun introduced with my previous commit. Found and fixed by | Hans-Joerg Hoexer | |
moritz@; while around take care of snprintf return values help and ok moritz@, henning@ | |||
2005-04-20 | be more careful with snprintf. ok cloder@ deraadt@ | Moritz Jodeit | |
2005-04-20 | fix comment | Brad Smith | |
2005-04-20 | fix signal race by removing STATE_QUIT completely. | Moritz Jodeit | |
help and ok otto@ canacar@ | |||
2005-04-20 | fix snprintf and strlcpy abuse, returning the string length is at least | Bob Beck | |
save in the case where this is being used in pointer arithmatic ok cloder@ | |||
2005-04-20 | fix snprintf abuse and strlcpy abuse, return the string length, which | Bob Beck | |
is at least safe for the pointer arithmatic case ok cloder@ | |||
2005-04-20 | add mbuf tag for the data link type | Reyk Floeter | |
ok canacar@ damien@ | |||
2005-04-20 | send raw 802.11 frames with bpf(4) using the IEEE802_11 or | Reyk Floeter | |
IEEE802_11_RADIO data link types. ok canacar@ damien@ | |||
2005-04-20 | Fixes from Derek Price, CAN-2005-0753. ok deraadt@ | Otto Moerbeek | |
2005-04-20 | spacing | Theo de Raadt | |
2005-04-20 | Remove redundant rw() function, which is unsafe and, well, redundant. | Otto Moerbeek | |
ok tedu@ deraadt@ | |||
2005-04-20 | add the CVS_EX_OK return code to indicate everything went fine | Jean-Francois Brousseau | |
ok joris | |||
2005-04-20 | the linktype (DLT) should always be of type u_int. | Reyk Floeter | |
fine deraadt@ | |||
2005-04-20 | shut up a useless warning for newly created files | Joris Vink | |
ok jfb@ | |||
2005-04-20 | Enable ural(4), appears to work fine. | Jonathan Gray | |
2005-04-20 | Uncomment USB entries now USB is on by default, and add some more | Jonathan Gray | |
USB devices known to work. | |||
2005-04-20 | use a singular here, just to match an earlier reference; | Jason McIntyre | |
2005-04-20 | simplify synopsis somewhat, sort options, and sync usage(); | Jason McIntyre | |
2005-04-20 | easier to read; ok jmc | Theo de Raadt | |
2005-04-20 | do not try to look up SSHFP for numerical hostname. ok djm@ | Jakob Schlyter | |
2005-04-20 | sync supported devices with http://ralink.rapla.net/ | Damien Bergamini | |
2005-04-20 | sync | Theo de Raadt | |
2005-04-20 | support 11b and 11a mode on the ar5211. "pure" 11g mode is not yet | Reyk Floeter | |
tested but should work as well. thanks for the hardware donation! | |||
2005-04-20 | Oops | Miod Vallat | |
2005-04-20 | er, maybe not | Theo de Raadt | |
2005-04-20 | update to reflect that this is also used for X.Org | Jared Yanovich | |
and do some minor cleaning while here. bits from matthieu, ok jmc | |||
2005-04-20 | Document SiS 661/760/180/181/182 support. | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | Files forgotten during initial commit. | Miod Vallat | |
2005-04-20 | SiS 180/181/182 SATA support using generic sata_chip_map(). | Jonathan Gray | |
Hints from NetBSD and FreeBSD. ok grange@ | |||
2005-04-20 | enter zboot for all architectures | Theo de Raadt | |
2005-04-20 | Replace VIA SATA chip map routine with generic sata_chip_map(). | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 760 support from a tech@ mail from peter.galbavy at knowtion.net | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board. | Jonathan Gray | |
ok grange@ | |||
2005-04-20 | regen | Jonathan Gray | |