Age | Commit message (Expand) | Author |
2004-03-14 | Enable oosiop. | Miod Vallat |
2004-03-14 | Shrink openings down to 1 for now, this makes the snakes happy, until a | Miod Vallat |
2004-03-14 | disable mac for now, they are not usable with current hardware; ok deraadt@ | Markus Friedl |
2004-03-14 | Small osiop inspired cleanups, especially honour the xfer timeout value | Miod Vallat |
2004-03-14 | Caps lock should only affect the letter keys, rather than enforcing a shift | Miod Vallat |
2004-03-14 | support for two more leadtek cards; from robert nagy | Michael Shalayeff |
2004-03-13 | sync comments with reality, semconfig is long gone. | Ted Unangst |
2004-03-12 | no raid by default, until that thing is silent | Theo de Raadt |
2004-03-12 | Add a missing htole16() that broke software WEP on big endian machines. | Todd C. Miller |
2004-03-12 | Allow busy wait loops to fail, so that we don't spin if the hil loop does not | Miod Vallat |
2004-03-12 | Enable ata133 on amd8111; from netbsd | Alexander Yurchenko |
2004-03-12 | Fix rtentry leak in in_losing(). The rtentry needs to be freed in anycase. | Claudio Jeker |
2004-03-12 | missing .El here, too; | Jason McIntyre |
2004-03-12 | missing .El; | Jason McIntyre |
2004-03-12 | don't leak memory on error, from Patrick Latifi | Ted Unangst |
2004-03-12 | commented pcmcia stuff | Theo de Raadt |
2004-03-12 | sis and dc fit on the floppy too | Theo de Raadt |
2004-03-12 | add sis and dc | Theo de Raadt |
2004-03-12 | Oops, declare oosiop. | Miod Vallat |
2004-03-12 | Reset scsi bus upon command timeout. | Miod Vallat |
2004-03-12 | Regen | Miod Vallat |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod Vallat |
2004-03-11 | we changed the default buffer cache size | Theo de Raadt |
2004-03-11 | add more phy | Theo de Raadt |
2004-03-11 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom Cosgrove |
2004-03-11 | Avoid a panic by checking for apm_code_len == 0. Fixes a problem | Todd C. Miller |
2004-03-11 | Don't call pf_src_tree_remove_state() on error in pf_insert_state(), | Ryan Thomas McBride |
2004-03-11 | Honour RB_USERREQ in cats boot() | Tom Cosgrove |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-03-10 | Don't permit a negative index. Pointed out by Patrick Latifi. | Ryan Thomas McBride |
2004-03-10 | Simplify new LUN scanning logic, add diagnostic messages for all | Kenneth R Westerback |
2004-03-10 | skip uvm_loan until later (kernel shrink); idea from markus | Theo de Raadt |
2004-03-10 | mpt fits | Theo de Raadt |
2004-03-10 | no need for re-including machine/stdarg.h | Theo de Raadt |
2004-03-10 | sync | Theo de Raadt |
2004-03-10 | new vscom puc; toni.tiveron@tiscali.it | Theo de Raadt |
2004-03-10 | indent | Theo de Raadt |
2004-03-09 | undo part from tom | Theo de Raadt |
2004-03-09 | simplify the delay stuff | Theo de Raadt |
2004-03-09 | Real, inverted, cursor. | Miod Vallat |
2004-03-09 | Allow the screen blanker to be disabled; PR#3123 | Miod Vallat |
2004-03-09 | scratch the -beta part | Theo de Raadt |
2004-03-09 | Turn FAULTCHK in a real statement-like macro. | Miod Vallat |
2004-03-09 | Correct MANSUBDIR (not enabled during build, though) | Miod Vallat |
2004-03-09 | typo; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria |
2004-03-09 | KNF, ok cedric@ deraadt@ | Ryan Thomas McBride |
2004-03-09 | Fix multicast on recent sk chipsets. Adapted from a patch by Keith Mitchell | Matthieu Herrb |
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove |
2004-03-09 | Typos | Miod Vallat |
2004-03-09 | faster cache flushing for fpu context (after save or emulation) | Michael Shalayeff |