summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Print warning using TBD_WARN when chown failsbaserock/benbrewer/overhaulBen Brewer2014-05-291-8/+17
* Use TBD_DEBUG macro to print the value of an invalid commandBen Brewer2014-05-291-1/+1
* Use TBD_DEBUG macro instead of fprint for debug messagesBen Brewer2014-05-292-21/+21
* Added warning and debug mechanism to tbdiff-common.hBen Brewer2014-05-291-2/+23
* Cleanup writing of xattr pairs in tbdiff-create.cBen Brewer2014-05-291-11/+14
* style: Rename fread/fwrite in function names to read and writeBen Brewer2014-05-292-86/+86
* Remove read/write_size from tbdiff-io since they're unusedBen Brewer2014-05-292-14/+0
* style: Cleanup the names of the tbd read/write wrappersBen Brewer2014-05-294-90/+90
* Add externs to functions in tbdiff-io.h and cleanupBen Brewer2014-05-291-32/+18
* Simplify endian swapping in tbdiff-io.cBen Brewer2014-05-291-65/+51
* Make TB_DIFF_PROTOCOL_ID a static const char for type safetyBen Brewer2014-05-291-2/+2
* Use correct pointer type for parent member in tbd_stat_tBen Brewer2014-05-291-3/+5
* Create tbd_cmd_t type to for commands and use sizeof in writeBen Brewer2014-05-293-7/+9
* style: Fix whitespace in tbdiff-common.hBen Brewer2014-05-291-27/+27
* style: Fix alignment and func defs in tbdiff-apply.cBen Brewer2014-05-291-29/+34
* style: Fix alignment and whitespace issues in tbdiff-createBen Brewer2014-05-291-59/+61
* style: Fix indentation and whitespace in tbdiff-io.cBen Brewer2014-05-291-80/+80
* style: Fix alignment of tbd_stat_t struct membersBen Brewer2014-05-291-3/+3
* style: Convert all cpp style comments to c style commentsBen Brewer2014-05-294-22/+22
* Fix fp resource leaks in tbdiff-applyBen Brewer2014-05-291-21/+48
* Fix memory leak of name in tbdiff-stat.cBen Brewer2014-05-291-2/+4
* Use ENODATA instead of ENOATTRBen Brewer2014-05-291-1/+1
* Use sys/xattr from libc if attr/xattr is unavailableBen Brewer2014-05-292-2/+15
* Update gitignore file to ignore autotools generated filesBen Brewer2014-05-291-0/+28
* documentation: Remove issues which have already been resolvedBen Brewer2014-05-291-14/+0
* system-version-manager: Allow specifying custom path for baserock-system-conf...baserock/pedroalvarez/trove-upgrades-rebase2Sam Thursfield2014-03-061-1/+5
* Add script to modify the bootloader and manage different parallel OS.Pedro Alvarez2014-03-064-2/+338
* baserock-system-config-sync: Force copy /etc/passwd and /etc/groupPedro Alvarez2014-03-061-0/+8
* baserock-system-config-sync: Add some logging to the standard output.Pedro Alvarez2014-03-061-0/+15
* Modify 'baserock-system-config-sync' to get two arguments using 'merge'Pedro Alvarez2014-03-062-7/+8
* Fix error in the baserock-system-config-sync behaviour table.Pedro Alvarez2014-03-051-2/+2
* Fix behaviour in bscs-merge when vUser and v2 don't have a file of v1Pedro Alvarez2014-03-052-4/+3
* Merge branch 'baserock/pedroalvarez/bscs-wrong-merge2'Pedro Alvarez2014-02-2610-11/+33
|\
| * Prevent patching when 'vu == v2' in 'baserock-system-config-sync'.Pedro Alvarez2014-02-261-6/+15
| * Fix baserock-system-config-sync tests. Wasn't working as expected.Pedro Alvarez2014-02-261-5/+2
| * Add test case for vu == v2 in 'baserock-system-config-sync'Pedro Alvarez2014-02-248-0/+16
|/
* Merge branch 'baserock/pedroalvarez/bscs-upgrade-tests3'Pedro Alvarez2014-02-203-4/+38
|\
| * Modify the way to use 'patch' in 'baserock-system-config-sync'.Pedro Alvarez2014-02-202-2/+8
| * Update 'baserock-system-config-sync' tests to check permissionsPedro Alvarez2014-02-201-2/+30
|/
* Merge branch 'benbrown/bscs-non-baserock'Ben Brown2014-01-061-10/+10
|\
| * Add options to diff command to change header content to only include file nam...Ben Brown2014-01-061-2/+2
| * Removed 'local' from variables that are not within functionsBen Brown2014-01-061-8/+8
|/
* Merge branch 'benbrown/S9537/convert-xattribute-tests'Ben Brown2014-01-0621-839/+144
|\
| * Remove old tests and any code specific to those testsBen Brown2013-12-1919-839/+2
| * Scenarios testing extended attributes on file systems that support themBen Brown2013-12-182-0/+83
| * Add newlines to increase readabilityBen Brown2013-12-171-0/+59
|/
* Merge branch 'benbrown/S9482/convert-socket-tests'Ben Brown2013-12-163-4/+88
|\
| * Socket scenarios addedBen Brown2013-12-161-3/+44
| * Add socket creation program to MakefileBen Brown2013-12-161-1/+2
| * Added C program which creates named Unix socketsBen Brown2013-12-161-0/+42
|/