summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-14by default just build ccom for the current hostOtto Moerbeek
2007-10-14don't hardcode TARGMACHOtto Moerbeek
2007-10-14From master repo:Stefan Kempf
Use xor to clear 32/16-bit registers instead of mov. ok ragge@, otto@
2007-10-14Missing spaceClaudio Jeker
2007-10-14Remove now unused functions dealing with kerberosThordur I. Bjornsson
authentication. ok beck@
2007-10-14registred -> registeredMiod Vallat
2007-10-14keep the Nd lines consistent;Jason McIntyre
2007-10-14Don't bail out after finding the first cpu.Mark Kettenis
2007-10-14The spec says to wait 40 microseconds for the run bit to clear beforeDeanna Phillips
performing a stream reset. Fixes stream reset errors on ALC883, reported by jmc. Tested jmc, jakemsr, ok ratchov
2007-10-14audio(4)-compatible mixer items for ALC883.Deanna Phillips
Tested jmc, jakemsr
2007-10-14syncTheo de Raadt
2007-10-14enable wbngTheo de Raadt
2007-10-14Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs withMark Kettenis
contents from OpenFirmware. ok deraadt@
2007-10-14Implement OF_getproplen().Mark Kettenis
ok deraadt@
2007-10-14include in bnf, wanted by jmcTheo de Raadt
2007-10-14wbng(4) manual page for Winbond W83793G; 'commit it' deraadtConstantine A. Murenin
2007-10-14fix newlinesTheo de Raadt
2007-10-14'expresion' -> 'expression'. Reported by Jung on tech@.Kenneth R Westerback
2007-10-14wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadtConstantine A. Murenin
2007-10-14print the name of the chip on attach; ok deraadtConstantine A. Murenin
2007-10-14One more cpu_switchto() leftover.Miod Vallat
2007-10-14'syncronize' -> 'synchronize'. From Diego Casati.Kenneth R Westerback
2007-10-14Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates()Marcus Glocker
because the drivers tries to set extended rates for a 11b chip. Tested and OK winiger@
2007-10-14Disable timer/compare interrupts on the macebus. This prevents interruptJoel Sing
storms from occurring on IRQ 6. ok miod@
2007-10-14allows node to be run twice, by not destroying the cmdnode contents.Marc Espie
This way, you can run `make .BEGIN'. Okay, this will run .BEGIN twice.
2007-10-14add GW-US54GD to the list of supported devicesFelix Kronlage
2007-10-14attach Planex GWUS54GD, from freebsdFelix Kronlage
ok damien@
2007-10-14regenFelix Kronlage
2007-10-14add device id for Planex GWUS54GD, from freebsdFelix Kronlage
ok damien@
2007-10-14please lintTheo de Raadt
2007-10-13should not be in the treeTheo de Raadt
2007-10-13support an include directive; file of course must also be "secure" likeTheo de Raadt
the main configuration file; ok henning
2007-10-13the iso can be smallerTheo de Raadt
2007-10-13install to right placeTheo de Raadt
2007-10-13make obj in isoTheo de Raadt
2007-10-13syncTheo de Raadt
2007-10-13Uncomment rule to build bcopy.S, and use that as our bcopy(9) implementation.Mark Kettenis
2007-10-13Make this actually work by using the right register numbers. In the conversionMark Kettenis
from hppa the fact that t1-t4 actually number down from r22-r19 got somehow lost.
2007-10-13really correct : printing; ok deraadt@Constantine A. Murenin
2007-10-13Bump firmware version; Adapt to new package mechanism by rebuildingMarcus Glocker
those firmware packages. Solves ``Warning: obsolete construct: @ignore''.
2007-10-13avoid errno trashing in signal handlerTheo de Raadt
2007-10-13Remove alot of dead kerberos code (add sane comments too).Thordur I. Bjornsson
Cleanup and partly redo the way we create the RPC header, by having nfsm_rpchead() do a bit more work. Right now this is pretty RPCAUTH_UNIX centric, but since it is the only auth method we support right now thats fine. Make sure we can never generate a zero xid, thats forbidden by the RFC. Misc cleanup. tested by a few.
2007-10-13superceed -> supersede; from Tamas TEVESZJason McIntyre
2007-10-13we decided numbers used as strings is wrongTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
yylex implementation and the code which interacts with yylex. this also brings the future potential for include support to all of the parsers. in the future please do not silly modifications to one of these files without checking if you are de-unifying the code. checked by developers in all these areas.
2007-10-13Add support for BCM5906.Mark Kettenis
ok deraadt@
2007-10-13Unconditionally call the TIOCSTSTAMP ioctl, this way calling nmeaattach(8)Marc Balmer
without the '-t' option can be used to turn of tty timestamping. problem noticed by sthen@, ok sthen, deraadt
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-13From ospfd: Funny typo, it is fib not fip so adjust function name.Claudio Jeker