search for: wildopensource

Displaying 16 results from an estimated 16 matches for "wildopensource".

2003 Nov 05
6
[PATCH] Link breaks for large NR_CPUS
...3 to link correctly when the kernel is configured with a large NR_CPUS. We do have an immediate need for this patch. Any opinions on this? The per-cpu lists are causing the kmalloc to fail due to allocating more than the max. thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1356 -> 1.1357 # fs/...
2003 Apr 14
2
[Bug 76] Bitmask problems in include/netfilter_ipv4/lockhelp.h
...g changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From mort@wildopensource.com 2003-04-09 01:35 ------- Created an attachment (id=18) Suggested fix for the bug. Changing 1 into 1UL. ------- Additional Comments From laforge@netfilter.org 2003-04-14 09:48 ------- Am I somehow mistaken, but since when does the Linux kernel support more than 32 CPU's ? I always thoug...
2003 Nov 24
1
[PATCH] library functions
Hi, Here are some new library functions for klibc. Some of them are required for udev, which currently has a klibc_fixups.c file that implements these functions. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.247 -> 1.248 #...
2003 Nov 13
2
early userspace goals
...or the last couple days. What are the goals of early userspace? Is the end goal to use it as an initrd replacement or is it simply to do all the mounting (nfsroot, initrd, hard disk) that is currently done in init/do_mounts*? thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296
2003 Nov 14
1
initramfs gunzip problems.
...following patch. I realize this isn't a really good patch (it doesn't even wait to check the status of the state machine), but it fixes my problems. Any ideas why I'm seeing the second header in the same initramfs image? mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 ===== initramfs.c 1.12 vs edited ===== --- 1.12/init/initramfs.c Sat Oct 18 11:25:50 2003 +++ edited/initramfs.c Fri Nov 14 10:32:47 2003 @@ -459,6 +459,8 @@ makecrc(); if (gunzip()) message = "ungzip failed"; + else + break; if (state != Reset)...
2003 Nov 20
0
[patch] spotless target for kinit
A tiny patch to add a spotless target to the kinit Makefile -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.241 -> 1.242 #...
2003 Nov 21
1
cpio archiving unpacking problem
...pio state machine in initramfs.c I've tried sys directories outside of / and they seem to work. I thought it might be due to having multiple empty directories in a row (alphabetically), but that doesn't seem to matter. thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296
2003 Nov 25
2
[patch] ftruncate & vsyslog
Hi, Two patches to add ftruncate and vsyslog syscalls. These were in the klibc that Greg K-H has in the udev tarball. I got his permission to contribute them to the main-line klibc. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 -------------- next part -------------- A non-text attachment was scrubbed... Name: klibc-ftruncate.diff Type: text/x-patch Size: 1248 bytes Desc: not available Url : http://www.zytor.com/pipermail/klibc/attachments/20031123/54ffb6bf/klibc-ftruncate.bin -------------- next par...
2003 Nov 24
1
ia64 mis-merge
...getting the following error: <olh> libc.so(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_' <olh> tests/getenvtest.o(.got.plt+0x0): first defined here <olh> make[2]: *** [tests/getenvtest.shared] Error 1 mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 diff -uNr klibc-0.83.vanilla/klibc/arch/ia64/Makefile.inc klibc-0.83/klibc/arch/ia64/Makefile.inc --- klibc-0.83.vanilla/klibc/arch/ia64/Makefile.inc 2003-11-23 19:37:05.000000000 -0500 +++ klibc-0.83/klibc/arch/ia64/Makefile.inc 2003-11-24 08:38:30.111959378 -0500 @@ -8,7 +8...
2003 Nov 24
2
[PATCH] small addition to ia64's archsignal.h
Hi Peter, I need this small patch to get udev to compile against the latest klibc. I'm not sure if this is the right thing to do, but it fixes the compile. thanks mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.245 -> 1.246 # klibc/...
2003 Nov 24
1
[PATCH] fix off-by-one correction in ctypes
Me again, Here's a patch to fix ctypes. There was an off-by-one correction that looks like it isn't needed. Boundary conditions and single-entry items, like isspace(), now work for me. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.248 -> 1.249 # klibc/...
2003 Dec 08
0
[PATCH] Add some libgcc stuff to ia64's Makefile.inc
Hi, Here is a fix for some missing libgcc magic in the ia64 build. A recent problem with udev uncovered this. PPC needs a similar fix. Olaf will send a patch, I imagine. Both unified diff and bk diff (for Bryan) are attached. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 -------------- next part -------------- # User: mort # Host: green.i.bork.org # Root: /home/mort/src/klibc.bk # Patch vers: 1.3 # Patch type: REGULAR == ChangeSet == hpa@zytor.com|ChangeSet|20020723064121|00000|f8a756c36aa22cad mort@green.i.bork.org|ChangeSet|20031201191320|...
2003 Nov 24
1
[PATCH] fix pipe() for ia64
Pipe's a strange syscall. Here is a fix for ia64. mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296 # This is a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.249 -> 1.250 #...
2003 Nov 28
1
problems when exec()ing /sbin/init from an initramfs
...ev=makedev(5, 1), ...}) = 0 stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/proc", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0 mount("proc", "/proc", "proc", , 0 TIA, mh -- Martin Hicks Wild Open Source Inc. mort@wildopensource.com 613-266-2296
2006 Jun 26
0
[klibc 25/43] ia64 support for klibc
...e}\n"; + close(OUT); +} + +1; diff --git a/usr/klibc/arch/ia64/vfork.S b/usr/klibc/arch/ia64/vfork.S new file mode 100644 index 0000000..1a84902 --- /dev/null +++ b/usr/klibc/arch/ia64/vfork.S @@ -0,0 +1,42 @@ +/* + * ia64 specific vfork syscall + * + * Written By: Martin Hicks <mort at wildopensource.com> + * + */ + +/* This syscall is a special case of the clone syscall */ +#include <asm/unistd.h> +#include <asm/signal.h> +#include <klibc/archsys.h> + +/* These are redefined here because linux/sched.h isn't safe for + * inclusion in asm. + */ +#define CLONE_VM 0x000...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: