openbsd
2008-08-18 bradregen
2008-08-18 bradAdd the PCI id for the Broadcom BCM5716 Ethernet contro...
2008-08-18 kettenisAdd stge(4) and gentbi(4).
2008-08-18 raggeUpdates from master repo: Fix two bugs reported by...
2008-08-18 bradAdd sparc_bus_addr function for schizo to allow CardBus...
2008-08-18 kevlouse M_NOWAIT instead of M_WAITOK to cause malloc()...
2008-08-18 ogaAnother dead struct member.
2008-08-17 ogakill struct drm_freelist, after removing markbufs and...
2008-08-17 ogaKill a dead function and a dead struct member.
2008-08-17 ogaCheck that the driver properly initialised before allow...
2008-08-17 ogaCheck the return value of agp_enable() instead of assum...
2008-08-17 ogaKill the infobufs and markbufs calls. Nothing uses...
2008-08-17 raggeUpdates from master repo. Can now compile both userlan...
2008-08-17 ogakill the stupid pci capability defines, we have our...
2008-08-17 ogadrm_load() and drm_unload() are a remnant of code meant...
2008-08-17 kettenisScale down cpu_clockrate[1] when we scale down the...
2008-08-17 ogaKill some redundant ifdefs, they're taken care of elsew...
2008-08-17 krwForce fdisk to use the same geometry as the miniroot2...
2008-08-17 ogaMake sure we can't sleep with a spinlock held
2008-08-17 kettenisGarbage collect stupid delay loop.
2008-08-16 mglockerIf dwMaxPayloadTransferSize doesn't exactly match to...
2008-08-16 mglockerSpacing.
2008-08-16 mglockerSync ehci isochronous part with NetBSD:
2008-08-16 espiefix
2008-08-16 espierevert eval.c
2008-08-16 espienot yet, committed too much
2008-08-16 espieargument parsing should only skip spaces outside of...
2008-08-16 espiebe more liberal in include handling, namely we only...
2008-08-16 espieanother issue for which I have a patch.
2008-08-16 espiea new regression test, I has a diff for it.
2008-08-16 ogaApply a light paddling with the knf stick. No binary...
2008-08-16 krwbios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF...
2008-08-15 miodMake the DZ_{READ,WRITE}_{BYTE,WORD} macros visible...
2008-08-15 miodFix array index computation in the machine check handle...
2008-08-15 miodIn dzcninit(), do not forget to enable the receiver...
2008-08-15 miodMove the vxt-specific clock functions frow clock.c...
2008-08-15 miodCorrect disassembly of the start of a function: fix...
2008-08-15 miodRemove unused and incomplete vax_bus_t enum, and unused...
2008-08-15 miodRename the cpu_dep hook ``steal_pages'' to ``init'...
2008-08-15 miodhmac.c is needed by softraid crypto now, even on non...
2008-08-15 naddyPrefer unaligned accesses over copying the rx buffer...
2008-08-15 djmAdd resolv.conf(5) option to force lookups by TCP:...
2008-08-15 jsingAdd -s option to usage().
2008-08-15 djmuse new shared HMAC_SHA1 code in crypto/hmac.[ch] rathe...
2008-08-15 damienuse LLC_SNAPFRAMELEN here too.
2008-08-14 henningonly update stats when we actually wrote sth, relevant...
2008-08-14 claudioKill the _MCLDEREFERENCE() macro it was only used once...
2008-08-14 jsingIf the AML SizeOf() method is called with an object...
2008-08-14 jsingAllow the sector size to be specified by the user when...
2008-08-14 damienieee80211_derive_pmkid() is not used either
2008-08-14 damien#ifdef notyet ieee80211_kdf() as it is not used yet...
2008-08-14 damienmove the HostAP bridge code and the delivery of data...
2008-08-14 damienin ieee80211_input(), call if_start() after enqueuing...
2008-08-14 damienput ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG
2008-08-14 ratchovfix comments suggested by eric@, remove stupid DPRINTF()
2008-08-14 robertadd missing semicolon; ok mbalmer@, marco@
2008-08-14 espielet's make this half useful to recover from crashed...
2008-08-14 martinconvert the last traces of btoc/ctob macros
2008-08-14 espiesimplify S definition to just srcdir, since it appears...
2008-08-14 ratchovin abuf_rgetblk() the ``start'' pointer may take a...
2008-08-14 ratchovmove all device related stuff from aucat.c to a new...
2008-08-14 ratchovin file.c, before dereferencing pointers to in(), out...
2008-08-14 ratchovadd an "AUTOQUIT" flag to mix and sub aprocs. If the...
2008-08-14 ratchovadd a bytes counter to abuf structures to count the...
2008-08-14 ratchovadd a xxx_done() method to aproc structures, that clean...
2008-08-14 ratchovmove mix/sub underrun/overrun handling code and data...
2008-08-14 ratchovfactor code that discards data from abuf strucure into...
2008-08-14 guentherMatch libpthread's behavior and make pthread_join(NULL...
2008-08-14 guentherFix 5771/library: in pthread_exit(), delay the call...
2008-08-14 guentherIf the initial thread calls pthread_exit(), don't overw...
2008-08-14 sthenTools from /usr may not be used in netstart since it...
2008-08-13 ogaMake sure that we don't sleep with a lock held, some...
2008-08-13 ogaCheck for zero in drm_calloc() to prevent divide-by...
2008-08-13 ogaKill file_priv->refs, it is always 1. Also move two...
2008-08-13 mglockerAdd VIDIOC_ENUM_FRAMESIZES ioctl. This permits applica...
2008-08-13 ogaChange the drm_lock*() api to take a pointer to the...
2008-08-13 ogaidgen32 wasn't really right here. Change back to how...
2008-08-13 ogaGenerate the magic id using idgen32(). While i'm here...
2008-08-13 ogaKill a bunch of the drm context code that nothing uses...
2008-08-13 kettenisInitial stab at a driver for the integrated random...
2008-08-13 damienone should never use sizeof(struct llc) since 802.2...
2008-08-13 damiendo not increment is_rx_eapol_key twice for each frame.
2008-08-13 sobradosync synopsis/usage; fix double "usage:"; KNF.
2008-08-13 weingartThis tab had bugged me forever.
2008-08-13 artDisable the fantastics mis-feature on some newer Turion...
2008-08-13 thibremove a bunch of bogus ARGSUSED
2008-08-13 artDisable the fantastics mis-feature on some newer Turion...
2008-08-13 avOld drives (reported Giovanni Bechis <bigionews@snb...
2008-08-13 jmc-S currently does nothing useful, so remove it from
2008-08-13 bradAdd more Config mode registers.
2008-08-13 bradAdd the 8139D PCI id.
2008-08-13 bradregen
2008-08-13 bradAdd another PCI id for the Realtek 8139D chipset.
2008-08-13 bradReplace the use of a separate softc field to track...
2008-08-12 ogaKill dmesg spam. Since we can't guarantee that a device...
2008-08-12 deraadtFix multiple addition error recently introduced for...
2008-08-12 damienadopt the integrity group cipher of the AP at associati...
2008-08-12 damiennuke unused fields.
2008-08-12 damienadd the code to encrypt/decrypt management frames,...
2008-08-12 damienreserves the correct number of bytes in ieee80211_send_...
next