Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							0e79467371 
							
						 
					 
					
						
						
							
							..  
						
						
						
						
					 
					
						2005-08-05 13:51:14 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							6ad5067f49 
							
						 
					 
					
						
						
							
							minor fix  
						
						
						
						
					 
					
						2005-08-05 12:52:34 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							823a8b9160 
							
						 
					 
					
						
						
							
							Minor fixes  
						
						
						
						
					 
					
						2005-08-05 12:52:26 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							ac68f131a5 
							
						 
					 
					
						
						
							
							chgrp syntax fixed  
						
						
						
						
					 
					
						2005-08-05 12:16:25 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							157a22bbc3 
							
						 
					 
					
						
						
							
							mdb compile fix  
						
						
						
						
					 
					
						2005-08-05 11:56:47 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							a23604dc81 
							
						 
					 
					
						
						
							
							More autopart fixes (set new partition active if none other set active)  
						
						
						
						
					 
					
						2005-08-05 11:48:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jorrit Herder 
							
						 
					 
					
						
						
						
						
							
						
						
							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. 
						
						
					 
					
						2005-08-05 09:43:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jorrit Herder 
							
						 
					 
					
						
						
						
						
							
						
						
							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.
Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded. 
						
						
					 
					
						2005-08-04 19:23:03 +00:00 
						 
				 
			
				
					
						
							
							
								Jorrit Herder 
							
						 
					 
					
						
						
						
						
							
						
						
							b98eb4e144 
							
						 
					 
					
						
						
							
							Added /dev/cmos.  
						
						... 
						
						
						
						Made separate case for /dev/random and /dev/urandom 
						
						
					 
					
						2005-08-04 18:03:51 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							f784f76891 
							
						 
					 
					
						
						
							
							Let halt shutdown system without fsck by checking for halt in wtmp  
						
						... 
						
						
						
						as well as shutdown 
						
						
					 
					
						2005-08-04 13:41:31 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							5e3b213f05 
							
						 
					 
					
						
						
							
							import of mdb (minix debugger), some ptrace and signals unbreaking  
						
						... 
						
						
						
						seem to have made it work (runtime debugging and core reading). 
						
						
					 
					
						2005-08-04 08:44:16 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							693c7abe2a 
							
						 
					 
					
						
						
							
							ps was looking for INIT as first user process, but INIT has become init.  
						
						... 
						
						
						
						There are still some checks in ps that presume there are only system
processes before INIT and all others are user processes.. 
						
						
					 
					
						2005-08-04 08:25:10 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							c12b74dad5 
							
						 
					 
					
						
						
							
							Random is now a separate driver.  
						
						
						
						
					 
					
						2005-08-03 15:22:41 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							43f89d7eff 
							
						 
					 
					
						
						
							
							Fixes for mkfs so that making a FS from a proto file works again  
						
						
						
						
					 
					
						2005-08-03 14:22:07 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							6f1c7d6016 
							
						 
					 
					
						
						
							
							More autopart/setup fixes  
						
						
						
						
					 
					
						2005-08-03 10:24:53 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							619a202720 
							
						 
					 
					
						
						
							
							setup fix  
						
						
						
						
					 
					
						2005-08-02 14:56:30 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							4a267f747b 
							
						 
					 
					
						
						
							
							Debug statement from autopart  
						
						
						
						
					 
					
						2005-08-02 09:46:34 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							013352bb43 
							
						 
					 
					
						
						
							
							remove autopart  debug statement  
						
						
						
						
					 
					
						2005-08-02 09:02:52 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							acf6df8b04 
							
						 
					 
					
						
						
							
							Setup tweaks; bzip import  
						
						
						
						
					 
					
						2005-08-02 08:57:26 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							ed6459b304 
							
						 
					 
					
						
						
							
							*** empty log message ***  
						
						
						
						
					 
					
						2005-07-27 14:30:25 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							3ea637a096 
							
						 
					 
					
						
						
							
							More stack for ash.  
						
						
						
						
					 
					
						2005-07-27 11:49:52 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							10aa135d82 
							
						 
					 
					
						
						
							
							Minor cdprobe message additions; usyslogd logs shorter lines  
						
						
						
						
					 
					
						2005-07-26 13:23:13 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							fe3a7d6b5a 
							
						 
					 
					
						
						
							
							MINIX 3, not MINIX3  
						
						
						
						
					 
					
						2005-07-26 13:16:07 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							2293ccfc45 
							
						 
					 
					
						
						
							
							Small fix  
						
						
						
						
					 
					
						2005-07-26 13:14:59 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							e110ef62e3 
							
						 
					 
					
						
						
							
							Rename setupcd.sh to setup.sh  
						
						
						
						
					 
					
						2005-07-26 13:14:36 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							8e8593d1bf 
							
						 
					 
					
						
						
							
							Rename setupcd.sh to setup.sh, setup.sh to floppysetup.sh  
						
						
						
						
					 
					
						2005-07-26 13:14:12 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							154cd91888 
							
						 
					 
					
						
						
							
							*** empty log message ***  
						
						
						
						
					 
					
						2005-07-24 12:55:41 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							2283a4e5c3 
							
						 
					 
					
						
						
							
							Let writeisofs write files longer than 11 chars  
						
						
						
						
					 
					
						2005-07-24 01:18:39 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							9d1772baf8 
							
						 
					 
					
						
						
							
							Various autopart fixes, and new delete-partition feature  
						
						
						
						
					 
					
						2005-07-24 01:16:51 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							8dd28a9a7c 
							
						 
					 
					
						
						
							
							install script fixes - mkfs block size, autopart invocation  
						
						
						
						
					 
					
						2005-07-24 01:16:37 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							e4b4ec7128 
							
						 
					 
					
						
						
							
							Fixes to autopart.  
						
						
						
						
					 
					
						2005-07-23 19:57:13 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							b9e585c81c 
							
						 
					 
					
						
						
							
							autopart, setupcd updates  
						
						
						
						
					 
					
						2005-07-22 18:30:40 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							d5516193f3 
							
						 
					 
					
						
						
							
							Imported treecmp  
						
						
						
						
					 
					
						2005-07-22 18:30:23 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							3a68bd323a 
							
						 
					 
					
						
						
							
							Imported indent  
						
						
						
						
					 
					
						2005-07-22 18:30:14 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							da9b8e45f9 
							
						 
					 
					
						
						
							
							Added dev2name - translate (minor,major) device numbers, or (minor|major<<..)  
						
						... 
						
						
						
						device number, to /dev/* node name. 
						
						
					 
					
						2005-07-21 13:17:56 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							3eb405c3bf 
							
						 
					 
					
						
						
							
							Fixed two uninitialized-data bugs.  
						
						
						
						
					 
					
						2005-07-18 13:44:39 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							5cd673c5ba 
							
						 
					 
					
						
						
							
							Nit in compress about filenames; backup patched to use opendir() and  
						
						... 
						
						
						
						readdir() (old dir format didn't work) 
						
						
					 
					
						2005-07-18 09:33:27 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							355d22ff06 
							
						 
					 
					
						
						
							
							..  
						
						
						
						
					 
					
						2005-07-13 15:08:59 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							0348b8d0ca 
							
						 
					 
					
						
						
							
							Minor improvements for autopart and setupcd  
						
						
						
						
					 
					
						2005-07-13 14:59:43 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							0f746219fc 
							
						 
					 
					
						
						
							
							setup -> setupcd  
						
						
						
						
					 
					
						2005-07-13 13:04:56 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							5dd4862b7e 
							
						 
					 
					
						
						
							
							Fixed some warnings in dosread.c; initial version of autopart  
						
						... 
						
						
						
						(don't try it yet ;)) 
						
						
					 
					
						2005-07-13 10:02:14 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							5c13385e40 
							
						 
					 
					
						
						
							
							Added sync() after logfile i/o to reduce risk of losing log entries after  
						
						... 
						
						
						
						e.g. crashes. 
						
						
					 
					
						2005-07-11 13:19:29 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							054e68baf6 
							
						 
					 
					
						
						
							
							Flex-2.5.4.  
						
						
						
						
					 
					
						2005-07-11 12:54:10 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							9bb373331c 
							
						 
					 
					
						
						
							
							More stack for tar  
						
						
						
						
					 
					
						2005-07-11 12:47:43 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							77f1301ae9 
							
						 
					 
					
						
						
							
							More stack for make  
						
						
						
						
					 
					
						2005-07-11 12:46:27 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							ef795796bf 
							
						 
					 
					
						
						
							
							More stack for acd.  
						
						
						
						
					 
					
						2005-07-11 12:45:57 +00:00 
						 
				 
			
				
					
						
							
							
								Philip Homburg 
							
						 
					 
					
						
						
						
						
							
						
						
							c45ee629ee 
							
						 
					 
					
						
						
							
							More stack for aal.  
						
						
						
						
					 
					
						2005-07-11 12:44:39 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							42050e39f8 
							
						 
					 
					
						
						
							
							kernel and servers send diagnostic messages to IS; IS sends them to TTY  
						
						... 
						
						
						
						and the new log driver if enabled.
new usyslogd is started from /usr/etc/rc. New device created by
MAKEDEV.sh. /var/log created by etc/mtree/minix.tree (on root for
now). Made select() slightly more generic, with less code duplication. 
						
						
					 
					
						2005-07-08 17:30:01 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							c021dafe27 
							
						 
					 
					
						
						
							
							usyslogd - microsyslogd that has a hard-coded configuration (read from  
						
						... 
						
						
						
						/dev/klog and write to /var/log/messages). It's written so that more
sources and outputs could be added easily though. 
						
						
					 
					
						2005-07-08 17:21:50 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Gras 
							
						 
					 
					
						
						
						
						
							
						
						
							5939b6a4d7 
							
						 
					 
					
						
						
							
							. fsck has A for yes-to-all response  
						
						... 
						
						
						
						. mkfs makes filesystems on devices >4GB, but truncates them at 4GB 
						
						
					 
					
						2005-07-04 13:34:24 +00:00