| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
mdoc format. Add usage(). Remove rcs $ Log $ -> use cvs log instead.
|
|
|
|
| |
PR: docs/4872
|
|
|
|
|
| |
ASCII _text_
Cleanup names detection code
|
|
|
|
| |
Obtained from: Figlet v2.2 release.
|
|
|
|
| |
/etc/magic symlink.
|
|
|
|
|
|
| |
Closes PR# 3187.
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
|
|
|
|
| |
and use of off_t. Correct the types of Elf64_Addr and Elf64_Off.
|
|
|
|
| |
posix standard on the topic.
|
|
|
|
| |
update this script to reflect that.
|
|
|
|
| |
in file v3.22, so this one is going away.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This file could be rationalized I belive.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
misdetection:
j@uriah 307% file X.hga
X.hga: 80386 COFF executable not stripped
j@uriah 308% strings X.hga | head -3
~f&`i
.text
.data
j@uriah 309% strings X.hga | file -
standard input: assembler program text
New version:
j@uriah 310% strings X.hga | ./file -
standard input: International language text
Reviewed by: christos@deshaw.com (Christos Zoulas)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
file (like /etc/termcap). /usr/src/etc/Makefile depends on there
being an etc-magic install rule here, and who-knows-what depends on
`magic' being in /etc.
Fixed some style bugs - don't use -c for installing files in the obj
directory...
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
language text files.
Should finally close PR # bin/1925: file does not consider cyrillic
text..., though i've never got any response from the originator about
my suggestion.
While i was at it, also move out the `magic' file to /usr/share/misc,
there's nothing that magic with this file to justify its life under
/etc.
|
| | |
|
| |
| |
| |
| |
| |
| | |
1) our branded elf's
2) mpeg audio/video/system streams
3) compiled java classes
|
| |
| |
| |
| | |
Obtained from: bzip sources ;)
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
and execs.
Submitted-By: Brent Nordquist <nordquis@winternet.com>
|
| |
| |
| |
| |
| |
| |
| | |
name comes out right again.
Note: Don't bring this change directly into the -stable branch. The
appropriate offset for -stable is different.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have. Various other minor changes to silence manck.
Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
|
| | |
|
| |
| |
| |
| |
| | |
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Takes advantage of some bytes in our current tss structure that
reliably have particular values (due to our current architecture or
CPU requirements).
|
| |
| |
| |
| | |
anything usable as "magic string".
|
| | |
|
| |
| |
| |
| | |
specified in the top level Makefiles.
|
| |
| |
| |
| | |
Submitted by: Henrik Vestergaard Draboel <hvd@terry.ping.dk>
|
| | |
|
| |
| |
| |
| |
| | |
Reviewed by: davidg
Submitted by: Bill Fenner <fenner@parc.xerox.com>
|
| | |
|
| |
| |
| |
| |
| | |
Reviewed by: Geoff.
Submitted by: Rod Grimes.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
- Makefile: bmake the sucker
- file.1, magic.5: replace __MAGIC__ and __SECTION__
- add Magdir/freebsd
- add file to usr.bin/Makefile
A note on the FreeBSD magic entry:
The magic number "000000407" is reported as "impure format". This
stops file(1) telling us that our object files are "PDP-11 executables".
(Saying anything more than "impure format" would probably be bogus.
Submitted by: Geoff.
|
|
|
|
|
|
|
|
|
| |
The following files were moved to different names:
- file.man -> file.1
- magic.man -> magic.5
The following file was removed:
- Magdir/Makefile
|
|
|