Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-28 | - add the Radeon X300 | Brad Smith | |
- fix a typo | |||
2006-03-28 | better way to print the management address, add support for ipv6 addresses. | Reyk Floeter | |
ok deraadt@ | |||
2006-03-28 | it doesn't need full words, shorter output | Reyk Floeter | |
suggested by deraadt@ | |||
2006-03-28 | Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discovery | Reyk 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-28 | use clock_gettime if available. | Brad Smith | |
From claudio@ via libevent CVS ok claudio@ | |||
2006-03-28 | ANSIfy and deregister, no binary change. | Pedro Martelletto | |
From: Thordur I. Bjornsson <thib@mi.is> | |||
2006-03-28 | Add Intel 82801GB (ICH7M) SATA; | Robert Nagy | |
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@ | |||
2006-03-28 | check rcs_head_set() return value; OK niallo@. | Xavier Santolaria | |
2006-03-28 | check rcs_sym_remove() return value; OK niallo@. | Xavier Santolaria | |
2006-03-28 | shudup rcs_set_description(), so regress tests are happy too. | Xavier Santolaria | |
2006-03-28 | enable the following tests: | Xavier Santolaria | |
- rcs-aflag - rcs-eflag - rcs-Aflag | |||
2006-03-28 | match GNU's output when no revision are present. | Xavier Santolaria | |
2006-03-28 | give more space to the memory columns in vm page; deraadt@ ok | Michael Shalayeff | |
2006-03-28 | Finally. Basically, rcs_parse_delta() doesn't understand that | Ray 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-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai | |
asprintf -> xasprintf Remove asprintf check, which was non-portable anyway. ``okidoki'' xsa@ | |||
2006-03-28 | Sync up to Intel's latest FreeBSD em driver (5.1.5). Adds support | Brad Smith | |
for the 82563 PCI Express chipset and a few fixes. From: Intel's web-site | |||
2006-03-28 | Today 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-28 | use strtonum() to parse the pid from the file, and range check it | Theo de Raadt | |
better; ok djm | |||
2006-03-28 | do not accept unreasonable X ports numbers; ok djm | Theo de Raadt | |
2006-03-28 | spacing | Theo de Raadt | |
2006-03-27 | always use a format string for addargs; spotted by mouring@ | Damien Miller | |
2006-03-27 | - simplify checkin_init() and checkin_update() functions by moving | Niall 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 inherit | Niall O'Higgins | |
permissions from rcs file and initial checkin will inherit permissions from working file. problem spotted by uwe@ ok ray@ xsa@ | |||
2006-03-27 | add a few more crypto cards. | Brad Smith | |
ok martin@ | |||
2006-03-27 | fixes interrupts processing. | Damien Bergamini | |
should fix a panic reported by Karel Gardas. | |||
2006-03-27 | rev 1.30 | Brad 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-27 | kill unused extern in ifdef DEBUG even | Michael Shalayeff | |
2006-03-27 | Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA. | Mark Kettenis | |
ok grange@, jsg@ | |||
2006-03-27 | regen | Michael Shalayeff | |
2006-03-27 | typo | Michael Shalayeff | |
2006-03-27 | do 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-27 | sync in some of the new PCI ids. | Brad Smith | |
2006-03-27 | regen | Brad Smith | |
2006-03-27 | make this entry a little shorter. | Brad Smith | |
2006-03-27 | regen | Brad Smith | |
2006-03-27 | some new Intel Gigabit Ethernet PCI ids. | Brad Smith | |
2006-03-27 | revert a small part of the last commit that wasn't supposed to go in. | Brad Smith | |
2006-03-27 | Sync up to Intel's latest FreeBSD ixgb driver (5.0.1). | Brad Smith | |
From: Intel's web-site | |||
2006-03-27 | add hostapd to rc/rc.conf glue | Reyk Floeter | |
suggested and ok by kettenis@ | |||
2006-03-27 | lem is nomore | Michael Shalayeff | |
2006-03-27 | add the Realtek RT8111B PCI Express Gigabit MAC. | Brad Smith | |
2006-03-27 | regen | Brad Smith | |
2006-03-27 | add the Realtek RT8111B PCI Express Gigabit MAC. | Brad Smith | |
2006-03-27 | rcs_growbuf() cleanup; OK ray@. | Xavier Santolaria | |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria | |
OK ray@. | |||
2006-03-27 | Check for syncer vnodes before the file system specific routine gets | Pedro Martelletto | |
called, so that we handle NFS and ext2fs as well, okay deraadt@. | |||
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria | |
2006-03-27 | use strtonum() instead of atoi(), limit dhg size to 64k; ok djm | Theo de Raadt | |