summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-04Move the declaration of DPRINTF from relay.c too relayd.h so it can beThordur I. Bjornsson
reused; ok reyk@
2008-02-04declare se_relay as pointer to a struct relay not as a void pointer;Thordur I. Bjornsson
shuffle the forward decleration of struct relay around too accommodate this change; ok reyk@
2008-02-04Add PCI ids for some 82571 based multi port adapters.Brad Smith
From FreeBSD ok dlg@
2008-02-03shuffle some stuff around so we dont end up doing the same thingsJoris Vink
twice in cvs_module_lookup() and checkout_check_directory(); allow single files to be ignored with ! as well;
2008-02-03be more strict when checking ignore patterns;Joris Vink
kill unused var;
2008-02-03more CVSROOT/module stuff:Joris Vink
- allow more then 1 module to be specified per definition - respect the "!" sign which means: "hey ignore this dir when checking out" - non alias definitions can now contain files ok tobias@
2008-02-03- remove redundant setting of if_mtu as this is set by ether_ifattach().Brad Smith
- set the IFCAP_VLAN_MTU capabilities flag. ok dlg@
2008-02-03- add initial support for the Marvell Yukon Supreme ASIC.Brad Smith
Inspired by similar changes to the Linux sky2 driver. ok kettenis@ dlg@
2008-02-03- add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 ↵Brad Smith
chipset. - add initial support for the Marvell Yukon Supreme ASIC. Inspired by similar changes to the Linux sky2 driver. ok kettenis@ dlg@
2008-02-03dont forget to send the -d flag to our server as well if itJoris Vink
was specified;
2008-02-03respect any -l option that might have been set in CVSROOT/modules;Joris Vink
2008-02-03Diff header complies to GNU cvs now.Tobias Stoeckmann
OK joris@
2008-02-03with the recent changes for CVSROOT/modules we can now support theJoris Vink
basics of checkout -d. Multiple modules with -d is still "not supported". example: $ opencvs -d /cvs co -d kernel_source_3_0 -rOPENBSD_3_0 ksrc yes, it rocks. ok tobias@
2008-02-03Added rdiff support. In order to do this, some output and option fixesTobias Stoeckmann
had to be done for diff, too. OK joris@
2008-02-03Fix the struct pkthdr definition.Claudio Jeker
2008-02-03better CVSROOT/module support, includes remote support and modulesJoris Vink
that are not aliases (-a); OK tobias@
2008-02-03Do not unify this "-fr UNKNOWN" handling, it breaks commands which haveTobias Stoeckmann
to work fine and just ignore files which don't have requested symbol. Spotted by joris@.
2008-02-03Like i wrote in last commit, it's supposed to be sys/time.h, not sys/times.h.Tobias Stoeckmann
2008-02-03cvs_update_leavedir is only useful if dirs have to be pruned.Tobias Stoeckmann
OK joris@
2008-02-03Remove BUGS section; the driver now maps windows little-endian on sparc64Mark Kettenis
like it already did on sparc.
2008-02-03(f)utimes takes sys/time.hTobias Stoeckmann
2008-02-03Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is noMark Kettenis
longer necessary now that stp(4) maps the pcmcia windows little-endian. Makes wi(4) behind cbb(4) work on sparc64. tested by miod@
2008-02-03Map windows little-endian like the MI pcmcia code expects.Mark Kettenis
"Diff looks correct and appears to work as intended" miod@
2008-02-03Redo umass_bbb_get_max_lun() and uses thereof toKenneth R Westerback
1) Not bail out of umass_attach() just because the max lun cannot be found. Assume 0 and complete attachment. 2) Not expose sc->maxlun to possible misbehaving devices. Provide a buffer and copy it into sc->maxlun only if the attempt to get the max lun succeeds. 3) Shrink and simplify error handling and debug output. Prompted by the recurrance of the problem reported in PR#5478. Code taken for the most part from FreeBSD. ok miod@
2008-02-03There is no such thing as RAIDCRYPTO so rename to CRYPTOMarco Peereboom
2008-02-02document daily(8)'s running of /etc/Distfile;Jason McIntyre
2008-02-02Better CVSROOT/modules file format.Xavier Santolaria
2008-02-02Relocate internal pipe file descriptor if newfd collides with it. FixesKurt Miller
bsd_auth(2) issue when compiled with threads. Reported by Joachim Wieland <joachim.wieland at credativ.de>. okay otto@ marc@
2008-02-02Basic CVSROOT/modules bits.Xavier Santolaria
2008-02-02Correct the baudrate handling.Brad Smith
ok dlg@
2008-02-02Zap trailing whitespaces.Xavier Santolaria
2008-02-02remove unneeded headersJoris Vink
2008-02-02initial CVSROOT/modules support, only does aliases at the moment (-a).Joris Vink
"modules.c, hurray!" xsa@, ok tobias@
2008-02-02Fix broken indentation introduced in last commit.Xavier Santolaria
Spotted by Pierre Riteau.
2008-02-02Missed one annotate -> rannotate in sysnopsis.Xavier Santolaria
2008-02-02Add `rlog' bits.Xavier Santolaria
2008-02-02Although this doesn't comply to common sense, it complies to GNU cvs. AllTobias Stoeckmann
commands which supply -f and -r have this weirdness: an unknown symbol leads to fatal instead of head revision. OK xsa@
2008-02-02Sync `rannotate' synopsis. r* commands work on repository modules.Xavier Santolaria
2008-02-02Add `rannotate' bits. Requested by tobias@.Xavier Santolaria
2008-02-02Enable `rlog-rflag' test now that rlog output matches GNU RCS.Xavier Santolaria
2008-02-02From src/usr.bin/cvs:Xavier Santolaria
> add changed lines support to log and rlog (the + and - stuff) > from Pierre Riteau;
2008-02-02Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX.Mark Kettenis
ok krw@, laurent@
2008-02-02- Add a v1 device which I found here.Marcus Glocker
- Differ between v1 and v2 devices for later v1 support. - Tell the end-user that v1 is not supported yet.
2008-02-02id like to install via a fibre gem on my 880, so add the gentbi phy that itDavid Gwynne
uses. ok kettenis@ krw@
2008-02-02Move the current flow control status code out of em_media_status()Brad Smith
and into a separate function which was modeled after the MII frameworks mii_phy_flowstatus() function. This was done so as to make em_media_status() a little nicer looking and so that when flow control status is added for fiber adapters that em_media_status() won't look so ugly. No functional change. Tested by wilfried@ and brad@ ok dlg@
2008-02-02- Simplify statistics updates and remove redundant register reads.Brad Smith
- Add discarded RX packets to input errors for the BCM5705 or newer chipsets. Unfortunately output errors cannot be added because the equivalent to the ifOutDiscards register does not exist. - Replace misleading and wrong BGE_RX_STATS/BGE_TX_STATS with BGE_MAC_STATS. They were reversed but just happened to work. From FreeBSD Tested by chl@, landy@, sthen@, krw@, okan@ and brad@ ok dlg@
2008-02-02regenBrad Smith
2008-02-02- add the VIA VT8237S PCI ISA bridge idBrad Smith
- fix some VIA entries to use tabs and spaces where appropriate ok dlg@
2008-02-02regenBrad Smith
2008-02-02add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chipset.Brad Smith
From Linux and double checked with the Marvell Linux driver. ok dlg@