summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-28- add the Radeon X300Brad Smith
- fix a typo
2006-03-28better way to print the management address, add support for ipv6 addresses.Reyk Floeter
ok deraadt@
2006-03-28it doesn't need full words, shorter outputReyk Floeter
suggested by deraadt@
2006-03-28Add a simple printer for IEEE 802.1AB LLDP, the Link Layer DiscoveryReyk Floeter
Protocol. LLDP is used by some switch vendors as a replacement for the non-free Cizzco Discovery Protocol (CDP) due to some Cisco patentry... ok brad@
2006-03-28use clock_gettime if available.Brad Smith
From claudio@ via libevent CVS ok claudio@
2006-03-28ANSIfy and deregister, no binary change.Pedro Martelletto
From: Thordur I. Bjornsson <thib@mi.is>
2006-03-28Add Intel 82801GB (ICH7M) SATA;Robert Nagy
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@
2006-03-28check rcs_head_set() return value; OK niallo@.Xavier Santolaria
2006-03-28check rcs_sym_remove() return value; OK niallo@.Xavier Santolaria
2006-03-28shudup rcs_set_description(), so regress tests are happy too.Xavier Santolaria
2006-03-28enable the following tests:Xavier Santolaria
- rcs-aflag - rcs-eflag - rcs-Aflag
2006-03-28match GNU's output when no revision are present.Xavier Santolaria
2006-03-28give more space to the memory columns in vm page; deraadt@ okMichael Shalayeff
2006-03-28Finally. Basically, rcs_parse_delta() doesn't understand thatRay Lai
sometimes there are no revisions, and that it is not an error. This makes it so that if rcs_parse_delta is called and the only thing that is found is the description, we know that there are no more revisions. Fixes ``rcs -i file; rlog file''. OK xsa@
2006-03-28xmalloc(num * size) -> xcalloc(num, size)Ray Lai
asprintf -> xasprintf Remove asprintf check, which was non-portable anyway. ``okidoki'' xsa@
2006-03-28Sync up to Intel's latest FreeBSD em driver (5.1.5). Adds supportBrad Smith
for the 82563 PCI Express chipset and a few fixes. From: Intel's web-site
2006-03-28Today is Integer Overflow Prevention Day:Ray Lai
- Sync xmalloc.? with ssh versions. - Change all xrealloc() calls to new API. ``I really like this.'' niallo@
2006-03-28use strtonum() to parse the pid from the file, and range check itTheo de Raadt
better; ok djm
2006-03-28do not accept unreasonable X ports numbers; ok djmTheo de Raadt
2006-03-28spacingTheo de Raadt
2006-03-27always use a format string for addargs; spotted by mouring@Damien Miller
2006-03-27- simplify checkin_init() and checkin_update() functions by movingNiall O'Higgins
rcs_close() to the checkin_main() loop. "Commitzki!!" ray@
2006-03-27- add regression tests for file mode support.Niall O'Higgins
ok ray@
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
permissions from rcs file and initial checkin will inherit permissions from working file. problem spotted by uwe@ ok ray@ xsa@
2006-03-27add a few more crypto cards.Brad Smith
ok martin@
2006-03-27fixes interrupts processing.Damien Bergamini
should fix a panic reported by Karel Gardas.
2006-03-27rev 1.30Brad Smith
Don't increase the segment index if we skipped a zero-length mbuf. rev 1.22 Since the SGMAP buffer load subroutine doesn't need to modify the segment index, don't pass it by reference. From NetBSD ok miod@
2006-03-27- complete rework of rings allocation (do things more like ral(4))Damien Bergamini
- upgrade to firmware v3.0 layout - enable s/w antenna diversity - many code cleanup
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-03-27Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA.Mark Kettenis
ok grange@, jsg@
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