summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-27shrink by removing some unneeded ifdefsDavid Gwynne
2006-03-27we dont support the cypress serial things yet, so dont lie. when we do itDavid Gwynne
2006-03-27Changes:Ray Lai
2006-03-27Some minor nits from form@, no functional changes.Alexander Yurchenko
2006-03-27rcs_desc_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27Kill lint warning by using unsigned right hand arg to >>Otto Moerbeek
2006-03-27syncTheo de Raadt
2006-03-27do not make {cua,tty}[cd] hereTheo de Raadt
2006-03-27macppc has com now; fkr@bytemine.deTheo de Raadt
2006-03-27com at pcmcia; from fkr@bytemine.deTheo de Raadt
2006-03-27put com(4) at cdevsw 26Theo de Raadt
2006-03-27in detach, mark device with COM_SW_DEAD, so that close() will not goTheo de Raadt
2006-03-27Plug a memory leak for all cvs_strsplit call sites; ok xsa@Patrick Latifi
2006-03-27syncTheo de Raadt
2006-03-27add entries for ttya/ttybTheo de Raadt
2006-03-27ttya now is same as tty00 (for a few days)Theo de Raadt
2006-03-27make /dev/ttya be an alias for /dev/tty00.Theo de Raadt
2006-03-27syncTheo de Raadt
2006-03-27MLINK to new man pagesTheo de Raadt
2006-03-27we can do the size & nmemb check before the integer overflow check; evolTheo de Raadt
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2006-03-26Remove an extraneous prototypeKjell Wooding
2006-03-26tweaks; ok jsg, except one change which i'll alter if he disagrees..Jason McIntyre
2006-03-26grammar;Jason McIntyre
2006-03-26fix SEE ALSO;Jason McIntyre
2006-03-26syncTheo de Raadt
2006-03-26add remaining tcpdump.org libpcap 0.9 APIs, most notablyDamien Miller
2006-03-26Explain a bit more about the usage of isagpio(4).Alexander Yurchenko
2006-03-26Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() andBrad Smith
2006-03-26Support for accesing 8-bit ISA I/O throught the gpio(4)Alexander Yurchenko
2006-03-26Pretty-print addresses on 64-bit architectures; with input and ok deraadt@Uwe Stuehler
2006-03-26rcs_parse_desc() cleanup; OK ray@.Xavier Santolaria
2006-03-26More KNF. Prodding from ray@Kjell Wooding
2006-03-26Add warning about malloc(num * size) and recommend calloc() instead,Ray Lai
2006-03-26Get this closer to KNF (get rid of block-declared vars)Kjell Wooding
2006-03-26add mime type for atomHenning Brauer
2006-03-26nat, rdr, binat and scrub are valid pf actions to filter onCamiel Dobbelaar
2006-03-26scrub can log, so it is a valid pf action to filter onCamiel Dobbelaar
2006-03-26syncAlexander Yurchenko
2006-03-26Support for Falcom Samba GPRS modem; from tm@openbsd.ru.Alexander Yurchenko
2006-03-26Don't allow to change gpio pin state if /dev/gpio was openedAlexander Yurchenko
2006-03-26Fix memset(.., ..., 0) bugs that are already fixed upstream.Mark Kettenis
2006-03-26fix output of ``ccdconfig -gv'': one typo, and one missing \tAlexander von Gernler
2006-03-26and put new flag into the manpageMichael Shalayeff
2006-03-26do per file io accounting and show that in fstat as well; pedro@ marco@ okMichael Shalayeff
2006-03-26do not permit out of range house counts; af.dingo@gmailTheo de Raadt
2006-03-26Back out -r1.59. I did not follow the process.Uwe Stuehler
2006-03-26Set the width of address columns based on the machine word width.Uwe Stuehler
2006-03-26if_link_state_change() is more appropriate here.Camiel Dobbelaar
2006-03-26Better verbiage on unloading a map. PR 5059Marco Peereboom