This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: src/conf.c | |
=================================================================== | |
RCS file: /usr/home/sumikawa/.cvsroot/mpd/src/conf.c,v | |
retrieving revision 1.1.1.3 | |
retrieving revision 1.2 | |
diff -u -r1.1.1.3 -r1.2 | |
--- src/conf.c 20 Oct 2004 19:14:59 -0000 1.1.1.3 | |
+++ src/conf.c 20 Oct 2004 20:35:32 -0000 1.2 | |
@@ -37,7 +37,7 @@ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: ata-all.c | |
=================================================================== | |
RCS file: /cvsroot/kame/kame/freebsd4/sys/dev/ata/ata-all.c,v | |
retrieving revision 1.1.1.5 | |
diff -u -r1.1.1.5 ata-all.c | |
--- ata-all.c 2001/09/25 04:59:19 1.1.1.5 | |
+++ ata-all.c 2001/12/24 05:59:59 | |
@@ -256,17 +256,23 @@ | |
case 0x71118086: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the | |
# Debian X Configuration tool, using values from the debconf database. | |
# | |
# Edit this file with caution, and see the XF86Config manual page. | |
# (Type "man XF86Config" at the shell prompt.) | |
Section "Files" | |
# if the local font server has problems, we can fall back on these | |
FontPath "/usr/X11R6/lib/X11/fonts/misc" | |
FontPath "/usr/X11R6/lib/X11/fonts/local" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: dev/ichsmb/ichsmb_pci.c | |
=================================================================== | |
RCS file: /cvsroot/kame/kame/freebsd4/sys/dev/ichsmb/ichsmb_pci.c,v | |
retrieving revision 1.3 | |
diff -u -r1.3 ichsmb_pci.c | |
--- dev/ichsmb/ichsmb_pci.c 2002/02/08 16:52:49 1.3 | |
+++ dev/ichsmb/ichsmb_pci.c 2002/02/12 20:06:02 | |
@@ -67,6 +67,7 @@ | |
#define ID_81801AA 0x24138086 | |
#define ID_81801AB 0x24238086 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: if_wi.c | |
=================================================================== | |
RCS file: /cvsroot/kame/kame/freebsd4/sys/i386/isa/if_wi.c,v | |
retrieving revision 1.1.1.6 | |
retrieving revision 1.12 | |
diff -u -r1.1.1.6 -r1.12 | |
--- if_wi.c 2002/02/07 01:32:00 1.1.1.6 | |
+++ if_wi.c 2002/02/16 23:10:49 1.12 | |
@@ -123,6 +123,13 @@ | |
static u_int8_t wi_mcast_addr[6] = { 0x01, 0x60, 0x1D, 0x00, 0x01, 0x00 }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Lite.pm- Tue Mar 27 19:51:15 2007 | |
+++ Lite.pm Tue Mar 27 17:39:37 2007 | |
@@ -1369,7 +1369,7 @@ | |
} | |
my $tagattrs = join($tagjoiner, '', map { sprintf '%s="%s"', $_, SOAP::Utils::encode_attribute($attrs->{$_}) } | |
grep { $_ && defined $attrs->{$_} && ($_ ne 'xsi:type' || $attrs->{$_} ne '') | |
- } keys %$attrs); | |
+ } sort keys %$attrs); | |
if ($value gt '') { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- xf86Config.c.orig Sat Apr 3 01:09:48 1999 | |
+++ xf86Config.c Sat Apr 3 01:10:57 1999 | |
@@ -3464,7 +3464,7 @@ | |
driver->clocks = 2; | |
} | |
- if ((p->Clock / 1000) > (driver->maxClock / 1000)) | |
+ if (0) | |
clock_too_high = TRUE; | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# GENERIC -- Generic kernel configuration file for FreeBSD/i386 | |
# | |
# For more information on this file, please read the handbook section on | |
# Kernel Configuration Files: | |
# | |
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html | |
# | |
# The handbook is also available locally in /usr/share/doc/handbook | |
# if you've installed the doc distribution, otherwise always see the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Device Mountpoint FStype Options Dump Pass# | |
/dev/ad0s1b none swap sw 0 0 | |
/dev/ad0s1a / ufs rw 1 1 | |
proc /proc procfs rw 0 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /etc/ttys Mon Aug 23 21:43:13 2004 | |
+++ ttys Fri Feb 24 10:01:57 2006 | |
@@ -30,18 +30,9 @@ | |
# | |
# If console is marked "insecure", then init will ask for the root password | |
# when going to single-user mode. | |
-console none unknown off secure | |
+console "/usr/libexec/getty std.9600" vt100 on secure | |
# | |
ttyv0 "/usr/libexec/getty Pc" cons25 on secure |
NewerOlder