summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-24Some NVIDIA MCP04/MCP51/C51/MCP55 devices.Jonathan Gray
2006-01-24print locker's name if revision is locked;Xavier Santolaria
2006-01-24document -rHenning Brauer
2006-01-24missing space in error message, and make it slightly betterer while thereHenning Brauer
2006-01-24KNFHenning Brauer
2006-01-24zap now unused varHenning Brauer
2006-01-24introduce a second control socket, which is restricted to certain messages,Henning Brauer
nameley the show ones. needed for looking glass style applications, monitoring etc. claudio ok
2006-01-24make bgpctl deal with IMSG_CTL_RESULT no matter what request was sentHenning Brauer
claudio ok
2006-01-24syncPeter Valchev
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-24spelling;Jason McIntyre
2006-01-23The GL518SM is a real piece of shit, and if we don't detect it bad thingsMark Kettenis
will happen. The comment in the code has all the gory details. tested by jmc@
2006-01-23support PMTU-Discovery for link2 ipsec bridges; ok claudioMarkus Friedl
2006-01-23Kill stupid comment. "not reached" after a continue is superfluous.Claudio Jeker
2006-01-23Open the routing socket before load_config() calls fetch_state().Marco Pfatschbacher
Otherwise we could loose routing messages that arrive in between. OK markus@, mcbride@
2006-01-23Catch up with reality.Mark Kettenis
2006-01-23add a buffered event test.Brad Smith
From libevent CVS
2006-01-23add evbuffer_add_vprintf interface from artur grabowskiBrad Smith
From libevent CVS ok markus@
2006-01-23Be more careful when mapping DAFB color registers, so that we don't preventMiod Vallat
esp to map the turbo registers on Q700/900/950.
2006-01-23Be sure to clear color capabilities from rasops at 8bpp if we do not haveMiod Vallat
a setcolor routine.
2006-01-23Don't match ITE chips matched by it(4).Mark Kettenis
tested by jsg@
2006-01-23Do not enable disabled sensors.Mark Kettenis
ok grange@, dlg@
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2006-01-23display usage if an unknown option is specified;Xavier Santolaria
2006-01-23add support for `-sstates' and `-w[logins]' options; tested and OK niallo@.Xavier Santolaria
2006-01-23snprintf() -> strlcpy()/strlcat(); OK niallo@.Xavier Santolaria
2006-01-23update for MIIMartin Reindl
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
also activate ISA attachment; ok brad@
2006-01-23print complete command name in usage, not aliases.Xavier Santolaria
2006-01-23wrap usage;Xavier Santolaria
2006-01-23Make man page reflect current reality of play command. jmc@ cleanedKenneth R Westerback
up version of my original diff. ok jmc@
2006-01-22account tx retry-fail errors in if_oerrors.Damien Bergamini
2006-01-22fixes miibus_{read,write}reg routines.Damien Bergamini
this resolves the ghost ukphy problem. did some cleanup while i'm here. tested by and ok jsg@
2006-01-22Colormap support for DAFB frame buffers (using information from Linux).Miod Vallat
However, color can not be enabled in emulation mode if the display is the console at this point, but 8bpp X11 works.
2006-01-22Add bus_space_vaddr() and use it instead of accessing private bus_spaceMiod Vallat
fields. No functional change.
2006-01-22Nothing uses this file anymore.Alexander Yurchenko
ok miod@
2006-01-22Fix UDMA on IDE function integrated on VIA VT8237 south bridge.Mark Kettenis
ok grange@
2006-01-22Print adb subsystem name early in attachment, and pass the proper deviceMiod Vallat
name to interrupt counter registration, rather than "adb".
2006-01-22Finally update the todclock on shutdown, if we are using a level 6 clock.Miod Vallat
2006-01-22Minimal iop code to set the serial ports to compatible mode automagically,Miod Vallat
so that it is not necessary to change settings from MacOS before booting into OpenBSD; from NetBSD.
2006-01-22- drop privs before running krb5 codeBjorn Sandell
- avoid calling krb5_get_init_creds_password(3) with principal == NULL - try to change the kerberos password if there is a ticket file help from millert@, ok beck@
2006-01-22Fix for ioapic irq routing.Brad Smith
From NetBSD, NetBSD PR 22728 for details ok beck@ krw@ tested by beck@ krw@ marc@ and a few others on a number of amd64 systems.
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-22Put various divide-by-zero checks as found in other disksubr routines; alsoMiod Vallat
a few sylistic changes from sparc and mvme88k.
2006-01-21regenJonathan Gray
2006-01-21Additional devices from submitted dmesgs.Jonathan Gray
2006-01-21Remove zeroref here too; spotted by naddy@Miod Vallat
2006-01-21b^Hlsd license! from Mischa DiehmMichael Shalayeff
2006-01-21and some more links here too.Brad Smith
2006-01-21add a few missing functions.Brad Smith
From libevent CVS