summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2008-02-01Make cvs_requests struct more readable.Xavier Santolaria
2008-02-01introduce cvs_read_config() which will be used as a generalJoris Vink
handler to open and read configuration files in CVSROOT/ change cvs_parse_configfile() to use cvs_read_config() instead; ok tobias@
2008-02-01Added rannotate supportTobias Stoeckmann
OK xsa@
2008-02-01Another GNU cvs weirdo: During annotate, invalid revisions are allowed ifTobias Stoeckmann
-f is supplied (thus switching to HEAD), but unknown symbols end in fatal.
2008-02-01no more /usr/share/pf;Jason McIntyre
2008-02-01Document the ability to use filteropts on anchors.Ryan Thomas McBride
2008-02-01Add regress test for anchors matching on filter_opts.Ryan Thomas McBride
2008-02-01Clean anchors recursively and directly via ioctls rather than using pfctlRyan Thomas McBride
with '-f /dev/null'. Properly clears the user's anchor even when anchors are nested inside it (And avoids having to fork() on exit to run pfctl) ok beck@, with testing by mtu@
2008-02-01Enable the rest of the filter_opts to be used on anchors. These were acceptedRyan Thomas McBride
by the parser but not passed to the kernel. This allows filtering based on uid, gid, icmp options, tcp flags, os fingerprint, tos, tags, and probability; It also allows the label to be set. State options and tagging are not permitted. ok henning mpf
2008-01-31remove /usr/share/pfHenning Brauer
2008-01-31remove obsolete /usr/share/pf, agreed by manyHenning Brauer
2008-01-31do not eneter pf subdir, obsolete.Henning Brauer
2008-01-31Handle magic branch numbers in OpenCVS as well.Tobias Stoeckmann
OK joris@
2008-01-31free RCSNUM's when we are done with them;Joris Vink
ok tobias@
2008-01-31Zap trailing whitespaces.Xavier Santolaria
2008-01-31If CVS/Entries.Static exists, don't look for more files in repository.Tobias Stoeckmann
OK joris@
2008-01-31We have cvs_client_send_logmsg for transmission of log messages.Tobias Stoeckmann
OK joris@ xsa@
2008-01-31in some cases we did not return a copy of the resulting RCSNUMJoris Vink
towards the caller, which expects a copy (and frees it when done). ok tobias@
2008-01-31remove dead and unreachable codeJoris Vink
ok tobias@ xsa@
2008-01-31opencvs (r)log work fine now, activated regress for them.Tobias Stoeckmann
2008-01-31Add me to copyright.Marco Peereboom
ok tedu
2008-01-31add changed lines support to log and rlog (the + and - stuff)Joris Vink
from Pierre Riteau;
2008-01-31vasprintf requires stdio.hTobias Stoeckmann
2008-01-31explain how to handle local file names containing colons;Jason McIntyre
requested by Tamas TEVESZ ok dtucker
2008-01-31use a hyphen for "interface-specific" as a compound term. this isJason McIntyre
not a hard and fast rule (actually it's a form i abuse) but hostname.if.5 currently uses two conflicting forms and this keeps it consistent;
2008-01-31Make use of CVS_REV_BUFSZ everywhere for `sticky'.Xavier Santolaria
2008-01-31Rename `stickytag' variable to `sticky' for consistency with rest of the code.Xavier Santolaria
2008-01-31some small fixes for snmp stuff;Jason McIntyre
2008-01-31We have to carefully check if a checkout command is run with a validTobias Stoeckmann
directory or file. When it comes to files, check if there is a file available ending in ,v or if it is in Attic. Everything else in invalid. OK joris@, xsa@
2008-01-31During checkout -p don't print files which are in Attic if they are notTobias Stoeckmann
requested with -r. OK joris@
2008-01-31export works fine in local and remote setup nowTobias Stoeckmann