summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-16Sync ehci isochronous part with NetBSD:Marcus Glocker
2008-08-16fixMarc Espie
2008-08-16revert eval.cMarc Espie
2008-08-16not yet, committed too muchMarc Espie
2008-08-16argument parsing should only skip spaces outside of parenthesis.Marc Espie
2008-08-16be more liberal in include handling, namely we only error out if it'sMarc Espie
2008-08-16another issue for which I have a patch.Marc Espie
2008-08-16a new regression test, I has a diff for it.Marc Espie
2008-08-16Apply a light paddling with the knf stick. No binary change.Owain Ainsworth
2008-08-16bios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF statements.Kenneth R Westerback
2008-08-15Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, forMiod Vallat
2008-08-15Fix array index computation in the machine check handler. Gives fatal bus errorsMiod Vallat
2008-08-15In dzcninit(), do not forget to enable the receiver in addition to theMiod Vallat
2008-08-15Move the vxt-specific clock functions frow clock.c to the cpu-specific supportMiod Vallat
2008-08-15Correct disassembly of the start of a function: fix display layout and skipMiod Vallat
2008-08-15Remove unused and incomplete vax_bus_t enum, and unused vaxbus_dma_get_tag()Miod Vallat
2008-08-15Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as anMiod Vallat
2008-08-15hmac.c is needed by softraid crypto now, even on non-wlan machines.Miod Vallat
2008-08-15Prefer unaligned accesses over copying the rx buffer on all archs that canChristian Weisgerber
2008-08-15Add resolv.conf(5) option to force lookups by TCP: "options tcp"Damien Miller
2008-08-15Add -s option to usage().Joel Sing
2008-08-15use new shared HMAC_SHA1 code in crypto/hmac.[ch] rather than localDamien Miller
2008-08-15use LLC_SNAPFRAMELEN here too.Damien Bergamini
2008-08-14only update stats when we actually wrote sth, relevant for -n, ok djmHenning Brauer
2008-08-14Kill the _MCLDEREFERENCE() macro it was only used once and it should be onlyClaudio Jeker
2008-08-14If the AML SizeOf() method is called with an object reference it shouldJoel Sing
2008-08-14Allow the sector size to be specified by the user when configuring aJoel Sing
2008-08-14ieee80211_derive_pmkid() is not used eitherDamien Bergamini
2008-08-14#ifdef notyet ieee80211_kdf() as it is not used yet (shrink kernel a bit)Damien Bergamini
2008-08-14move the HostAP bridge code and the delivery of data frames to ether_inputDamien Bergamini
2008-08-14in ieee80211_input(), call if_start() after enqueuing frames in if_sndDamien Bergamini
2008-08-14put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUGDamien Bergamini
2008-08-14fix comments suggested by eric@, remove stupid DPRINTF()Alexandre Ratchov
2008-08-14add missing semicolon; ok mbalmer@, marco@Robert Nagy
2008-08-14let's make this half useful to recover from crashed disks with wrong info.Marc Espie
2008-08-14convert the last traces of btoc/ctob macrosMartin Reindl
2008-08-14simplify S definition to just srcdir, since it appears there's no specialMarc Espie
2008-08-14in abuf_rgetblk() the ``start'' pointer may take a value beyond theAlexandre Ratchov
2008-08-14move all device related stuff from aucat.c to a new dev.c file.Alexandre Ratchov
2008-08-14in file.c, before dereferencing pointers to in(), out(), eof(),Alexandre Ratchov
2008-08-14add an "AUTOQUIT" flag to mix and sub aprocs. If the flag isAlexandre Ratchov
2008-08-14add a bytes counter to abuf structures to count the number ofAlexandre Ratchov
2008-08-14add a xxx_done() method to aproc structures, that cleans up justAlexandre Ratchov
2008-08-14move mix/sub underrun/overrun handling code and data in theAlexandre Ratchov
2008-08-14factor code that discards data from abuf strucure into a singleAlexandre Ratchov
2008-08-14Match libpthread's behavior and make pthread_join(NULL, whatever) failPhilip Guenthe
2008-08-14Fix 5771/library: in pthread_exit(), delay the call to _sem_post() thatPhilip Guenthe
2008-08-14If the initial thread calls pthread_exit(), don't overwrite its threadPhilip Guenthe
2008-08-14Tools from /usr may not be used in netstart since it may be NFS-mountedStuart Henderson
2008-08-13Make sure that we don't sleep with a lock held, some small cleanup whileOwain Ainsworth