]> git.neil.brown.name Git - history.git/commit
[PATCH] Linux-0.95a (March 17, 1992) 0.95a
authorLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:09:00 +0000 (15:09 -0500)
committerLinus Torvalds <torvalds@linuxfoundation.org>
Fri, 23 Nov 2007 20:09:00 +0000 (15:09 -0500)
commite4f545034f3192df282bd3503f5d1ea668151b2d
tree5436ee92f8d2a24e3106ba64474967caf55e9864
parente6c7a63f3cc9898b82d65ac3bda90d543a471c17
[PATCH] Linux-0.95a (March 17, 1992)

Oops.  I had forgotten to change the kernel version number in 0.95 (so
it showed as 0.12).

 - 80x50 console on standard VGA
 - do "memcpy_fromfs()" and "memcpy_tofs()" rather than byte-at-a-time
   to improve performance (inspired by some earlier patches by Keith White)
 - allow select() on many more file descriptors
 - support up to 4 serial ports (and increase buffering size)
 - Branko Lankester helped make extended partitions work and implemented
   DM partition table support

The big deal in the release notes is actually that the root diskette
maintainership had been moved over to Jim Winstead Jr.
33 files changed:
Makefile
boot/setup.S
fs/block_dev.c
fs/buffer.c
fs/fasterdisk.pat [new file with mode: 0644]
fs/inode.c
fs/minix/file_dev.c
fs/minix/truncate.c
fs/select.c
include/asm/io.h
include/asm/segment.h
include/linux/config.h
include/linux/fs.h
include/linux/sched.h
include/linux/timer.h
include/linux/tty.h
include/termios.h
init/main.c
kernel/blk_drv/blk.h
kernel/blk_drv/floppy.c
kernel/blk_drv/hd.c
kernel/chr_drv/console.c
kernel/chr_drv/keyboard.S
kernel/chr_drv/rs_io.s
kernel/chr_drv/serial.c
kernel/chr_drv/tty_io.c
kernel/chr_drv/tty_ioctl.c
kernel/exit.c
kernel/ptrace.c
kernel/sched.c
mm/Makefile
mm/memory.c
mm/swap.c