summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-18user and group _ospfd, with claudioHenning Brauer
2005-01-18syncTheo de Raadt
2005-01-18Colormap handling for topcat; Xwsfb now runs.Miod Vallat
2005-01-18Also call sete{u,g}id() when dropping privs. From mpech@. ok millert@.Otto Moerbeek
2005-01-18Enable WSDISPLAY_COMPAT_RAWKBDMiod Vallat
2005-01-18WSDISPLAY_COMPAT_RAWKBD support for hilkbd.Miod Vallat
2005-01-18X/zkbd is close enough to working.Dale Rahn
2005-01-18some cleanup and fix a nasty bug in rawmode.Dale Rahn
2005-01-18syncDale Rahn
2005-01-18syncDale Rahn
2005-01-18Add hotplug.Dale Rahn
2005-01-18Build hotplug on zaurus, link manpage in zaurus dir.Dale Rahn
2005-01-18Add hotplug support.Dale Rahn
2005-01-18Add hotplug support.Dale Rahn
2005-01-18Clean up pxapcic attachment code, make it closer to easy to split theDale Rahn
driver. Also attach the slots in reverse order, so that the internal HD on C3000 always is wd0.
2005-01-18document `cvs remove' flags; ok jmcXavier Santolaria
2005-01-18Move rm7000.h file from sgi to mips64.Alexander Yurchenko
ok pefo@ miod@
2005-01-18In phys_badaddr() when probe fails, restore the correct PROM bus errorMiod Vallat
handle callback (i.e. fix a typo).
2005-01-18Correct mmap() bounds check.Miod Vallat
2005-01-18sentinel is now implemented in gcc 3.3.5; ok miod@David Krause
2005-01-18Nearly working RAWKEY support, needs a lot of cleaning, but getting there.Dale Rahn
first portion of poll support. Shouldn't change std key input.
2005-01-18reverse logic for gcc3 decision making; brad@ deraadt@ drahn@ okMichael Shalayeff
2005-01-17Wait for disk to spin down before reboot. Should avoid unexpected fscks.Uwe Stuehler
ok drahn@
2005-01-17Hypo in commentsMiod Vallat
2005-01-17Make debugging output continue after reexec; ok djm@Darren Tucker
2005-01-17document `cvs commit' flags; ok jmcXavier Santolaria
2005-01-17remove stale todo-commentMichael Shalayeff
2005-01-17Compute sti ROM size and map it exactly, rather than using a supposedlyMiod Vallat
large enough constant.
2005-01-17proper fault address selection (list all possible pc-based traps)Michael Shalayeff
2005-01-17try memory-mapped bars first that exist on ich4/ich5 and fall bak to ↵Michael Shalayeff
io-mapped if that fails; from Lars Heidieke via Michael van der Westhuizen
2005-01-17typo; from Michael van der Westhuizen <michael@skanky.homeunix.net>Michael Shalayeff
2005-01-17proper non-access fault handlers and probe emulations; testing by pval@ ↵Michael Shalayeff
miod@ deraadt@
2005-01-17regenDamien Couderc
2005-01-17add ATI radeon 9600 Pro and 9800 XT, ok deraadt@Damien Couderc
2005-01-17ALT-3/4 are brightness down/up (ALT for now, later Fn)Theo de Raadt
2005-01-17when hinge covers keyboard, ignore key downs; drahn okTheo de Raadt
2005-01-17cleanup rcsidsMichael Shalayeff
2005-01-17should not check "code" field on icmp6 too big message. from kameJun-ichiro itojun Hagino
2005-01-17typo;Jason McIntyre
2005-01-17update dead URL, from Steve Shockley <steve.shockley@shockley.net>Jared Yanovich
2005-01-17Interrupts which are handled by the second level interrupt handler gpioDale Rahn
should not have two counters triggered for each interrupt. add a flag, name == NULL to pxa_intr to indicate that the event counter should not be register for such interrupts. In gpio, register its interrupts with this indication, however it should count the gpio0 and gpio1 interrupts which are registered. requested deraadt@
2005-01-17Add LINEBYTES for wsfb, change type to PXALCD.Dale Rahn
2005-01-17PXALCD type.Dale Rahn
2005-01-17Display driver for zaurus, PXALCD requested and ok miod@Dale Rahn
2005-01-17Correct spelling: SCHNOOR->SCHNORR; ok djm@Darren Tucker
2005-01-17add id for Intel 82546GB dual port PCI-E adapter.Brad Smith
From FreeBSD
2005-01-17regenBrad Smith
2005-01-17another Intel Gig idBrad Smith
2005-01-17Sophie Germain is the correct name of the French mathematician,Damien Miller
"Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
2005-01-17add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case.Brad Smith