summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-03-17one sysctl.h should be enoughTed Unangst
2004-03-17Reduce openings to avoid both usual 'EIO' problems in interrupt modeKenneth R Westerback
2004-03-17Add explicit flags to mem0.Miod Vallat
2004-03-17Tweak the viper control register:Miod Vallat
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedMiod Vallat
2004-03-16Regen.Miod Vallat
2004-03-16Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si).Miod Vallat
2004-03-16re-add fbsd id so i can track this thingTed Unangst
2004-03-16unlock on error paths, from Patrick LatifiTed Unangst
2004-03-15Changes to wihap_auth_req():Todd C. Miller
2004-03-15Make software WEP work in BSS (station) mode. Based on patches fromTodd C. Miller
2004-03-15fix if(); error, also add missing error checks and close_pipe calls.Dale Rahn
2004-03-15per popular demand panic on premature arc4 initializations (would have panice...Michael Shalayeff
2004-03-15No need for ADEV_NODOORLOCK quirk anymore; krw@ okMiod Vallat
2004-03-15Remove errant semi-colon. miod@ okAaron Campbell
2004-03-15Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@Cedric Berger
2004-03-15plug memory leak in error pathHenning Brauer
2004-03-15DO NOT UNDO MY COMMITSTheo de Raadt
2004-03-15strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)"Ted Unangst
2004-03-14Return EINVAL in case of a zero length descriptor. The hifn can not handleHans-Joerg Hoexer
2004-03-14Add first cut at PPR negotiation. From Marco Peereboom.Kenneth R Westerback
2004-03-14nicer printf for copyright. from Pedro MartellettoTed Unangst
2004-03-14Last pre-3.5 tweak: restore bus scanning to full speed by not performingKenneth R Westerback
2004-03-14Enable oosiop.Miod Vallat
2004-03-14Shrink openings down to 1 for now, this makes the snakes happy, until aMiod Vallat
2004-03-14disable mac for now, they are not usable with current hardware; ok deraadt@Markus Friedl
2004-03-14Small osiop inspired cleanups, especially honour the xfer timeout valueMiod Vallat
2004-03-14Caps lock should only affect the letter keys, rather than enforcing a shiftMiod Vallat
2004-03-14support for two more leadtek cards; from robert nagyMichael Shalayeff
2004-03-13sync comments with reality, semconfig is long gone.Ted Unangst
2004-03-12no raid by default, until that thing is silentTheo de Raadt
2004-03-12Add a missing htole16() that broke software WEP on big endian machines.Todd C. Miller
2004-03-12Allow busy wait loops to fail, so that we don't spin if the hil loop does notMiod Vallat
2004-03-12Enable ata133 on amd8111; from netbsdAlexander Yurchenko
2004-03-12Fix rtentry leak in in_losing(). The rtentry needs to be freed in anycase.Claudio Jeker
2004-03-12missing .El here, too;Jason McIntyre
2004-03-12missing .El;Jason McIntyre
2004-03-12don't leak memory on error, from Patrick LatifiTed Unangst
2004-03-12commented pcmcia stuffTheo de Raadt
2004-03-12sis and dc fit on the floppy tooTheo de Raadt
2004-03-12add sis and dcTheo de Raadt
2004-03-12Oops, declare oosiop.Miod Vallat
2004-03-12Reset scsi bus upon command timeout.Miod Vallat
2004-03-12RegenMiod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod Vallat
2004-03-11we changed the default buffer cache sizeTheo de Raadt
2004-03-11add more phyTheo de Raadt
2004-03-11If apm_connect() fails, don't try to pass the bios_apminfo_t structureTom Cosgrove
2004-03-11Avoid a panic by checking for apm_code_len == 0. Fixes a problemTodd C. Miller
2004-03-11Don't call pf_src_tree_remove_state() on error in pf_insert_state(),Ryan Thomas McBride