pancake 6afd85a447 * More work on the OpenBSD file(1)
- Fix a segfault bug (not exploitable)
  - Import some magic files and install
  - PREFIX"/lib/radare2/"R2_VERSION"/magic"
  - Output of 'pm' is easier to read now
  - Add pm? help message
* Remove all flags from previous search
* Handle ^C in /m search
* Autocomple ~ with tab (home)
  - Fix autocomplete filenames without '^[\.|/]'
2011-09-11 03:59:24 +02:00
..
2011-09-11 03:59:24 +02:00
2011-09-10 01:30:03 +02:00
2011-09-11 03:59:24 +02:00
2011-09-10 01:30:03 +02:00
2011-09-10 01:30:03 +02:00
2011-09-11 03:59:24 +02:00
2011-09-11 03:59:24 +02:00
2011-09-11 03:59:24 +02:00
2011-09-10 01:30:03 +02:00
2011-09-11 03:59:24 +02:00
2011-09-10 01:30:03 +02:00
2011-09-10 01:30:03 +02:00
2011-09-11 00:42:59 +02:00
2011-09-10 01:30:03 +02:00
2011-09-11 03:59:24 +02:00
2011-09-10 01:30:03 +02:00

This implementation of file(1) has been taken from OpenBSD,
I have removed the elf part which reduces more than 1KLOC.
I have also cleaned up the code in order to fix some warnings
and integrate with r2 syntax. magic_ api is now r_magic_

   --pancake

$ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get src/usr.bin/file