Age | Commit message (Expand) | Author |
2008-08-17 | Kill the infobufs and markbufs calls. Nothing uses them. | Owain Ainsworth |
2008-08-17 | Updates from master repo. Can now compile both userland and kernel. | Anders Magnusson |
2008-08-17 | kill the stupid pci capability defines, we have our own. Don't wrap | Owain Ainsworth |
2008-08-17 | drm_load() and drm_unload() are a remnant of code meant to be shared | Owain Ainsworth |
2008-08-17 | Scale down cpu_clockrate[1] when we scale down the cpu clock frequency such | Mark Kettenis |
2008-08-17 | Kill some redundant ifdefs, they're taken care of elsewhere. | Owain Ainsworth |
2008-08-17 | Force fdisk to use the same geometry as the miniroot2.5M disktab | Kenneth R Westerback |
2008-08-17 | Make sure we can't sleep with a spinlock held | Owain Ainsworth |
2008-08-17 | Garbage collect stupid delay loop. | Mark Kettenis |
2008-08-16 | If dwMaxPayloadTransferSize doesn't exactly match to an existing | Marcus Glocker |
2008-08-16 | Spacing. | Marcus Glocker |
2008-08-16 | Sync ehci isochronous part with NetBSD: | Marcus Glocker |
2008-08-16 | fix | Marc Espie |
2008-08-16 | revert eval.c | Marc Espie |
2008-08-16 | not yet, committed too much | Marc Espie |
2008-08-16 | argument parsing should only skip spaces outside of parenthesis. | Marc Espie |
2008-08-16 | be more liberal in include handling, namely we only error out if it's | Marc Espie |
2008-08-16 | another issue for which I have a patch. | Marc Espie |
2008-08-16 | a new regression test, I has a diff for it. | Marc Espie |
2008-08-16 | Apply a light paddling with the knf stick. No binary change. | Owain Ainsworth |
2008-08-16 | bios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF statements. | Kenneth R Westerback |
2008-08-15 | Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, for | Miod Vallat |
2008-08-15 | Fix array index computation in the machine check handler. Gives fatal bus errors | Miod Vallat |
2008-08-15 | In dzcninit(), do not forget to enable the receiver in addition to the | Miod Vallat |
2008-08-15 | Move the vxt-specific clock functions frow clock.c to the cpu-specific support | Miod Vallat |
2008-08-15 | Correct disassembly of the start of a function: fix display layout and skip | Miod Vallat |
2008-08-15 | Remove unused and incomplete vax_bus_t enum, and unused vaxbus_dma_get_tag() | Miod Vallat |
2008-08-15 | Rename the cpu_dep hook ``steal_pages'' to ``init'', as it serves as an | Miod Vallat |
2008-08-15 | hmac.c is needed by softraid crypto now, even on non-wlan machines. | Miod Vallat |
2008-08-15 | Prefer unaligned accesses over copying the rx buffer on all archs that can | Christian Weisgerber |
2008-08-15 | Add resolv.conf(5) option to force lookups by TCP: "options tcp" | Damien Miller |
2008-08-15 | Add -s option to usage(). | Joel Sing |
2008-08-15 | use new shared HMAC_SHA1 code in crypto/hmac.[ch] rather than local | Damien Miller |
2008-08-15 | use LLC_SNAPFRAMELEN here too. | Damien Bergamini |
2008-08-14 | only update stats when we actually wrote sth, relevant for -n, ok djm | Henning Brauer |
2008-08-14 | Kill the _MCLDEREFERENCE() macro it was only used once and it should be only | Claudio Jeker |
2008-08-14 | If the AML SizeOf() method is called with an object reference it should | Joel Sing |
2008-08-14 | Allow the sector size to be specified by the user when configuring a | Joel Sing |
2008-08-14 | ieee80211_derive_pmkid() is not used either | Damien Bergamini |
2008-08-14 | #ifdef notyet ieee80211_kdf() as it is not used yet (shrink kernel a bit) | Damien Bergamini |
2008-08-14 | move the HostAP bridge code and the delivery of data frames to ether_input | Damien Bergamini |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-08-14 | put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG | Damien Bergamini |
2008-08-14 | fix comments suggested by eric@, remove stupid DPRINTF() | Alexandre Ratchov |
2008-08-14 | add missing semicolon; ok mbalmer@, marco@ | Robert Nagy |
2008-08-14 | let's make this half useful to recover from crashed disks with wrong info. | Marc Espie |
2008-08-14 | convert the last traces of btoc/ctob macros | Martin Reindl |
2008-08-14 | simplify S definition to just srcdir, since it appears there's no special | Marc Espie |
2008-08-14 | in abuf_rgetblk() the ``start'' pointer may take a value beyond the | Alexandre Ratchov |
2008-08-14 | move all device related stuff from aucat.c to a new dev.c file. | Alexandre Ratchov |