UPDATE: xkeyboard-config 2.6

2012-06-02 Thread Alexandr Shadchin
Hi, This update xkeyboard-config to the latest release 2.6. http://koba.devio.us/distfiles/xkeyboard-config-2.6.diff NOTE: Some old/unused material cleaned up Tested on amd64. Comments ? OK ? -- Alexandr Shadchin

Lunaway: promozione fine serie

2012-06-02 Thread Lunaway-Fonderie Viterbesi
Privacy Policy (D.Lgs 196/2003) - Tutela delle persone e di altri soggetti rispetto al trattamento dei dati personali. La informiamo che gli indirizzi e-mail presenti nel nostro archivio provengono da elenchi e servizi di pubblico dominio, pubblicati anche via web o per autorizzazione dei possessor

Re: Add HPET support to tcpcib(4)

2012-06-02 Thread Matt Dainty
* Matt Dainty [2012-06-02 12:52:53]: > Attached are some patches that update the recently added tcpcib(4) > driver with support for using the HPET as a timecounter, based on > amdpcib(4). > > Here's the updated dmesg: > > ---8<--- > tcpcib0 at pci0 dev 31 function 0 "Intel E600 LPC" rev 0x00: 64

Re: Hide user in top(1).

2012-06-02 Thread Brynet
I wasn't sure about the interactions between getopt(3) and having an '-' as an optarg. Seems there isn't anything obvious, so this allows users to be hidden using: top -U -user Any comments? -Bryan. Index: display.c === RCS file: /c

Re: add AMT ports to /etc/services

2012-06-02 Thread Theo de Raadt
Similar evil port-stealing problems happen with: asf-rmcp623/udp # ASF/IPMI Proto > > Date: Sat, 2 Jun 2012 10:02:07 +0100 > > From: Stuart Henderson > > > > As with other entries in /etc/services, this adds to the ports to > > net.inet.tcp.baddynamic, preventing

Add HPET support to tcpcib(4)

2012-06-02 Thread Matt Dainty
Attached are some patches that update the recently added tcpcib(4) driver with support for using the HPET as a timecounter, based on amdpcib(4). Here's the updated dmesg: ---8<--- tcpcib0 at pci0 dev 31 function 0 "Intel E600 LPC" rev 0x00: 64-bit 14318179 Hz timer rev 1: watchdog ---8<--- Here

Re: add AMT ports to /etc/services

2012-06-02 Thread Mark Kettenis
> Date: Sat, 2 Jun 2012 10:02:07 +0100 > From: Stuart Henderson > > As with other entries in /etc/services, this adds to the ports to > net.inet.tcp.baddynamic, preventing using the associated ports as a > valid dynamic source port number. > > OK? Probably a good idea. AMT is very evil. If yo

Re: add AMT ports to /etc/services

2012-06-02 Thread Mike Belopuhov
On Sat, Jun 2, 2012 at 11:02 AM, Stuart Henderson wrote: > As with other entries in /etc/services, this adds to the ports to > net.inet.tcp.baddynamic, preventing using the associated ports as a > valid dynamic source port number. > > OK? > sounds like a reasonable thing to do. ok mikeb

add AMT ports to /etc/services

2012-06-02 Thread Stuart Henderson
As with other entries in /etc/services, this adds to the ports to net.inet.tcp.baddynamic, preventing using the associated ports as a valid dynamic source port number. OK? Index: services === RCS file: /cvs/src/etc/services,v retriev