summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-15more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-15the new dev/rnd.c uses the shared arc4 code instead of implimenting it byTheo de Raadt
itself, and thus demands the unconditional inclusion of crypto/arc4.c
2007-10-15prettier when running make depend (just tabs and spaces)Theo de Raadt
2007-10-15Switch arc4random to using routines from crypto/arc4.[ch], and reworkDamien Miller
spl swizzling so we go to splhigh and back once per request instead of once per byte. Service large requests for arc4random_bytes using an independently keyed generator rather than hogging the main one (at splhigh). feedback from henric@; ok deraadt@
2007-10-14remove tests for EIDRM and ENOMSG existence now that they're in the tree.Federico G. Schwindt
miod@ ok.
2007-10-14correctly print PC and PC2- prefixes; ok jsgTheo de Raadt
2007-10-14do not fallthroughTheo de Raadt
2007-10-14regression test for include directive (if anyone has a better way to doTheo de Raadt
this messy include file copy, let me know)
2007-10-14Switch log_sockaddr() to take a void * so it is not necessary to cast theClaudio Jeker
sockaddr_in6 or sockaddr_in to a sockaddr.
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