| From | Subject | Date |
|---|---|---|
| Theodore Ts'o | Important! Bug in /usr/include/ctypes.h
I found the problem which caused "mcopy a:*.c ." to files with
unreadable filenames. The problem was that it was trying to convert the
uppercase MS-DOS filenames to lowercase, and this was failing because
tolower() is incorrectly defined in ctype.h: the plus sign should be a
minus sign.
diff -r1.1 ctype.h
31c31
< #define tolower(c) (_ctmp=c,isupper(_ctmp)?_ctmp+('a'+'A'):_ctmp)
If you are trying to port programs to Linux, you should apply this patch
to your ctype.h --- it could save you a l...
| Nov 15, 7:42 pm 1991 |
| Peter MacDonald | linux, compilers and paging
One of the things I find anoying about minix is having multiple compilers
(just bcc and gcc). Just using one compiler (gcc in linux) really helps
adhere to the KISS principle. But as Robert Blum points out, gcc is
a hog. I guess this is why we see the 1.7 Meg buffer caches.
While paging might be nice, you still have to reload gcc N times to compile
an N module program, for the typical makefile. The only other way I see
around the huge buffer cache is to implement the sticky bit to keep a
pr...
| Nov 15, 5:11 pm 1991 |
| proven | No subject found in mail header
Ok, if no one else is working on a VFS layer, I will. I'll also try to
get a first cut done for the 0.11 release but I'll make no promisses.
CAP
| Nov 15, 12:40 pm 1991 |
| Robert Blum | FTP-Server tupac-amaru
Hi Linuxers!
As arl pointed out in an earlier posting, there was no directory to put images
or files in on tupac-amaru. This has now changed, so if anybody wants to upload
something, just change to /pub/msdos/replace/incoming.
This should be writeable to the world. So arl, would you please be so kind
and upload the new images?
Thank you!
Oh, before I forget it: Is nobody out there working on concrete projects?
I've still got no mail with any extensions to the TODO list....
And again the que...
| Nov 15, 11:53 am 1991 |
| previous day | today | next day |
|---|---|---|
| November 14, 1991 | November 15, 1991 | November 16, 1991 |
| Rafael J. Wysocki | [Bug #10493] mips BCM47XX compile error |
| Ingo Molnar | [patch 02/13] syslets: add syslet.h include file, user API/ABI definitions |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrea Arcangeli | [PATCH 00 of 11] mmu notifier #v16 |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Mark Lord | Re: [BUG] New Kernel Bugs |
