summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-20fix buffer overrun introduced with my previous commit. Found and fixed byHans-Joerg Hoexer
moritz@; while around take care of snprintf return values help and ok moritz@, henning@
2005-04-20be more careful with snprintf. ok cloder@ deraadt@Moritz Jodeit
2005-04-20fix commentBrad Smith
2005-04-20fix signal race by removing STATE_QUIT completely.Moritz Jodeit
help and ok otto@ canacar@
2005-04-20fix snprintf and strlcpy abuse, returning the string length is at leastBob Beck
save in the case where this is being used in pointer arithmatic ok cloder@
2005-04-20fix snprintf abuse and strlcpy abuse, return the string length, whichBob Beck
is at least safe for the pointer arithmatic case ok cloder@
2005-04-20add mbuf tag for the data link typeReyk Floeter
ok canacar@ damien@
2005-04-20send raw 802.11 frames with bpf(4) using the IEEE802_11 orReyk Floeter
IEEE802_11_RADIO data link types. ok canacar@ damien@
2005-04-20Fixes from Derek Price, CAN-2005-0753. ok deraadt@Otto Moerbeek
2005-04-20spacingTheo de Raadt
2005-04-20Remove redundant rw() function, which is unsafe and, well, redundant.Otto Moerbeek
ok tedu@ deraadt@
2005-04-20add the CVS_EX_OK return code to indicate everything went fineJean-Francois Brousseau
ok joris
2005-04-20the linktype (DLT) should always be of type u_int.Reyk Floeter
fine deraadt@
2005-04-20shut up a useless warning for newly created filesJoris Vink
ok jfb@
2005-04-20Enable ural(4), appears to work fine.Jonathan Gray
2005-04-20Uncomment USB entries now USB is on by default, and add some moreJonathan Gray
USB devices known to work.
2005-04-20use a singular here, just to match an earlier reference;Jason McIntyre
2005-04-20simplify synopsis somewhat, sort options, and sync usage();Jason McIntyre
2005-04-20easier to read; ok jmcTheo de Raadt
2005-04-20do not try to look up SSHFP for numerical hostname. ok djm@Jakob Schlyter
2005-04-20sync supported devices with http://ralink.rapla.net/Damien Bergamini
2005-04-20syncTheo de Raadt
2005-04-20support 11b and 11a mode on the ar5211. "pure" 11g mode is not yetReyk Floeter
tested but should work as well. thanks for the hardware donation!
2005-04-20OopsMiod Vallat
2005-04-20er, maybe notTheo de Raadt
2005-04-20update to reflect that this is also used for X.OrgJared Yanovich
and do some minor cleaning while here. bits from matthieu, ok jmc
2005-04-20Document SiS 661/760/180/181/182 support.Jonathan Gray
ok grange@
2005-04-20Files forgotten during initial commit.Miod Vallat
2005-04-20SiS 180/181/182 SATA support using generic sata_chip_map().Jonathan Gray
Hints from NetBSD and FreeBSD. ok grange@
2005-04-20enter zboot for all architecturesTheo de Raadt
2005-04-20Replace VIA SATA chip map routine with generic sata_chip_map().Jonathan Gray
ok grange@
2005-04-20SiS 760 support from a tech@ mail from peter.galbavy at knowtion.netJonathan Gray
ok grange@
2005-04-20SiS 661 support tested on a Gigabyte 8S661FXMP-RZ board.Jonathan Gray
ok grange@
2005-04-20regenJonathan Gray
2005-04-20A bunch of PCI/SATA SIS devices.Jonathan Gray
2005-04-20knfTheo de Raadt
2005-04-19describe the zaurus boot(8) program; review/suggestions by jmc@Uwe Stuehler
2005-04-19describe zaurus bootstrap procedures; review/suggestions by jmc@Uwe Stuehler
2005-04-19Same vm_machdep.c on solbourne.Miod Vallat
2005-04-19newline after attach; ok deraadt@Damien Miller
2005-04-19As a late birthday present, a preliminary port to the Solbourne IDT systemsMiod Vallat
(S3000, S4000 and S4000DX). Currently limited to diskless and serial console, and userland has issues. Things will get better in the near future.
2005-04-19add error messages for the new RCS error codesJean-Francois Brousseau
2005-04-19add rcs_sym_check() to check the validity of an RCS symbol andJean-Francois Brousseau
sprinkle some in the other symbol functions
2005-04-19big spring cleanup and make tag work again when dealing with multipleJean-Francois Brousseau
directories by specifying CVS_CMD_SENDDIR, and first stab at the local version, needs tweaking
2005-04-19fix commentMichael Shalayeff
2005-04-19Document the fact that ospfctl(8) understands "show rib".Esben Norby
ok claudio@
2005-04-19fix more cases of snprintf() returning -1. ok cloder@ niallo@Moritz Jodeit
2005-04-19correctly handle the "Removed" response, so that the correctJoris Vink
file and entry are removed. ok jfb@, xsa@
2005-04-19document the syntax of the route(8) command to open a PVC.Damien Bergamini
with help and ok from jmc@
2005-04-19handle snprintf() returning -1. ok henning@Moritz Jodeit