Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras e912f6ac38 take pkg_install out of the base system and pre-install it using the
pkgsrc binary packages.

rationale:
  . pkg_install (which is the pkg_* tools) is entangled with pkgsrc,
    not with minix, so tracking it from pkgsrc (easier than with
    base system) makes more sense
  . simplifies upstreaming minix specific changes for pkg_* tools
  . reduce pkgsrc-in-basesystem maintenance burden
2011-01-28 00:02:27 +00:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands take pkg_install out of the base system and pre-install it using the 2011-01-28 00:02:27 +00:00
docs UPDATING - warning about /usr/gnu/lib 2010-09-21 12:46:55 +00:00
drivers Added possibility to inject input events to tty 2010-11-17 14:53:07 +00:00
etc take pkg_install out of the base system and pre-install it using the 2011-01-28 00:02:27 +00:00
include added uint typedef declaration in <minix/types.h> 2011-01-26 14:36:19 +00:00
kernel Remove code for kernel task stack initialization 2011-01-27 12:18:33 +00:00
lib Servers request TSC freq from kernel rather than each one measuring it individually 2011-01-11 11:03:37 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
servers Remove code for kernel task stack initialization 2011-01-27 12:18:33 +00:00
share csu/build support for ELF 2010-12-10 22:20:12 +00:00
test Allow for overriding GCC var in test Makefile 2010-11-19 10:33:26 +00:00
tools take pkg_install out of the base system and pre-install it using the 2011-01-28 00:02:27 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile csu/build support for ELF 2010-12-10 22:20:12 +00:00