File: TODO

package info (click to toggle)
star 1.5a57-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,276 kB
  • ctags: 4,381
  • sloc: ansic: 36,081; sh: 2,331; makefile: 216
file content (24 lines) | stat: -rw-r--r-- 901 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NOTE: Before blaming star for something found in this list, look at your favorite
	tar implementation for the presence of similar bugs/missing features.


-	Need a way to handle backups that include /export/home & /home: Missing links
	message because loopback filesystem gives more hardlinks than really present.

-	Linkcount below zero with the command: star -c /usr/bin /usr/bin

-	Add Option to both (verbose print & errors) appear on stderr.

-	malloc path buffers and 'chdir' to be able to deal with pathnames > 1024 bytes.

-	add an option to reduce primary file name length to 99 chars
	for all formats to enhance the portability of the archives.

-	union member .dbuf is still star_header!!!

-	If -p flag is ommited, files are handled different from old tar. 
	Star always does does a chmod on non directories.
	Tar uses creat(file, st_mode & 0x07777)

-	AIX uses tape.h ??? for mt ioctl's