⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 讲述linux的初始化过程
💻
📖 第 1 页 / 共 4 页
字号:
===============================================================================Changes for patch v135Work sponsored by SGI- Removed compatibility entries for virtual console capture devices- Removed unused <devfs_set_symlink_destination>- Removed compatibility entries for serial devices- Removed compatibility entries for console devices- Do not hide entries from devfsd or children- Removed DEVFS_FL_TTY_COMPAT flag- Removed "nottycompat" boot option- Removed <devfs_mk_compat>===============================================================================Changes for patch v136Work sponsored by SGI- Moved BSD pty devices to /dev/pty- Added DEVFS_FL_WAIT flag===============================================================================Changes for patch v137Work sponsored by SGI- Really fixed bug in fs/partitions/check.c when rescanning- Support new "disc" naming scheme in <get_removable_partition>- Allow NULL fops in <devfs_register>- Removed redundant name functions in SCSI disc and IDE drivers===============================================================================Changes for patch v138Work sponsored by SGI- Fixed old bugs in drivers/block/paride/pt.c, drivers/char/tpqic02.c,  drivers/net/wan/cosa.c and drivers/scsi/scsi.c  Thanks to Sergey Kubushin <ksi@ksi-linux.com>- Fall back to major table if NULL fops given to <devfs_register>===============================================================================Changes for patch v139Work sponsored by SGI- Corrected and moved <get_blkfops> and <get_chrfops> declarations  from arch/alpha/kernel/osf_sys.c to include/linux/fs.h- Removed name function from struct gendisk- Updated devfs FAQ===============================================================================Changes for patch v140Work sponsored by SGI- Ported to kernel 2.3.27===============================================================================Changes for patch v141Work sponsored by SGI- Bug fix in arch/m68k/atari/joystick.c- Moved ISDN and capi devices to /dev/isdn===============================================================================Changes for patch v142Work sponsored by SGI- Bug fix in drivers/block/ide-probe.c (patch confusion)===============================================================================Changes for patch v143Work sponsored by SGI- Bug fix in drivers/block/blkpg.c:partition_name()===============================================================================Changes for patch v144Work sponsored by SGI- Ported to kernel 2.3.29- Removed calls to <devfs_register> from cdu31a, cm206, mcd and mcdx  CD-ROM drivers: generic driver handles this now- Moved joystick devices to /dev/joysticks===============================================================================Changes for patch v145Work sponsored by SGI- Ported to kernel 2.3.30-pre3- Register whole-disc entry even for invalid partition tables- Fixed bug in mounting root FS when initrd enabled- Fixed device entry leak with IDE CD-ROMs- Fixed compile problem with drivers/isdn/isdn_common.c- Moved COSA devices to /dev/cosa- Support fifos when unregistering- Created <devfs_register_series> and used in many drivers- Moved Coda devices to /dev/coda- Moved parallel port IDE tapes to /dev/pt- Moved parallel port IDE generic devices to /dev/pg===============================================================================Changes for patch v146Work sponsored by SGI- Removed obsolete DEVFS_FL_COMPAT and DEVFS_FL_TOLERANT flags- Fixed compile problem with fs/coda/psdev.c- Reinstate change to <devfs_register_blkdev> in  drivers/block/ide-probe.c now that fs/isofs/inode.c is fixed- Switched to <devfs_register_blkdev> in drivers/block/floppy.c,  drivers/scsi/sr.c and drivers/block/md.c- Moved DAC960 devices to /dev/dac960===============================================================================Changes for patch v147Work sponsored by SGI- Ported to kernel 2.3.32-pre4===============================================================================Changes for patch v148Work sponsored by SGI- Removed kmod support: use devfsd instead- Moved miscellaneous character devices to /dev/misc===============================================================================Changes for patch v149Work sponsored by SGI- Ensure include/linux/joystick.h is OK for user-space- Improved debugging in <get_vfs_inode>- Ensure dentries created by devfsd will be cleaned up===============================================================================Changes for patch v150Work sponsored by SGI- Ported to kernel 2.3.34===============================================================================Changes for patch v151Work sponsored by SGI- Ported to kernel 2.3.35-pre1- Created <devfs_get_name>===============================================================================Changes for patch v152Work sponsored by SGI- Updated sample modules.conf- Ported to kernel 2.3.36-pre1===============================================================================Changes for patch v153Work sponsored by SGI- Ported to kernel 2.3.42- Removed <devfs_fill_file>===============================================================================Changes for patch v154Work sponsored by SGI- Took account of device number changes for /dev/fb*===============================================================================Changes for patch v155Work sponsored by SGI- Ported to kernel 2.3.43-pre8- Moved /dev/tty0 to /dev/vc/0- Moved sequence number formatting from <_tty_make_name> to drivers===============================================================================Changes for patch v156Work sponsored by SGI- Fixed breakage in drivers/scsi/sd.c due to recent SCSI changes===============================================================================Changes for patch v157Work sponsored by SGI- Ported to kernel 2.3.45===============================================================================Changes for patch v158Work sponsored by SGI- Ported to kernel 2.3.46-pre2===============================================================================Changes for patch v159Work sponsored by SGI- Fixed drivers/block/md.c  Thanks to Mike Galbraith <mikeg@weiden.de>- Documentation fixes- Moved device registration from <lp_init> to <lp_register>  Thanks to Tim Waugh <twaugh@redhat.com>===============================================================================Changes for patch v160Work sponsored by SGI- Fixed drivers/char/joystick/joystick.c  Thanks to Vojtech Pavlik <vojtech@suse.cz>- Documentation updates- Fixed arch/i386/kernel/mtrr.c if procfs and devfs not enabled- Fixed drivers/char/stallion.c===============================================================================Changes for patch v161Work sponsored by SGI- Remove /dev/ide when ide-mod is unloaded- Fixed bug in drivers/block/ide-probe.c when secondary but no primary- Added DEVFS_FL_NO_PERSISTENCE flag- Used new DEVFS_FL_NO_PERSISTENCE flag for Unix98 pty slaves- Removed unnecessary call to <update_devfs_inode_from_entry> in  <devfs_readdir>- Only set auto-ownership for /dev/pty/s*===============================================================================Changes for patch v162Work sponsored by SGI- Set inode->i_size to correct size for symlinks  Thanks to Jeremy Fitzhardinge <jeremy@goop.org>- Only give lookup() method to directories to comply with new VFS  assumptions- Remove unnecessary tests in symlink methods- Don't kill existing block ops in <devfs_read_inode>- Restore auto-ownership for /dev/pty/m*===============================================================================Changes for patch v163Work sponsored by SGI- Don't create missing directories in <devfs_find_handle>- Removed Documentation/filesystems/devfs/mk-devlinks- Updated Documentation/filesystems/devfs/README===============================================================================Changes for patch v164Work sponsored by SGI- Fixed CONFIG_DEVFS breakage in drivers/char/serial.c introduced in  linux-2.3.99-pre6-7===============================================================================Changes for patch v165Work sponsored by SGI- Ported to kernel 2.3.99-pre6===============================================================================Changes for patch v166Work sponsored by SGI- Added CONFIG_DEVFS_MOUNT===============================================================================Changes for patch v167Work sponsored by SGI- Updated Documentation/filesystems/devfs/README- Updated sample modules.conf===============================================================================Changes for patch v168Work sponsored by SGI- Disabled multi-mount capability (use VFS bindings instead)- Updated README from master HTML file===============================================================================Changes for patch v169Work sponsored by SGI- Removed multi-mount code- Removed compatibility macros: VFS has changed too much===============================================================================Changes for patch v170Work sponsored by SGI- Updated README from master HTML file- Merged devfs inode into devfs entry===============================================================================Changes for patch v171Work sponsored by SGI- Updated sample modules.conf- Removed dead code in <devfs_register> which used to call  <free_dentries>- Ported to kernel 2.4.0-test2-pre3===============================================================================Changes for patch v172Work sponsored by SGI- Changed interface to <devfs_register>- Changed interface to <devfs_register_series>===============================================================================Changes for patch v173Work sponsored by SGI- Simplified interface to <devfs_mk_symlink>- Simplified interface to <devfs_mk_dir>- Simplified interface to <devfs_find_handle>===============================================================================Changes for patch v174Work sponsored by SGI- Updated README from master HTML file===============================================================================Changes for patch v175Work sponsored by SGI- DocBook update for fs/devfs/base.c  Thanks to Tim Waugh <twaugh@redhat.com>- Removed stale fs/tunnel.c (was never used or completed)===============================================================================Changes for patch v176Work sponsored by SGI- Updated ToDo list- Removed sample modules.conf: now distributed with devfsd- Updated README from master HTML file- Ported to kernel 2.4.0-test3-pre4 (which had devfs-patch-v174)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -