]>
Zhao Yanbai Git Server - minix.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Gras [Thu, 12 May 2005 16:03:43 +0000 (16:03 +0000)]
added code to un-register tty's interrupt at exit time; fixed compiler
warnings
Jorrit Herder [Wed, 11 May 2005 09:02:00 +0000 (09:02 +0000)]
User-space networking!
- RTL8139 driver moved to user-space;
- PCI code moved to user-space;
Fixed IRQ hook dump at IS server.
Jorrit Herder [Tue, 10 May 2005 11:06:24 +0000 (11:06 +0000)]
Fixed some system call checks;
Added SYS_PHYSVCOPY system call;
Fixed IRQ hooks dump in IS server;
Ben Gras [Mon, 9 May 2005 14:35:26 +0000 (14:35 +0000)]
userlandified and enabled PTY's
Ben Gras [Mon, 9 May 2005 13:40:54 +0000 (13:40 +0000)]
Make output of partition visible
Ben Gras [Mon, 9 May 2005 13:40:08 +0000 (13:40 +0000)]
hide non-copying install Makefile actions
Ben Gras [Mon, 9 May 2005 13:39:23 +0000 (13:39 +0000)]
changed [skip]ped tests to start working, even with the large LINK_MAX
Ben Gras [Mon, 9 May 2005 08:54:18 +0000 (08:54 +0000)]
Fixed compiler warnings about kprintf() argument
Ben Gras [Mon, 9 May 2005 08:52:21 +0000 (08:52 +0000)]
Hide messages about install (changing stack+data size)
Ben Gras [Mon, 9 May 2005 08:51:07 +0000 (08:51 +0000)]
/ install partition size 1440kB -> 16MB (ast)
Ben Gras [Mon, 9 May 2005 08:44:55 +0000 (08:44 +0000)]
rename run.sh to run (ast)
Ben Gras [Mon, 9 May 2005 08:38:47 +0000 (08:38 +0000)]
Made us a mighty pretty progress indicator for the setup script.
Ben Gras [Wed, 4 May 2005 13:47:05 +0000 (13:47 +0000)]
Some permissions issues with installs fixed
Ben Gras [Wed, 4 May 2005 13:46:34 +0000 (13:46 +0000)]
*** empty log message ***
Ben Gras [Wed, 4 May 2005 13:45:29 +0000 (13:45 +0000)]
installed some binaries in /bin too
Ben Gras [Wed, 4 May 2005 13:43:57 +0000 (13:43 +0000)]
New message, typo
Ben Gras [Wed, 4 May 2005 09:37:12 +0000 (09:37 +0000)]
install scripts executable (even if they aren't in the working directory)
Ben Gras [Wed, 4 May 2005 09:31:54 +0000 (09:31 +0000)]
*** empty log message ***
Ben Gras [Wed, 4 May 2005 09:31:32 +0000 (09:31 +0000)]
Notice
Ben Gras [Wed, 4 May 2005 09:30:49 +0000 (09:30 +0000)]
polish
Ben Gras [Wed, 4 May 2005 09:29:52 +0000 (09:29 +0000)]
/boot and /minix -> /boot/boot and /boot/image changes
Ben Gras [Wed, 4 May 2005 09:29:24 +0000 (09:29 +0000)]
Made building of homedirs actually work ($ -> $$ makefile/shell variable issue)
Ben Gras [Wed, 4 May 2005 09:28:58 +0000 (09:28 +0000)]
fixed compile warning
Ben Gras [Wed, 4 May 2005 09:28:37 +0000 (09:28 +0000)]
mm -> pm fixes
CTRL nitpick in setup ;)
un-executable scripts fixes
Ben Gras [Wed, 4 May 2005 09:27:47 +0000 (09:27 +0000)]
mm -> pm fixes
Ben Gras [Tue, 3 May 2005 15:43:12 +0000 (15:43 +0000)]
Made setup.sh more CD-aware (understand that the system looks like an
installed system already, but isn't).
Install sed in /bin too, so /etc/rc can use it for some /usr magic before
/usr is mounted.
Ben Gras [Tue, 3 May 2005 15:41:39 +0000 (15:41 +0000)]
Must be able to run FP.compile if FP.compile isn't an executable script.
Ben Gras [Tue, 3 May 2005 15:41:02 +0000 (15:41 +0000)]
Fixed an mtree bugs that caused permissions and ownerships for / to
be wrong.
Made the install process quieter when install already done.
rc and daily now is more readonly-/usr aware (for cd).
Ben Gras [Tue, 3 May 2005 15:39:41 +0000 (15:39 +0000)]
Raised version to 3.0.2 in config.h
Told the Makefile not to panic if creating /usr/include due to it existing
(due to bin not being allowed to create it) fails, this smoothens installs
done by bin (instead of root).
Ben Gras [Tue, 3 May 2005 15:38:41 +0000 (15:38 +0000)]
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 [Tue, 3 May 2005 15:37:34 +0000 (15:37 +0000)]
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 [Tue, 3 May 2005 15:35:52 +0000 (15:35 +0000)]
Rename mm (memory manager) to pm (process manager), involved renaming
dir..
Ben Gras [Tue, 3 May 2005 09:15:37 +0000 (09:15 +0000)]
Fixed compile break (no install target)
Ben Gras [Tue, 3 May 2005 09:05:17 +0000 (09:05 +0000)]
Fixed clean target a little more
Ben Gras [Tue, 3 May 2005 09:03:55 +0000 (09:03 +0000)]
bugfix from jnherder
Ben Gras [Tue, 3 May 2005 09:02:47 +0000 (09:02 +0000)]
. 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 [Tue, 3 May 2005 08:59:28 +0000 (08:59 +0000)]
*** empty log message ***
Ben Gras [Tue, 3 May 2005 08:59:13 +0000 (08:59 +0000)]
made 2 error messages less ambiguous
Ben Gras [Tue, 3 May 2005 08:58:18 +0000 (08:58 +0000)]
. 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 [Tue, 3 May 2005 08:56:01 +0000 (08:56 +0000)]
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 [Tue, 3 May 2005 08:54:36 +0000 (08:54 +0000)]
release package script polish
Ben Gras [Tue, 3 May 2005 08:54:01 +0000 (08:54 +0000)]
Fixed some compiler breakage (MM_PROC_NR renamed)
Ben Gras [Tue, 3 May 2005 08:52:41 +0000 (08:52 +0000)]
boot odds and ends. unfinished cd-detection work.
Ben Gras [Tue, 3 May 2005 08:48:26 +0000 (08:48 +0000)]
Added man 'making'
Jorrit Herder [Mon, 2 May 2005 14:38:21 +0000 (14:38 +0000)]
*** empty log message ***
Jorrit Herder [Mon, 2 May 2005 14:30:04 +0000 (14:30 +0000)]
*** empty log message ***
Ben Gras [Mon, 2 May 2005 13:12:14 +0000 (13:12 +0000)]
Forgot these top-level manpages (right place?)
Ben Gras [Mon, 2 May 2005 13:01:42 +0000 (13:01 +0000)]
Added man pages.
Jorrit Herder [Fri, 29 Apr 2005 15:36:43 +0000 (15:36 +0000)]
*** empty log message ***
Ben Gras [Mon, 25 Apr 2005 13:55:46 +0000 (13:55 +0000)]
Location of servers.
Ben Gras [Mon, 25 Apr 2005 13:50:26 +0000 (13:50 +0000)]
Added /usr/etc files to src.
Ben Gras [Fri, 22 Apr 2005 16:16:23 +0000 (16:16 +0000)]
Fixing make install and chroot make process; revision should not be part
of cvs
Ben Gras [Fri, 22 Apr 2005 15:53:53 +0000 (15:53 +0000)]
two useless files
Ben Gras [Fri, 22 Apr 2005 15:53:24 +0000 (15:53 +0000)]
no man yet
Ben Gras [Fri, 22 Apr 2005 15:28:14 +0000 (15:28 +0000)]
took out debugging printf() cause it makes the install look messy
Ben Gras [Fri, 22 Apr 2005 15:26:50 +0000 (15:26 +0000)]
took out lots of ugly debugging stuff
Ben Gras [Fri, 22 Apr 2005 15:20:05 +0000 (15:20 +0000)]
bugfix.. r isn't an error in 'return r'
Ben Gras [Fri, 22 Apr 2005 13:56:32 +0000 (13:56 +0000)]
Added homedir of ast
Ben Gras [Fri, 22 Apr 2005 13:31:32 +0000 (13:31 +0000)]
Created /dev/random minor device number
Ben Gras [Fri, 22 Apr 2005 13:30:16 +0000 (13:30 +0000)]
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 [Fri, 22 Apr 2005 13:29:02 +0000 (13:29 +0000)]
Added /dev/random and /dev/urandom (don't work yet though)
Ben Gras [Fri, 22 Apr 2005 13:28:22 +0000 (13:28 +0000)]
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 [Fri, 22 Apr 2005 13:25:17 +0000 (13:25 +0000)]
preparation for /dev/random
Ben Gras [Fri, 22 Apr 2005 11:09:06 +0000 (11:09 +0000)]
Fixed ram disk loading for whenever the block sizes match.
Ben Gras [Thu, 21 Apr 2005 16:25:29 +0000 (16:25 +0000)]
test
Ben Gras [Thu, 21 Apr 2005 16:24:25 +0000 (16:24 +0000)]
*** empty log message ***
Ben Gras [Thu, 21 Apr 2005 16:17:46 +0000 (16:17 +0000)]
to test notification
Ben Gras [Thu, 21 Apr 2005 14:53:53 +0000 (14:53 +0000)]
Initial revision