Commit graph

  • 897a035077 Install script beautifications. Changed message of the day. Fixed some compile warnings in src/boot/. Changed header() variable. Jorrit Herder 2005-08-11 13:12:55 +0000
  • 2382b9a1d3 Don't allow arbitrary ram disks being loaded any more, due to funny check. Ben Gras 2005-08-11 11:32:37 +0000
  • 94095d8727 Formatting fix for if networking isn't enabled. Ben Gras 2005-08-10 15:19:50 +0000
  • abeebb1ac9 Little formatting fix. Ben Gras 2005-08-10 15:18:13 +0000
  • 98888ca522 Blocksize 1, 2, 4 KB Ben Gras 2005-08-10 15:14:14 +0000
  • 5c4d6bf05f Small fixes Ben Gras 2005-08-10 15:14:02 +0000
  • 244b1db564 Remove debug messages Ben Gras 2005-08-10 15:13:13 +0000
  • 2a165d972e Moved "Changes" comments from system/do_....c to system.h. All changes are now in a single header file. Jorrit Herder 2005-08-10 10:23:55 +0000
  • f83ae4b3d1 Minor beautification. Jorrit Herder 2005-08-10 09:51:29 +0000
  • 79ade04187 Put boot device memory initialization with #ifdef ENABLE_BOOTDEV ... #endif Jorrit Herder 2005-08-10 09:45:49 +0000
  • ab732a37e8 Renamed mm_exit to pm_exit (requested by Al) Small cleanup in pm_init. Jorrit Herder 2005-08-10 09:37:54 +0000
  • 9d92258e55 Minor message improvement Ben Gras 2005-08-09 17:02:27 +0000
  • e44aebef68 Changed blocksizes and root sizes around Ben Gras 2005-08-09 17:02:01 +0000
  • 102a3b180c CD root now 2MB Ben Gras 2005-08-09 16:59:40 +0000
  • 58218775b6 Make timeouts more tolerant, even in strict timeout mode Ben Gras 2005-08-09 16:59:29 +0000
  • 09a57f885a Don't source /etc/profile from /etc/rc, but source /etc/rc.timezone as a timezone instead, and set TZ=GMT0 as a default. Ben Gras 2005-08-09 16:58:28 +0000
  • ad9e5d2cc0 . setup fixes . added atnormalize commands, which resets at driver timeouts and retries to defaults . usyslogd now logs to /usr/log/messages instead of /var (on root, which is shrinking) Ben Gras 2005-08-09 16:46:46 +0000
  • f902df5c5a Give AT driver 8k stack instead of 1k.. probably not necessary, but 1k is a little meager, so let's be on the safe side Ben Gras 2005-08-09 14:45:10 +0000
  • a4ae9574e9 motd fix; cp /usr/lib/<compiler stuff> to /lib when on ramdisk; make a /usr/log (to store logfile there, instead of /var/log). Ben Gras 2005-08-09 14:41:54 +0000
  • 1d3fb6ea2e ata_std_timeout boot monitor variable to override short timeouts on test transactions and ioctl() setting, in case of comatose drives. Ben Gras 2005-08-09 12:42:53 +0000
  • f3500010b7 Moved open-ATAPI-as-RW check to before open-first-time check.. otherwise you can open an ATAPI device as RW if it's already opened for read. Ben Gras 2005-08-09 12:18:15 +0000
  • c1dd29ba0c Support for ethernet in QEMU. Philip Homburg 2005-08-09 11:23:41 +0000
  • 4d17271298 Andy's setup Ben Gras 2005-08-09 11:16:15 +0000
  • 08e0e1bcef Rename install steps; add copying /usr/lib/* to /lib/* Ben Gras 2005-08-08 18:36:12 +0000
  • 560466ed8e More nits and polish Ben Gras 2005-08-08 17:37:39 +0000
  • ddb8e7300d Took hostaddr out of the loop; if it fails after 10 secs, continue startup script. (ast@) Ben Gras 2005-08-08 16:56:40 +0000
  • 2f56b477c0 Fixed mq leak. Philip Homburg 2005-08-08 15:49:16 +0000
  • 68b2f2314e minor bugfix (the whole active thing) Ben Gras 2005-08-08 14:55:48 +0000
  • bfb7608412 various small fixes. . motd update (ast) . made /usr/local/man/man* and made them bin-owned (mtree) (to let bin install there) . made copyright notice in kernel 1987-2006 (ast) . added chown -R bin /usr/src so that bin can compile everything Ben Gras 2005-08-08 14:34:10 +0000
  • 1569a60360 . swapped test26 and test40 . renamed sh*.sh to testsh*.sh . invoked shell tests from run script like the other test commands (that was the point of renaming) Ben Gras 2005-08-08 14:30:50 +0000
  • 5865124330 Lots of nits by ast@ Ben Gras 2005-08-08 14:28:32 +0000
  • bbaa3f6bc3 Don't print paths twice with cpdir -v. (ast@) Ben Gras 2005-08-08 13:37:41 +0000
  • b293e689a9 . Allow drivers to to physcopy() (table.c) Ben Gras 2005-08-08 12:18:45 +0000
  • 48469b737b Prettier error message in FS if block size too large Ben Gras 2005-08-08 12:17:30 +0000
  • f26239d1f8 Minor partition() efficiency improvements (don't do regular partitioning i/o on cd drives) Ben Gras 2005-08-08 12:16:59 +0000
  • 9df1cb9e48 ast@'s readme.txt modifications. Ben Gras 2005-08-08 09:43:25 +0000
  • e4d264bce9 autopart and setup script STEP additions to be keyed to install manual by ast@ Ben Gras 2005-08-08 09:24:02 +0000
  • 5789f7abec config version bumped to 307; NOT cvs tagged yet; misc fixes Ben Gras 2005-08-05 19:19:18 +0000
  • a9b7d3a172 autopart fixes; halt sends SIGTERM; setup script without quotes; MAKEDEV makes random and cmos when called with std Ben Gras 2005-08-05 19:16:12 +0000
  • 0c03b0c168 Removed $Log$ tags Ben Gras 2005-08-05 19:08:43 +0000
  • 490430f627 Undo one hack for QEMU, add another. Philip Homburg 2005-08-05 19:08:02 +0000
  • 941b5ebd1c Fix to device table at FS. BIOS and AT installed in /sbin. Floppy boot fixed. Jorrit Herder 2005-08-05 18:57:20 +0000
  • cfd27c36cb Temp hacks for QEMU. Call to env_setargs in dpeth. Philip Homburg 2005-08-05 18:37:15 +0000
  • 1c570a7d93 Second try to fix tick delay problem ... Jorrit Herder 2005-08-05 17:02:37 +0000
  • 5d2588aedf Al's patch sent Fri aug 5 Ben Gras 2005-08-05 16:56:02 +0000
  • a852be1357 *** empty log message *** Ben Gras 2005-08-05 16:49:38 +0000
  • 73847b7d50 *** empty log message *** Ben Gras 2005-08-05 16:48:44 +0000
  • e396496d8c Fixed small bug in alarm code. Kernel timer count was not reset after expiry. Jorrit Herder 2005-08-05 16:46:27 +0000
  • 7de7ca978d Security check on physical address to be < 16 MB (ISA DMA uses 24-bit addressing, which can address 16 MB max). Floppy driver now dynamically loaded. Jorrit Herder 2005-08-05 16:23:42 +0000
  • 655d1e074f get_mon_params -> env_get_params. Philip Homburg 2005-08-05 16:21:32 +0000
  • 279cb92ec3 Minor autopart user-interface changes. Jorrit Herder 2005-08-05 16:18:04 +0000
  • 5cd584b1bb reduced cdprobe debug; stadir unbreakfix Ben Gras 2005-08-05 16:08:49 +0000
  • 473317e571 Added dp8390 to /usr/etc/rc. Renamed get_mon_prm.c to env_get_prm.c. Add env_setargs call for access to argc/argv. Philip Homburg 2005-08-05 14:20:05 +0000
  • df831bf4a0 *** empty log message *** Ben Gras 2005-08-05 13:51:50 +0000
  • 0e79467371 .. Ben Gras 2005-08-05 13:51:14 +0000
  • 0e3bef8597 pty select() support Ben Gras 2005-08-05 13:50:58 +0000
  • 2713ed6cde at driver timeout/error message fixes Ben Gras 2005-08-05 13:50:50 +0000
  • 2888e14ed8 pty select test Ben Gras 2005-08-05 13:47:12 +0000
  • 5340cf571d Added essential message to motd. Ben Gras 2005-08-05 12:57:52 +0000
  • ffa9e1a70c 'send locked' removed Ben Gras 2005-08-05 12:55:35 +0000
  • 53eba5e044 'send locked' debug statement #if 0ed Ben Gras 2005-08-05 12:55:18 +0000
  • 0d7769920c Boot monitor default changes to new boot controller usage Ben Gras 2005-08-05 12:54:48 +0000
  • 6ad5067f49 minor fix Ben Gras 2005-08-05 12:52:34 +0000
  • 823a8b9160 Minor fixes Ben Gras 2005-08-05 12:52:26 +0000
  • abb7157175 Merged do_gettimeofday with do_time to save one function call; adjusted table.c accordingly Ben Gras 2005-08-05 12:44:06 +0000
  • ac68f131a5 chgrp syntax fixed Ben Gras 2005-08-05 12:16:25 +0000
  • 157a22bbc3 mdb compile fix Ben Gras 2005-08-05 11:56:47 +0000
  • a23604dc81 More autopart fixes (set new partition active if none other set active) Ben Gras 2005-08-05 11:48:55 +0000
  • fa21660f75 Fixed boot compile breakage Ben Gras 2005-08-05 11:45:43 +0000
  • ad24bb4072 Make include files and dirs bin-owned, to make sure bin can install them Ben Gras 2005-08-05 11:40:46 +0000
  • 7e74927cdc Cleanup of PM. Jorrit Herder 2005-08-05 10:45:54 +0000
  • e21c135fe5 added /sbin in mtree Ben Gras 2005-08-05 10:37:02 +0000
  • db5a8bb2b8 Added dp8390 driver. Additional env_parse functions that take argc and argv. Philip Homburg 2005-08-05 09:53:08 +0000
  • c9ab8cce43 Changed minor number of /dev/zero from 6 to 5. (Make sure to update your system accordingly or /dev/zero won't work.) Cleaned up comments in MEMORY driver. Jorrit Herder 2005-08-05 09:43:22 +0000
  • b96c389e78 Various small cleanups and comments added. Jorrit Herder 2005-08-05 09:41:15 +0000
  • 8476ceac22 readclock.c shouldn't be here Ben Gras 2005-08-05 08:37:28 +0000
  • df40b77018 *** empty log message *** Jorrit Herder 2005-08-05 07:57:13 +0000
  • 8d66f755c3 Fixed type. Added patch from Al Woodhull. Jorrit Herder 2005-08-04 22:01:50 +0000
  • 74711a3b14 Check if kernel calls is allowed (from process' call mask) added. Not yet enforced. If a call is denied, this will be kprinted. Please report any such errors, so that I can adjust the mask before returning errors instead of warnings. Jorrit Herder 2005-08-04 19:23:03 +0000
  • b98eb4e144 Added /dev/cmos. Made separate case for /dev/random and /dev/urandom Jorrit Herder 2005-08-04 18:03:51 +0000
  • 8cb902dce3 Fix. Names were not showing. Jorrit Herder 2005-08-04 17:00:18 +0000
  • 40e9875fd6 Startup script now checks if network driver is mentioned in inet.conf. Also allowed disabling daemons (like services) with disable= parameter. Jorrit Herder 2005-08-04 16:45:29 +0000
  • f784f76891 Let halt shutdown system without fsck by checking for halt in wtmp as well as shutdown Ben Gras 2005-08-04 13:41:31 +0000
  • 20b4f17334 Added RO_BIT needed for new at_wini / fs flag Ben Gras 2005-08-04 09:33:38 +0000
  • e561081545 Miscellaneous clean ups and fixes to the kernel. Support for FLOPPY in boot image. (Set controller=fd at boot monitor.) Moved major device numbers to <minix/dmap.h> (maybe rename to dev.h?) Jorrit Herder 2005-08-04 09:26:36 +0000
  • 5e3b213f05 import of mdb (minix debugger), some ptrace and signals unbreaking seem to have made it work (runtime debugging and core reading). Ben Gras 2005-08-04 08:44:16 +0000
  • 693c7abe2a ps was looking for INIT as first user process, but INIT has become init. Ben Gras 2005-08-04 08:25:10 +0000
  • 93460d0ad0 Do test transaction before letting open device succeed; if probe fails, remember drive isn't there and don't try it again Ben Gras 2005-08-04 08:08:58 +0000
  • 2be2bce18c #if VERBOSE debug statements #endif Ben Gras 2005-08-04 08:07:29 +0000
  • 3f28baac83 Disabled comments from FXP driver with #define VERBOSE 0. Fixed all troubles reported at shutdown. No more illegal FS calls by dead processes. Jorrit Herder 2005-08-03 16:58:22 +0000
  • 89cf745fe2 Single boot driver loaded, while multiple can be included in the boot image. The user needs to set label=... to choose the driver of his or her choice. This driver will be mapped onto the controller that is set in controller=... Jorrit Herder 2005-08-03 16:06:35 +0000
  • c12b74dad5 Random is now a separate driver. Philip Homburg 2005-08-03 15:22:41 +0000
  • 43f89d7eff Fixes for mkfs so that making a FS from a proto file works again Ben Gras 2005-08-03 14:22:07 +0000
  • 1ae4d41d0d Without /dev/boot ... Jorrit Herder 2005-08-03 14:17:28 +0000
  • 375f6f8754 Miscellaneous cleanups. Jorrit Herder 2005-08-03 11:53:36 +0000
  • 5c9d34b62a Removed socket library, there is a socket library in libc now Ben Gras 2005-08-03 11:35:41 +0000
  • 343bd97aeb Removed old socket library. Philip Homburg 2005-08-03 11:28:43 +0000
  • 547bf3ac36 Implemented some boundary cases for LISTENQ. Philip Homburg 2005-08-03 11:15:39 +0000
  • 6f1c7d6016 More autopart/setup fixes Ben Gras 2005-08-03 10:24:53 +0000
  • 1f450f4959 Test .. no update. Jorrit Herder 2005-08-03 08:15:36 +0000