Age | Commit message (Expand) | Author |
2004-03-17 | one sysctl.h should be enough | Ted Unangst |
2004-03-17 | Reduce openings to avoid both usual 'EIO' problems in interrupt mode | Kenneth R Westerback |
2004-03-17 | Add explicit flags to mem0. | Miod Vallat |
2004-03-17 | Tweak the viper control register: | Miod Vallat |
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat |
2004-03-16 | Regen. | Miod Vallat |
2004-03-16 | Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si). | Miod Vallat |
2004-03-16 | re-add fbsd id so i can track this thing | Ted Unangst |
2004-03-16 | unlock on error paths, from Patrick Latifi | Ted Unangst |
2004-03-15 | Changes to wihap_auth_req(): | Todd C. Miller |
2004-03-15 | Make software WEP work in BSS (station) mode. Based on patches from | Todd C. Miller |
2004-03-15 | fix if(); error, also add missing error checks and close_pipe calls. | Dale Rahn |
2004-03-15 | per popular demand panic on premature arc4 initializations (would have panice... | Michael Shalayeff |
2004-03-15 | No need for ADEV_NODOORLOCK quirk anymore; krw@ ok | Miod Vallat |
2004-03-15 | Remove errant semi-colon. miod@ ok | Aaron Campbell |
2004-03-15 | Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@ | Cedric Berger |
2004-03-15 | plug memory leak in error path | Henning Brauer |
2004-03-15 | DO NOT UNDO MY COMMITS | Theo de Raadt |
2004-03-15 | strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)" | Ted Unangst |
2004-03-14 | Return EINVAL in case of a zero length descriptor. The hifn can not handle | Hans-Joerg Hoexer |
2004-03-14 | Add first cut at PPR negotiation. From Marco Peereboom. | Kenneth R Westerback |
2004-03-14 | nicer printf for copyright. from Pedro Martelletto | Ted Unangst |
2004-03-14 | Last pre-3.5 tweak: restore bus scanning to full speed by not performing | Kenneth R Westerback |
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 |