Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-10-13 | Remove 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-13 | superceed -> supersede; from Tamas TEVESZ | Jason McIntyre | |
2007-10-13 | we decided numbers used as strings is wrong | Theo de Raadt | |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo 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-13 | Add support for BCM5906. | Mark Kettenis | |
ok deraadt@ | |||
2007-10-13 | Unconditionally 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-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt | |
2007-10-13 | From ospfd: Funny typo, it is fib not fip so adjust function name. | Claudio Jeker | |