Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-09 | add vpci; ok kettenis | Jason McIntyre | |
2008-03-09 | Fix segmentation fault when running checkout -p on a file without | Tobias Stoeckmann | |
specified head revision. ok joris | |||
2008-03-09 | Add some members needed by the sunv IOMMU code. | Mark Kettenis | |
2008-03-09 | Uncomment ehci(4). | Mark Kettenis | |
2008-03-09 | vpci(4) | Mark Kettenis | |
2008-03-09 | Driver for the virtual PCI host bridge on sun4v. | Mark Kettenis | |
2008-03-09 | sun4v hypervisor IOMMU code. | Mark Kettenis | |
2008-03-09 | Virtual bus for virtual devices on sun4v. | Mark Kettenis | |
2008-03-09 | only compare file types if the file/directory exists both on disk | Joris Vink | |
and in the CVS/Entries file, otherwise ignore it so we correctly remove it from CVS/Entries. spotted by krw@ | |||
2008-03-09 | The IOMMU code is needed for schizo(4) and pyro(4) too. | Mark Kettenis | |
2008-03-09 | Add hvcall.S if option SUN4V is defined. | Mark Kettenis | |
2008-03-09 | standard format for vbus.4, and bring it into intro.4; | Jason McIntyre | |
2008-03-09 | locate the first occurance of ':' in the given -j arguments | Joris 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 .Pp | Jason McIntyre | |
- tweak SEE ALSO for vcons.4 | |||
2008-03-09 | tweak previous; | Jason McIntyre | |
2008-03-09 | tweak previous; | Jason McIntyre | |
2008-03-09 | DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO; | Jason McIntyre | |
from Sam Banks, freebsd docs/121477 | |||
2008-03-09 | +Atlantis Land A02-UP1-W54 | Jason McIntyre | |
2008-03-09 | simplify logic in cvs_update_leavedir() | Joris Vink | |
2008-03-09 | Check "status" property. | Mark Kettenis | |
2008-03-09 | Allow clock to attach to any fhc?, not just fhc0. There might be backup | Mark Kettenis | |
clocks on other boards that we want to use if the one on fhc0 failed. tested by miod@ | |||
2008-03-09 | when in server mode, be sure the client picks up any new directories | Joris 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-09 | be sure to build CVS/Root when updating and building directories (-d) | Joris Vink | |
2008-03-09 | use the right capitalization for platform names | Igor Sobrado | |
ok jsing@ | |||
2008-03-09 | do not use CR_REPO in a remote setup, that will obviously fail. | Joris Vink | |
2008-03-09 | revert one of tobias his changes, it broke remote for several commands. | Joris Vink | |
2008-03-09 | proper 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-09 | do not empty the list in cvs_file_walklist() this is the caller | Joris Vink | |
his responsibility, allows us to reuse the same file list for multiple callbacks. | |||
2008-03-09 | cf->user_supplied cannot be used in cvs_file_classify for all commands | Tobias Stoeckmann | |
(like import, add, commit), so revert this change until a universal solution is found. | |||
2008-03-09 | Don'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-09 | Remove question about keep alive option. | Kenneth R Westerback | |
Requested by deraadt@ | |||
2008-03-09 | be sure to create CVS/Root if we added a new directory to the repository. | Joris Vink | |
2008-03-09 | pass user_supplied to struct cvs_file so it can be used | Joris Vink | |
in the callbacks to verify if this file was specified on the command line. | |||
2008-03-09 | unused var | Joris Vink | |
2008-03-09 | rename check_dir_tag to user_supplied to reflect what the flag | Joris Vink | |
actually means and is used for. | |||
2008-03-09 | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. | Tobias Stoeckmann | |
ok joris | |||
2008-03-09 | Get README up to date: OpenCVS is linked to build now, but man pages are | Tobias Stoeckmann | |
not installed yet. ok joris, xsa | |||
2008-03-09 | Consolidate FTP option handling, fixing one missing set of options | Kenneth 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-09 | Prevent sending of "Directory" messages for arguments in remote setup if | Tobias Stoeckmann | |
the specified files (or directories) do not exist. ok joris | |||
2008-03-09 | Add vcons(4). | Mark Kettenis | |
2008-03-08 | do not log successfull merges in CVSROOT/history when joining. | Joris Vink | |
2008-03-08 | Check "status" property for CPUs too. | Mark Kettenis | |
2008-03-08 | better -j support | Joris Vink | |
2008-03-08 | CVS/Entries file must be created in cvs_mkadmin, because they have to be | Tobias Stoeckmann | |
available in empty directories too (containing only "D" then). ok joris | |||
2008-03-08 | Set instead of logically ORing this variable. | Tobias Stoeckmann | |
ok joris | |||
2008-03-08 | Set 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-08 | add checkout/update -j support. | Joris Vink | |
still has some rough edges. | |||
2008-03-08 | Add som sun4v-specific ASIs. | Mark Kettenis | |
2008-03-08 | sync | Theo de Raadt | |
2008-03-08 | Add vcons(4). | Mark Kettenis | |