Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-04 | Added -k flag support for all commands which support it. | 1 | -4/+4 | ||
OK joris@ | |||||
2008-02-04 | specify that MakeWhatis and pkg-config fall outside the scope of this document | 1 | -1/+6 | ||
2008-02-04 | Replace bogus lowercase n in 'DESCRIPTIOn' | 1 | -2/+2 | ||
'go for it' espie@ | |||||
2008-02-04 | typos and whitespace | 1 | -47/+47 | ||
2008-02-04 | a somewhat long introduction to how the package tools really work, | 2 | -1/+354 | ||
so that people finally get a jump-start at figuring out code that's still evolving,.. | |||||
2008-02-04 | Move some prototypes from relay.c to relayd.h and remove there externs | 3 | -18/+11 | ||
in other places; ok reyk@ | |||||
2008-02-04 | Move the declaration of DPRINTF from relay.c too relayd.h so it can be | 2 | -8/+8 | ||
reused; ok reyk@ | |||||
2008-02-04 | declare se_relay as pointer to a struct relay not as a void pointer; | 1 | -3/+3 | ||
shuffle the forward decleration of struct relay around too accommodate this change; ok reyk@ | |||||
2008-02-04 | Add PCI ids for some 82571 based multi port adapters. | 3 | -9/+17 | ||
From FreeBSD ok dlg@ | |||||
2008-02-03 | shuffle some stuff around so we dont end up doing the same things | 4 | -17/+14 | ||
twice in cvs_module_lookup() and checkout_check_directory(); allow single files to be ignored with ! as well; | |||||
2008-02-03 | be more strict when checking ignore patterns; | 1 | -4/+10 | ||
kill unused var; | |||||
2008-02-03 | more CVSROOT/module stuff: | 6 | -44/+155 | ||
- 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(). | 1 | -2/+3 | ||
- set the IFCAP_VLAN_MTU capabilities flag. ok dlg@ | |||||
2008-02-03 | - add initial support for the Marvell Yukon Supreme ASIC. | 1 | -1/+2 | ||
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 chipset. | 1 | -1/+7 | ||
- add initial support for the Marvell Yukon Supreme ASIC. Inspired by similar changes to the Linux sky2 driver. ok kettenis@ dlg@ | |||||
2008-02-03 | dont forget to send the -d flag to our server as well if it | 1 | -1/+4 | ||
was specified; | |||||
2008-02-03 | respect any -l option that might have been set in CVSROOT/modules; | 1 | -1/+4 | ||
2008-02-03 | Diff header complies to GNU cvs now. | 1 | -13/+8 | ||
OK joris@ | |||||
2008-02-03 | with the recent changes for CVSROOT/modules we can now support the | 1 | -5/+17 | ||
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-03 | Added rdiff support. In order to do this, some output and option fixes | 7 | -82/+290 | ||
had to be done for diff, too. OK joris@ | |||||
2008-02-03 | Fix the struct pkthdr definition. | 1 | -3/+3 | ||
2008-02-03 | better CVSROOT/module support, includes remote support and modules | 7 | -49/+132 | ||
that are not aliases (-a); OK tobias@ | |||||
2008-02-03 | Do not unify this "-fr UNKNOWN" handling, it breaks commands which have | 2 | -9/+8 | ||
to work fine and just ignore files which don't have requested symbol. Spotted by joris@. | |||||
2008-02-03 | Like i wrote in last commit, it's supposed to be sys/time.h, not sys/times.h. | 1 | -2/+2 | ||
2008-02-03 | cvs_update_leavedir is only useful if dirs have to be pruned. | 2 | -4/+4 | ||
OK joris@ | |||||
2008-02-03 | Remove BUGS section; the driver now maps windows little-endian on sparc64 | 1 | -9/+2 | ||
like it already did on sparc. | |||||
2008-02-03 | (f)utimes takes sys/time.h | 4 | -4/+8 | ||
2008-02-03 | Remove sparc64-specific hack to byteswap pcmcia bus_space access. This is no | 1 | -19/+5 | ||
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-03 | Map windows little-endian like the MI pcmcia code expects. | 1 | -4/+19 | ||
"Diff looks correct and appears to work as intended" miod@ | |||||
2008-02-03 | Redo umass_bbb_get_max_lun() and uses thereof to | 1 | -36/+14 | ||
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-03 | There is no such thing as RAIDCRYPTO so rename to CRYPTO | 2 | -6/+6 | ||
2008-02-02 | document daily(8)'s running of /etc/Distfile; | 1 | -4/+21 | ||
2008-02-02 | Better CVSROOT/modules file format. | 1 | -2/+2 | ||
2008-02-02 | Relocate internal pipe file descriptor if newfd collides with it. Fixes | 1 | -7/+32 | ||
bsd_auth(2) issue when compiled with threads. Reported by Joachim Wieland <joachim.wieland at credativ.de>. okay otto@ marc@ | |||||
2008-02-02 | Basic CVSROOT/modules bits. | 1 | -3/+50 | ||
2008-02-02 | Correct the baudrate handling. | 1 | -2/+6 | ||
ok dlg@ | |||||
2008-02-02 | Zap trailing whitespaces. | 1 | -4/+4 | ||
2008-02-02 | remove unneeded headers | 1 | -3/+1 | ||
2008-02-02 | initial CVSROOT/modules support, only does aliases at the moment (-a). | 5 | -15/+147 | ||
"modules.c, hurray!" xsa@, ok tobias@ | |||||
2008-02-02 | Fix broken indentation introduced in last commit. | 1 | -13/+14 | ||
Spotted by Pierre Riteau. | |||||
2008-02-02 | Missed one annotate -> rannotate in sysnopsis. | 1 | -2/+2 | ||
2008-02-02 | Add `rlog' bits. | 1 | -2/+117 | ||
2008-02-02 | Although this doesn't comply to common sense, it complies to GNU cvs. All | 2 | -9/+9 | ||
commands which supply -f and -r have this weirdness: an unknown symbol leads to fatal instead of head revision. OK xsa@ | |||||
2008-02-02 | Sync `rannotate' synopsis. r* commands work on repository modules. | 2 | -4/+4 | ||
2008-02-02 | Add `rannotate' bits. Requested by tobias@. | 1 | -3/+47 | ||
2008-02-02 | Enable `rlog-rflag' test now that rlog output matches GNU RCS. | 1 | -1/+2 | ||
2008-02-02 | From src/usr.bin/cvs: | 3 | -5/+95 | ||
> add changed lines support to log and rlog (the + and - stuff) > from Pierre Riteau; | |||||
2008-02-02 | Define _POSIX_HOST_NAME_MAX and HOST_NAME_MAX. | 2 | -3/+8 | ||
ok krw@, laurent@ | |||||
2008-02-02 | - Add a v1 device which I found here. | 2 | -5/+38 | ||
- Differ between v1 and v2 devices for later v1 support. - Tell the end-user that v1 is not supported yet. | |||||
2008-02-02 | id like to install via a fibre gem on my 880, so add the gentbi phy that it | 1 | -1/+2 | ||
uses. ok kettenis@ krw@ |