Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-16 | round -- not truncate the buffer size | Michael Shalayeff | |
2005-04-16 | Static routes are flagged with F_STATIC and not with F_KERNEL. | Claudio Jeker | |
2005-04-16 | Set F_STATIC flag earlier else the default route will end up as non-static. | Claudio Jeker | |
2005-04-16 | thought i had committed that earlier;snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | make sure we send the correct stuff for newly added files that | Joris Vink | |
are not commited yet. | |||
2005-04-16 | more snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | Simplify 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-16 | use snprintf to avoid crossing the overflow point; ok otto | Theo de Raadt | |
2005-04-16 | Format string cleanup. OK millert, henning, claudio | Chad Loder | |
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | amd64 canonicalization | Mark Kettenis | |
ok pvalchev@, fine deraadt@ | |||
2005-04-16 | change usbd_printBCD() to return number of bytes really placed or 0, not | Theo de Raadt | |
snprintf() style semantics [which people fail to grok]; ok otto | |||
2005-04-16 | Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@ | Otto Moerbeek | |
deraadt@ | |||
2005-04-16 | Since the return value from the *_info functions is only actually used as a | Todd C. Miller | |
boolean, make it so. OK deraadt@ | |||
2005-04-16 | snprintf return value check; joris ok | Xavier Santolaria | |
2005-04-16 | missing cvs_ent_free(); joris ok | Xavier Santolaria | |
2005-04-16 | sync | Theo de Raadt | |
2005-04-16 | check snprintf() return value; | Joris Vink | |
from deraadt@ small change by me | |||
2005-04-16 | while snprintf and strlcpy and strlcat have this nice >buflen API (and the | Theo 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-16 | Look for OpenBSD disklabel on the first eight hd devices, and after a | Uwe 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-16 | support a "clear" command to clear the broken Linux console. grmpf. | Uwe Stuehler | |
2005-04-16 | let ld find it's _start() symbol. | Uwe Stuehler | |
2005-04-16 | don't print the additional "exit" message on exit. | Uwe Stuehler | |
2005-04-16 | Add SATA 8 channel. | Marco Peereboom | |
Requested, help and tested by Travis Gillitzer, tgillitzer at gmail dot com. | |||
2005-04-16 | Sync. | Marco Peereboom | |
2005-04-16 | Add MegaRAID SATA 8 channel. | Marco Peereboom | |
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder | |
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@ | |||
2005-04-16 | Nuke another unused structure. | Kenneth R Westerback | |
2005-04-16 | Tell gcc -Wformat that our kprintf implementation understands %q and %ll | Chad Loder | |
for quads. OK deraadt@, some comments millert@ | |||
2005-04-16 | Nuke unused/duplicate structures and defines in favour of scsi ones. | Kenneth R Westerback | |
ok miod@ | |||
2005-04-16 | comment out some code which is causing ntfs panics due | Joris Vink | |
to the fact ntfs uses the generic locking functions which do not lock anything right now. ok pedro@ | |||
2005-04-16 | remove lots of crud from this driver, makes it fit on the alpha media | Theo de Raadt | |
2005-04-16 | sync | Theo de Raadt | |
2005-04-16 | tweaks; | Jason McIntyre | |
2005-04-16 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Miod Vallat | |
2005-04-16 | make Nd more clear, and share with usb.4 | Theo de Raadt | |
2005-04-16 | Xr ueagle | Damien Bergamini | |
pointed out and ok jmc@ | |||
2005-04-16 | Duplicate include file. | Miod Vallat | |
2005-04-16 | sync | Damien Bergamini | |
2005-04-16 | Driver for Analog Devices Eagle chipset. | Damien Bergamini | |
ok deraadt@ | |||
2005-04-16 | re-register | Theo de Raadt | |
2005-04-16 | missing getopt choice; from dennis | Theo de Raadt | |
2005-04-16 | use vprintf, as obvious; frederik.deweerdt@laposte.net | Theo de Raadt | |
2005-04-16 | fix wmemchr.3 MLINKS; | Jason McIntyre | |
ok espie@ | |||
2005-04-16 | Remove redundant line | Tom Cosgrove | |
ok espie@ otto@ millert@ deraadt@ | |||
2005-04-16 | don't leak a mbuf when tx fails. | Damien Bergamini | |
2005-04-16 | indent | Damien Bergamini | |
2005-04-16 | Give a complete, working example how to use the tree macros. The | Otto Moerbeek | |
existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@ | |||
2005-04-16 | replace `<' and `>'; | Jason McIntyre | |
2005-04-16 | document options(4); | Jason McIntyre | |