summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2005-04-16Static routes are flagged with F_STATIC and not with F_KERNEL.Claudio Jeker
2005-04-16Set F_STATIC flag earlier else the default route will end up as non-static.Claudio Jeker
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-16make sure we send the correct stuff for newly added files thatJoris Vink
are not commited yet.
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-16Simplify return codes of aspath_asprint().Claudio Jeker
Return -1 on error 0 on success and make sure that in case of an error *ret is set to NULL.
2005-04-16use snprintf to avoid crossing the overflow point; ok ottoTheo de Raadt
2005-04-16Format string cleanup. OK millert, henning, claudioChad Loder
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16amd64 canonicalizationMark Kettenis
ok pvalchev@, fine deraadt@
2005-04-16change usbd_printBCD() to return number of bytes really placed or 0, notTheo de Raadt
snprintf() style semantics [which people fail to grok]; ok otto
2005-04-16Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@Otto Moerbeek
deraadt@
2005-04-16Since the return value from the *_info functions is only actually used as aTodd C. Miller
boolean, make it so. OK deraadt@
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria
2005-04-16syncTheo de Raadt
2005-04-16check snprintf() return value;Joris Vink
from deraadt@ small change by me
2005-04-16while snprintf and strlcpy and strlcat have this nice >buflen API (and theTheo de Raadt
-1 mess as well), it is probably not wise to make other functions do the same thing. make them return strlen(). ok uwe marco
2005-04-16Look for OpenBSD disklabel on the first eight hd devices, and after aUwe Stuehler
timeout retry to open the first device which wasn't immediately ready. This should avoid the failures to read /etc/boot.conf that people have been seeing, and makes it possible to install OpenBSD on any of the four possible DOS MBR primary partitions.
2005-04-16support a "clear" command to clear the broken Linux console. grmpf.Uwe Stuehler
2005-04-16let ld find it's _start() symbol.Uwe Stuehler
2005-04-16don't print the additional "exit" message on exit.Uwe Stuehler
2005-04-16Add SATA 8 channel.Marco Peereboom
Requested, help and tested by Travis Gillitzer, tgillitzer at gmail dot com.
2005-04-16Sync.Marco Peereboom
2005-04-16Add MegaRAID SATA 8 channel.Marco Peereboom
2005-04-16Be more careful with snprintf return value handling. Some of these areChad Loder
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@
2005-04-16Nuke another unused structure.Kenneth R Westerback
2005-04-16Tell gcc -Wformat that our kprintf implementation understands %q and %llChad Loder
for quads. OK deraadt@, some comments millert@
2005-04-16Nuke unused/duplicate structures and defines in favour of scsi ones.Kenneth R Westerback
ok miod@
2005-04-16comment out some code which is causing ntfs panics dueJoris Vink
to the fact ntfs uses the generic locking functions which do not lock anything right now. ok pedro@
2005-04-16remove lots of crud from this driver, makes it fit on the alpha mediaTheo de Raadt
2005-04-16syncTheo de Raadt
2005-04-16tweaks;Jason McIntyre
2005-04-16internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Miod Vallat
2005-04-16make Nd more clear, and share with usb.4Theo de Raadt
2005-04-16Xr ueagleDamien Bergamini
pointed out and ok jmc@
2005-04-16Duplicate include file.Miod Vallat
2005-04-16syncDamien Bergamini
2005-04-16Driver for Analog Devices Eagle chipset.Damien Bergamini
ok deraadt@
2005-04-16re-registerTheo de Raadt
2005-04-16missing getopt choice; from dennisTheo de Raadt
2005-04-16use vprintf, as obvious; frederik.deweerdt@laposte.netTheo de Raadt
2005-04-16fix wmemchr.3 MLINKS;Jason McIntyre
ok espie@
2005-04-16Remove redundant lineTom Cosgrove
ok espie@ otto@ millert@ deraadt@
2005-04-16don't leak a mbuf when tx fails.Damien Bergamini
2005-04-16indentDamien Bergamini
2005-04-16Give a complete, working example how to use the tree macros. TheOtto Moerbeek
existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@
2005-04-16replace `<' and `>';Jason McIntyre
2005-04-16document options(4);Jason McIntyre