apple macbook/usb keyboard fn key support

2011-07-10 Thread joshua stein
this makes the extra keys on most apple macbooks and apple usb/bluetooth-via-usb keyboards work like they do in mac os. most importantly, fn+up arrow does page up, fn+down does page down, fn+left does home, fn+right does end, fn+backspace does delete, and fn+return does insert. it also makes fn+f

pciide: pass interface for non-compat piix

2011-07-10 Thread joshua stein
this is needed to be able to see the PATA hard drive on a 1st gen macbook air. netbsd made this change 6 years ago. please test on pciide-using machines. Index: pciide.c === RCS file: /cvs/src/sys/dev/pci/pciide.c,v retrieving revi

Re: default label for default route

2011-07-10 Thread Vadim Zhukov
On Monday 11 July 2011 03:04:11 jirib wrote: > Hello, > > what do you think about having automatical label for defualt route - > named 'default' for example? > > I was just trying how to block via pf some traffic which is not on my > lan and 'from route "default"' works nice. > > Of course I can se

default label for default route

2011-07-10 Thread jirib
Hello, what do you think about having automatical label for defualt route - named 'default' for example? I was just trying how to block via pf some traffic which is not on my lan and 'from route "default"' works nice. Of course I can set it manually, but I was curious ;) jirib

La casa de tus sue�os

2011-07-10 Thread casas
CONSTRUCCISN Y DISEQO DE CASAS JARDINES en un DVD (no es un instructivo en video para ver en el reproductores de DVD hogareqos: es una recopilacisn de planos, programas de deseqo ,e-books y tutoriales sobre construccisn y diseqo que incluye videos para ver znicamente en la PC) IDEAL PARA ARQUITEC

Make realpath(3) conform to SUSv4

2011-07-10 Thread Jona Joachim
Hi, I propose this patch to make realpath(3) conform to SUSv4. It is somewhat inspired by FreeBSD. When the second argument "resolved" of realpath(3) is set to NULL, the behaviour is "implementation-defined" according to IEEE Std 1003.1-2004[1], however IEEE Std 1003.1-2008 specifies that realpath(

more cap_mkdb speedup

2011-07-10 Thread Todd C. Miller
This time for terminfo. These are the same basic changes I've made to getcap.c but applied to getinfo.c. Before: $ /usr/bin/time cap_mkdb -i -f obj/terminfo obj/terminfo.src 6.57 real 5.51 user 0.93 sys After: $ /usr/bin/time cap_mkdb -i -f obj/terminfo obj/terminfo.src

Honor nodump flag for directories

2011-07-10 Thread Vadim Zhukov
Hello all. The following patch makes dump(8) honor nodump flag on directories. It's actually ignored currently, forcing you setting it on all files in this directory and its subdirectories. New behaviour is similar to Net and Free (actual code was modelled after Free). Tested on i386 only. I remo

Re: BSD Authentication for popa3d(8)

2011-07-10 Thread Nils Anspach
Nicholas Marriott schrieb am 08.07.2011 um 18:40:46 +0100: > I think this is wrong. WHat do you expect this line to do? > > > + user = name; > I think modifying user might be better left outside. See diff below. In my opinion however, extracting the user from the user:style input, should be