From owner-cvs-sys Thu Dec 4 13:54:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA06381 for cvs-sys-outgoing; Thu, 4 Dec 1997 13:54:33 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA06245; Thu, 4 Dec 1997 13:53:51 -0800 (PST) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02378; Thu, 4 Dec 1997 13:52:48 -0800 (PST) Date: Thu, 4 Dec 1997 13:52:48 -0800 (PST) Message-Id: <199712042152.NAA02378@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot boot.h io.c src/sys/i386/boot/cdboot boot.h cdrom.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/12/04 13:52:48 PST Modified files: sys/i386/boot/biosboot boot.h io.c sys/i386/boot/cdboot boot.h cdrom.c Log: Finally, implement a mini-parser for RockRidge alternative filenames, so the filenames can be displayed and selected in full beauty. If RR is present, the match is now case-sensitive, if RR is missing, the match is case-insensitive (as it used to be before). Revision Changes Path 1.23 +3 -5 src/sys/i386/boot/biosboot/boot.h 1.25 +4 -10 src/sys/i386/boot/biosboot/io.c 1.2 +3 -2 src/sys/i386/boot/cdboot/boot.h 1.3 +52 -16 src/sys/i386/boot/cdboot/cdrom.c