summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-09add vpci; ok kettenisJason McIntyre
2008-03-09Fix segmentation fault when running checkout -p on a file withoutTobias Stoeckmann
specified head revision. ok joris
2008-03-09Add some members needed by the sunv IOMMU code.Mark Kettenis
2008-03-09Uncomment ehci(4).Mark Kettenis
2008-03-09vpci(4)Mark Kettenis
2008-03-09Driver for the virtual PCI host bridge on sun4v.Mark Kettenis
2008-03-09sun4v hypervisor IOMMU code.Mark Kettenis
2008-03-09Virtual bus for virtual devices on sun4v.Mark Kettenis
2008-03-09only compare file types if the file/directory exists both on diskJoris Vink
and in the CVS/Entries file, otherwise ignore it so we correctly remove it from CVS/Entries. spotted by krw@
2008-03-09The IOMMU code is needed for schizo(4) and pyro(4) too.Mark Kettenis
2008-03-09Add hvcall.S if option SUN4V is defined.Mark Kettenis
2008-03-09standard format for vbus.4, and bring it into intro.4;Jason McIntyre
2008-03-09locate the first occurance of ':' in the given -j argumentsJoris Vink
instead of the last one, otherwise we cannot properly separate the tag from the given date (if any).
2008-03-09- kill some unneeded .PpJason McIntyre
- tweak SEE ALSO for vcons.4
2008-03-09tweak previous;Jason McIntyre
2008-03-09tweak previous;Jason McIntyre
2008-03-09DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO;Jason McIntyre
from Sam Banks, freebsd docs/121477
2008-03-09+Atlantis Land A02-UP1-W54Jason McIntyre
2008-03-09simplify logic in cvs_update_leavedir()Joris Vink
2008-03-09Check "status" property.Mark Kettenis
2008-03-09Allow clock to attach to any fhc?, not just fhc0. There might be backupMark Kettenis
clocks on other boards that we want to use if the one on fhc0 failed. tested by miod@
2008-03-09when in server mode, be sure the client picks up any new directoriesJoris Vink
if they are available if we run with -d, however do not send the stuff when running a checkout so empty directories do not even appear in our working copy, saves us the whole pruning trouble at the end with co.
2008-03-09be sure to build CVS/Root when updating and building directories (-d)Joris Vink
2008-03-09use the right capitalization for platform namesIgor Sobrado
ok jsing@
2008-03-09do not use CR_REPO in a remote setup, that will obviously fail.Joris Vink
2008-03-09revert one of tobias his changes, it broke remote for several commands.Joris Vink
2008-03-09proper repository locking:Joris Vink
- all read operations now look for a lock, and wait if present but never try to lock the tree themselfs anymore. - all write operations lock the tree where needed. - commit locks all relevant directories before even attempting to start.
2008-03-09do not empty the list in cvs_file_walklist() this is the callerJoris Vink
his responsibility, allows us to reuse the same file list for multiple callbacks.
2008-03-09cf->user_supplied cannot be used in cvs_file_classify for all commandsTobias Stoeckmann
(like import, add, commit), so revert this change until a universal solution is found.
2008-03-09Don't force ourself to support CVS_USE_WDIR commands (release, update, ...)Tobias Stoeckmann
only if we are in top directory of a repository. ok joris
2008-03-09Remove question about keep alive option.Kenneth R Westerback
Requested by deraadt@
2008-03-09be sure to create CVS/Root if we added a new directory to the repository.Joris Vink
2008-03-09pass user_supplied to struct cvs_file so it can be usedJoris Vink
in the callbacks to verify if this file was specified on the command line.
2008-03-09unused varJoris Vink
2008-03-09rename check_dir_tag to user_supplied to reflect what the flagJoris Vink
actually means and is used for.
2008-03-09While allocation memory, make sure that file sizes are smaller than SIZE_MAX.Tobias Stoeckmann
ok joris
2008-03-09Get README up to date: OpenCVS is linked to build now, but man pages areTobias Stoeckmann
not installed yet. ok joris, xsa
2008-03-09Consolidate FTP option handling, fixing one missing set of optionsKenneth R Westerback
and adding a new question during install to allow the setting of FTP's -k option in situations where intervening routers/firewalls are prematurely killing connections. Original idea and diff from espie@ ok espie@
2008-03-09Prevent sending of "Directory" messages for arguments in remote setup ifTobias Stoeckmann
the specified files (or directories) do not exist. ok joris
2008-03-09Add vcons(4).Mark Kettenis
2008-03-08do not log successfull merges in CVSROOT/history when joining.Joris Vink
2008-03-08Check "status" property for CPUs too.Mark Kettenis
2008-03-08better -j supportJoris Vink
2008-03-08CVS/Entries file must be created in cvs_mkadmin, because they have to beTobias Stoeckmann
available in empty directories too (containing only "D" then). ok joris
2008-03-08Set instead of logically ORing this variable.Tobias Stoeckmann
ok joris
2008-03-08Set umask (and cvs_umask) to system's umask in local and client mode.Tobias Stoeckmann
Also zap umask(0);umask(mask); calls, we have cvs_umask for this. ok joris
2008-03-08add checkout/update -j support.Joris Vink
still has some rough edges.
2008-03-08Add som sun4v-specific ASIs.Mark Kettenis
2008-03-08syncTheo de Raadt
2008-03-08Add vcons(4).Mark Kettenis