search for: olecom

Displaying 9 results from an estimated 9 matches for "olecom".

2011 Jul 29
1
sshd’s ForceCommand and ssh’s "–N Do not execute a remote command"
...ceCommand, no `ssh ?N` must skip this *forced* server?s setup, isn?t it? But it isn?t so. Thus, admin may think that the command is forced by a server, but user can skip that. In such case only port forwarding is available, but anyway *force* is meaningless, IMHO. -- sed 'sed && sh + olecom = love'? <<? '' -o--=O`C ?#oo'L O <___=E M
2008 Mar 21
0
why klibc? (Re: Polling again: switch the list over to subscriber-only?)
...programs. * codecs * media players klibc is a good place to start even for aged kernel developers to do better, not sucking userspace. * boot * kernel run-time configuration * early userspace configuration and setup * efficient * shell * text-processing tools http://kernelnewbies.org/olecom + test bed (workability, security) for kernel interfaces + IDE for kernel development and usage - better, smart console (user-friendly, not legacy input and output) - smart and efficient text-based UI library - library of scripts and tools to make userspace (now mainly usr/inlude, g...
2008 Mar 26
1
the most simply attempt [ibmdos_1978@MYS.CO.JP: 15 tips on mind blowing foreplay]
| Date: Wed, 26 Mar 2008 12:06:21 +0200 | From: Rain Myers <ibmdos_1978 at MYS.CO.JP> | To: klibc at zytor.com | Subject: [klibc] 15 tips on mind blowing foreplay > Date: Fri, 21 Mar 2008 13:04:20 -0700 > From: "H. Peter Anvin" > To: klibc list <klibc at zytor.com> ^^^^^^^^^^^^ to agree to include this in address field ('to' or 'cc'), otherwise
2007 Oct 19
1
Size and performance efficient rewriting of the `dash.test` built-in
== Proposition A. Do not implement `-a' and `-o'. == Why. 1. Most of the `test` usage is 2 or 3 arg. ops. 2. Issues (and possible `||', `&&' substitutions), described in [0] [0] http://www.opengroup.org/onlinepubs/000095399/utilities/test.html 3. In case of usage of it, `exec /usr/bin/test $args` can be implemented. Thus, smart users of `-a' and `-o' will
2007 Sep 26
2
[Bridge] [PATCH] Module use count must be updated as bridges are created/destroyed
Otherwise 'modprobe -r' on a module having a dependency on bridge will implicitly unload bridge, bringing down all connectivity that was using bridges. Signed-off-by: Jan Beulich <jbeulich@novell.com> net/bridge/br_if.c | 9 +++++++++ 1 file changed, 9 insertions(+) --- linux-2.6.23-rc8/net/bridge/br_if.c 2007-09-26 09:23:54.000000000 +0200 +++
2007 Oct 16
2
Discussing `dash' in klibc mailing list
Peter, i ask you to permit discussion of `dash' in the klibc list. Pulled reasons are, that bugs and followups are distributed in bug tracking systems with arbitrary decisions. In the klibc there are also changes, that can be discussed widely, and opinions with possible solutions published. So far i have two problems. First is proposed change for test(1):
2007 Nov 13
0
`chroot` doesn't do `cd` to destination rootdir
Was it intentional feature, or it is a bug? Bug, because if, say initramfs `init` has # chroot /rootfs /bin/sh -i <>/rootfs/dev/tty2 1>&0 2>&0 # without any prior `cd`, then current directory will be one of the `init`, even if it is displayed by tools as `/' inside the chroot. ____
2008 Mar 26
0
nop a syscall (root hole) on 64-bits
... or buddy userspace. patching `sys_vmsplice()' with `ret'. 1)# echo -e '\xc3' | dd of=/dev/kmem bs=1 count=1 seek=$((0x`cat /proc/kallsyms|grep sys_vmsplice | awk {'print $1'}`)) 2)# echo -e '\xc3' | dd of=/dev/kmem bs=1 count=1 seek=$((0x`awk '/sys_vmsplice/ { print $1; }' /proc/kallsyms`)) my try: # # printf "\xC3" | dd bs=1
2007 Sep 07
1
Development forever
Hallo, Peter. Cheers, developers! I'd like to join this effort, in case i'll useful with my crazy stuff. First of all, please consider subscribing this ML to Gmane interface. It would be great! Especially, if you will provide full-text archives for importing. (All that web archives suck, you know. Small and big archives are most easily handled with news server/reader.) Secondly. Did you