Commit graph

  • c8bd5db02e /boot and /minix -> /boot/boot and /boot/image changes Ben Gras 2005-05-04 09:29:52 +0000
  • 8fbefdeddc Made building of homedirs actually work ($ -> $$ makefile/shell variable issue) Ben Gras 2005-05-04 09:29:24 +0000
  • 0659fe8d99 fixed compile warning Ben Gras 2005-05-04 09:28:58 +0000
  • 427727ed1f mm -> pm fixes Ben Gras 2005-05-04 09:28:37 +0000
  • 7dfa3c595b mm -> pm fixes Ben Gras 2005-05-04 09:27:47 +0000
  • 8cd654f94f Made setup.sh more CD-aware (understand that the system looks like an installed system already, but isn't). Ben Gras 2005-05-03 15:43:12 +0000
  • 0e859fd436 Must be able to run FP.compile if FP.compile isn't an executable script. Ben Gras 2005-05-03 15:41:39 +0000
  • 9748a6536e Fixed an mtree bugs that caused permissions and ownerships for / to be wrong. Ben Gras 2005-05-03 15:41:02 +0000
  • 6b500b03a6 Raised version to 3.0.2 in config.h Ben Gras 2005-05-03 15:39:41 +0000
  • 27b7e7c72e Device variables get copies of their contents in *_n variables for scripts that want the device name (as opposed to the number for the kernel). Ben Gras 2005-05-03 15:38:41 +0000
  • 5415e8280f More polishing to the boot and release process. Highlights: . Less dependency on scripts to be executable (they're in cvs) . issue.install is the /etc/issue that goes on an install CD for instructions (but not on the installed system) . /usr/src goes on the CD uncompressed Ben Gras 2005-05-03 15:37:34 +0000
  • 0e9261ed5a Rename mm (memory manager) to pm (process manager), involved renaming dir.. Ben Gras 2005-05-03 15:35:52 +0000
  • 83ef55e301 Fixed compile break (no install target) Ben Gras 2005-05-03 09:15:37 +0000
  • 4fc24ad58f Fixed clean target a little more Ben Gras 2005-05-03 09:05:17 +0000
  • 6a335043f6 bugfix from jnherder Ben Gras 2005-05-03 09:03:55 +0000
  • 81c1b9d76d . FS: removed half-baked stack trace code . inet: removed silly error message from inet that ends up in the console regularly . Makefile: added some files to the incomplete clean target Ben Gras 2005-05-03 09:02:47 +0000
  • 0374afab56 *** empty log message *** Ben Gras 2005-05-03 08:59:28 +0000
  • 9014d98bbf made 2 error messages less ambiguous Ben Gras 2005-05-03 08:59:13 +0000
  • efa2322895 . Moved sysenv to /bin (as well), used to read some boot parameters in /etc/rc before /usr is mounted . fixed ps.c compile breakage (MM_PROC_NR rename) . made setup.sh a little less floppy-centric (cosmetic) . removed ps binary from cvs (whoops!) Ben Gras 2005-05-03 08:58:18 +0000
  • 4c80170111 Made things a little more boot-cd friendly (specifically readonly /usr). Also /etc/rc automatically determines where /usr should come from based on where the ramdisk was copied from. Ben Gras 2005-05-03 08:56:01 +0000
  • b49e963b5e release package script polish Ben Gras 2005-05-03 08:54:36 +0000
  • 14b68c70c4 Fixed some compiler breakage (MM_PROC_NR renamed) Ben Gras 2005-05-03 08:54:01 +0000
  • ccd06c407c boot odds and ends. unfinished cd-detection work. Ben Gras 2005-05-03 08:52:41 +0000
  • 544b225a44 Added man 'making' Ben Gras 2005-05-03 08:48:26 +0000
  • 83a31f2cda *** empty log message *** Jorrit Herder 2005-05-02 14:38:21 +0000
  • ac0995259d *** empty log message *** Jorrit Herder 2005-05-02 14:30:04 +0000
  • da1ea8dc45 Forgot these top-level manpages (right place?) Ben Gras 2005-05-02 13:12:14 +0000
  • 141fe2c6e0 Added man pages. Ben Gras 2005-05-02 13:01:42 +0000
  • 89ac678b9b *** empty log message *** Jorrit Herder 2005-04-29 15:36:43 +0000
  • 0e869cdd44 Location of servers. Ben Gras 2005-04-25 13:55:46 +0000
  • b684a8ed8d Added /usr/etc files to src. Ben Gras 2005-04-25 13:50:26 +0000
  • ec96454af3 Fixing make install and chroot make process; revision should not be part of cvs Ben Gras 2005-04-22 16:16:23 +0000
  • 7cd999d65f two useless files Ben Gras 2005-04-22 15:53:53 +0000
  • b67df8ba73 no man yet Ben Gras 2005-04-22 15:53:24 +0000
  • ae61a409bf took out debugging printf() cause it makes the install look messy Ben Gras 2005-04-22 15:28:14 +0000
  • 4355472957 took out lots of ugly debugging stuff Ben Gras 2005-04-22 15:26:50 +0000
  • b4209a856d bugfix.. r isn't an error in 'return r' Ben Gras 2005-04-22 15:20:05 +0000
  • 7dc4989d96 Added homedir of ast Ben Gras 2005-04-22 13:56:32 +0000
  • 6595782e6d Created /dev/random minor device number Ben Gras 2005-04-22 13:31:32 +0000
  • 7ce48162c1 Made sure root filesystem is 1kB-block-size, which is necessary to make it bootable with the current boot loader (and to make it a ramdisk, with the current ramdisk copying implementation in the FS) Ben Gras 2005-04-22 13:30:16 +0000
  • 9745f6d368 Added /dev/random and /dev/urandom (don't work yet though) Ben Gras 2005-04-22 13:29:02 +0000
  • 1aacabe6be Created future homedirs /usr/home in minix.tree; changed bin homedir to /usr/home/bin to avoid having bin files in /usr/src, which has become a CVS-controlled dir. Ben Gras 2005-04-22 13:28:22 +0000
  • d252971b90 preparation for /dev/random Ben Gras 2005-04-22 13:25:17 +0000
  • 6019a0a5d0 Fixed ram disk loading for whenever the block sizes match. Ben Gras 2005-04-22 11:09:06 +0000
  • e9f14616be test Ben Gras 2005-04-21 16:25:29 +0000
  • 7c9bee07aa *** empty log message *** Ben Gras 2005-04-21 16:24:25 +0000
  • 8ff8e6586b to test notification Ben Gras 2005-04-21 16:17:46 +0000
  • 9865aeaa79 Initial revision Ben Gras 2005-04-21 14:53:53 +0000