summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-27regenMichael Shalayeff
2006-03-27typoMichael Shalayeff
2006-03-27do not rush putting embrionic process on child/thread/sibling lists and set ↵Michael Shalayeff
timeouts earlier as we can sleep later and get signals and exit and cause all kinds of hell; pedro@ ok
2006-03-27sync in some of the new PCI ids.Brad Smith
2006-03-27regenBrad Smith
2006-03-27make this entry a little shorter.Brad Smith
2006-03-27regenBrad Smith
2006-03-27some new Intel Gigabit Ethernet PCI ids.Brad Smith
2006-03-27revert a small part of the last commit that wasn't supposed to go in.Brad Smith
2006-03-27Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).Brad Smith
From: Intel's web-site
2006-03-27add hostapd to rc/rc.conf glueReyk Floeter
suggested and ok by kettenis@
2006-03-27lem is nomoreMichael Shalayeff
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2006-03-27regenBrad Smith
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2006-03-27rcs_growbuf() cleanup; OK ray@.Xavier Santolaria
2006-03-27rcs_comment_set() will never return non-zero; change its return type to void.Xavier Santolaria
OK ray@.
2006-03-27Check for syncer vnodes before the file system specific routine getsPedro Martelletto
called, so that we handle NFS and ext2fs as well, okay deraadt@.
2006-03-27check rcs_lock_remove() return value; OK ray@ niallo@.Xavier Santolaria
2006-03-27use strtonum() instead of atoi(), limit dhg size to 64k; ok djmTheo de Raadt
2006-03-27More specific warning.Claudio Jeker
2006-03-27correction from jsg;Jason McIntyre
2006-03-27Split the chip map for Intel SATA out into a seperate functionJonathan Gray
for readability/maintainability. Tested by several people on ICH6-M/ICH7 ok grange@
2006-03-27Fix compilation when UVISOR_DEBUG is defined.Jonathan Gray
From Alexandre Ratchov.
2006-03-27oops! fix from xsa;Jason McIntyre
2006-03-27Fix and clean up -t flag:Ray Lai
- Add comments. - Support -t-inline-comments-like-man-page-says. - -tfilename still works. - When using -t (read description from stdin) don't end when first character is `.'. Instead, end if whole line consists of one `.'. - Add regression test. I also changed the regression Makefile to have a trailing slash on the final element. As long as we have a blank line it will be fine, plus it will save us some trouble when adding new tests. After adding line breaks, ``rest looks fine.'' xsa@
2006-03-27beef up the -z description; ok xsaJason McIntyre
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
will look different to this
2006-03-27Changes:Ray Lai
- RCS_CREATE is now set in flags. - Since flags & RCS_CREATE is used in rcs_statfile(), flags is now a global variable. - RCS_[ENT]FLAG -> RCSPROG_[ENT]FLAG - Call rcs_set_description() if -t flag is given or if RCS_CREATE is set, checked in that order. If the -t flag is given and RCS_CREATE is set, don't call rcs_set_description() twice. ``commitski!!'' xsa@
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
OK niallo@.
2006-03-27Kill lint warning by using unsigned right hand arg to >>Otto Moerbeek
Right shifting signed values is undefined. From claudio@ ok millert@; comitted by request of deraadt@
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
tapping additional registes. allows it to work on macppc, where doing such a tap after unplug is very bad. drahn helped fkr@bytemine.de ok miod and drahn
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
we are making the move where ttya will become the zs devices, and tty00 will support com(4) devices. ok drahn
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
From Andrey Matveev
2006-03-26tweaks; ok jsg, except one change which i'll alter if he disagrees..Jason McIntyre