Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-15 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-15 | the new dev/rnd.c uses the shared arc4 code instead of implimenting it by | Theo de Raadt | |
itself, and thus demands the unconditional inclusion of crypto/arc4.c | |||
2007-10-15 | prettier when running make depend (just tabs and spaces) | Theo de Raadt | |
2007-10-15 | Switch arc4random to using routines from crypto/arc4.[ch], and rework | Damien 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-14 | remove tests for EIDRM and ENOMSG existence now that they're in the tree. | Federico G. Schwindt | |
miod@ ok. | |||
2007-10-14 | correctly print PC and PC2- prefixes; ok jsg | Theo de Raadt | |
2007-10-14 | do not fallthrough | Theo de Raadt | |
2007-10-14 | regression test for include directive (if anyone has a better way to do | Theo de Raadt | |
this messy include file copy, let me know) | |||
2007-10-14 | Switch log_sockaddr() to take a void * so it is not necessary to cast the | Claudio Jeker | |
sockaddr_in6 or sockaddr_in to a sockaddr. | |||
2007-10-14 | by default just build ccom for the current host | Otto Moerbeek | |
2007-10-14 | don't hardcode TARGMACH | Otto Moerbeek | |
2007-10-14 | From master repo: | Stefan Kempf | |
Use xor to clear 32/16-bit registers instead of mov. ok ragge@, otto@ | |||
2007-10-14 | Missing space | Claudio Jeker | |
2007-10-14 | Remove now unused functions dealing with kerberos | Thordur I. Bjornsson | |
authentication. ok beck@ | |||
2007-10-14 | registred -> registered | Miod Vallat | |
2007-10-14 | keep the Nd lines consistent; | Jason McIntyre | |
2007-10-14 | Don't bail out after finding the first cpu. | Mark Kettenis | |
2007-10-14 | The spec says to wait 40 microseconds for the run bit to clear before | Deanna Phillips | |
performing a stream reset. Fixes stream reset errors on ALC883, reported by jmc. Tested jmc, jakemsr, ok ratchov | |||
2007-10-14 | audio(4)-compatible mixer items for ALC883. | Deanna Phillips | |
Tested jmc, jakemsr | |||
2007-10-14 | sync | Theo de Raadt | |
2007-10-14 | enable wbng | Theo de Raadt | |
2007-10-14 | Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs with | Mark Kettenis | |
contents from OpenFirmware. ok deraadt@ | |||
2007-10-14 | Implement OF_getproplen(). | Mark Kettenis | |
ok deraadt@ | |||
2007-10-14 | include in bnf, wanted by jmc | Theo de Raadt | |
2007-10-14 | wbng(4) manual page for Winbond W83793G; 'commit it' deraadt | Constantine A. Murenin | |
2007-10-14 | fix newlines | Theo de Raadt | |
2007-10-14 | 'expresion' -> 'expression'. Reported by Jung on tech@. | Kenneth R Westerback | |
2007-10-14 | wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt | Constantine A. Murenin | |
2007-10-14 | print the name of the chip on attach; ok deraadt | Constantine A. Murenin | |
2007-10-14 | One more cpu_switchto() leftover. | Miod Vallat | |
2007-10-14 | 'syncronize' -> 'synchronize'. From Diego Casati. | Kenneth R Westerback | |
2007-10-14 | Fix 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-14 | Disable timer/compare interrupts on the macebus. This prevents interrupt | Joel Sing | |
storms from occurring on IRQ 6. ok miod@ | |||
2007-10-14 | allows 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-14 | add GW-US54GD to the list of supported devices | Felix Kronlage | |
2007-10-14 | attach Planex GWUS54GD, from freebsd | Felix Kronlage | |
ok damien@ | |||
2007-10-14 | regen | Felix Kronlage | |
2007-10-14 | add device id for Planex GWUS54GD, from freebsd | Felix Kronlage | |
ok damien@ | |||
2007-10-14 | please lint | Theo de Raadt | |
2007-10-13 | should not be in the tree | Theo de Raadt | |
2007-10-13 | support an include directive; file of course must also be "secure" like | Theo de Raadt | |
the main configuration file; ok henning | |||
2007-10-13 | the iso can be smaller | Theo de Raadt | |
2007-10-13 | install to right place | Theo de Raadt | |
2007-10-13 | make obj in iso | Theo de Raadt | |
2007-10-13 | sync | Theo de Raadt | |
2007-10-13 | Uncomment rule to build bcopy.S, and use that as our bcopy(9) implementation. | Mark Kettenis | |
2007-10-13 | Make this actually work by using the right register numbers. In the conversion | Mark Kettenis | |
from hppa the fact that t1-t4 actually number down from r22-r19 got somehow lost. | |||
2007-10-13 | really correct : printing; ok deraadt@ | Constantine A. Murenin | |
2007-10-13 | Bump firmware version; Adapt to new package mechanism by rebuilding | Marcus Glocker | |
those firmware packages. Solves ``Warning: obsolete construct: @ignore''. | |||
2007-10-13 | avoid errno trashing in signal handler | Theo de Raadt | |