openbsd
2008-07-24 mkAdd timeout_add_sec() etc. to .Nm and, on jmc's request...
2008-07-24 jsingSpecify a cdroot entry that will actually work on a CD.
2008-07-24 miodAdd code to decode machine checks on Avanti, providing...
2008-07-24 deraadtbump because of __nan in math.h
2008-07-24 martynasbump
2008-07-24 mglockerRemove some obsolete XXX comments.
2008-07-24 jmckill whitespace at eol;
2008-07-24 martynasisinf/isnan are macros now, therefore ap_config_auto...
2008-07-24 mglockerSimplify uvideo_enum_fmt(), no functional changes.
2008-07-24 reykreserve a few OpenBSD MIBs that might be implemented...
2008-07-24 henningipsec is glued into the stack in a very weird way,...
2008-07-24 henningcheck sysctl return value
2008-07-24 martynasunXXX prototypes: exp2, remquo, nan, exp2f, remquof...
2008-07-24 martynas- remove isinff, isnanf. this has been moved to libc
2008-07-24 martynas- add NAN definition (except on VAX)
2008-07-24 martynas- move isinf, isnan dups to gen, since most is ieee 754
2008-07-24 miodDo not define vax-inspired LOWPAGES and HIGHPAGES anymo...
2008-07-23 mglockerIf /dev/video* is already used by an application, retur...
2008-07-23 avwe really need unsigned in arithmetic operations.
2008-07-23 deraadtAvoid an occasional double free in getpwent() which...
2008-07-23 miodForgot to add rebranded AS800 names there.
2008-07-23 miodAttempt to sync with reality, and make the supported...
2008-07-23 miodDo not rely on an <ichc>invisible cast</ichc> to return...
2008-07-23 bradregen
2008-07-23 bradAttansic L1E PCI id.
2008-07-23 martynasclear sign bit, instead of comparing to zero and settin...
2008-07-23 deraadtsync
2008-07-23 deraadtmake this real C
2008-07-23 kettenisSo it turns outthe HP engineers changed the PA-RISC...
2008-07-23 jaredyfix stack abuse in the `time' commmand, using alloc...
2008-07-23 beckCorrect cases of mishandling of pending reads and write...
2008-07-23 sthenPrevent warning about insecure hostnames where no ...
2008-07-23 damienFix a blatant misuse of MINCLSIZE I introduced in ieee8...
2008-07-23 kettenisStop printing the size of BARs; the way the code calcul...
2008-07-23 mglocker- Fix potential uvm_fault crash in
2008-07-23 kettenisClear correctable errors after handling them. From...
2008-07-23 art - in nfs_mknodrpc - initialize the node we pass to...
2008-07-23 artDocument the new timeout_add_* functions.
2008-07-23 reykvalidate packet length in debug dns packet logging...
2008-07-23 mglockersync
2008-07-23 mglockerUnbreak the tree.
2008-07-23 djmdo not try to print options that have been compile...
2008-07-23 deraadtsync
2008-07-23 deraadtnew ati goo; giovanni
2008-07-23 fgschmove the aml_register_notify() call below for better...
2008-07-22 reykAdd dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation...
2008-07-22 deraadtuse arc4random_uniform(); ok djm millert
2008-07-22 espieFAKE (the variable) died about 2 years ago...
2008-07-22 miodNone of the pceb EISA alpha designs has more than 8...
2008-07-22 martynasremez -> Remes here, too. for consistency
2008-07-22 mglockerAdd another working cam reported by Jerome Pinot.
2008-07-22 miodProper interrupt swizzling for devices behind bridges...
2008-07-22 miodModify pci_intr_map() implementation to pass the pci_at...
2008-07-22 miodUse cgbase() instead of doing arithmetic on fs_fpg...
2008-07-22 miodDo not define VM_MIN_ADDRESS as __LDPGSZ, but provide...
2008-07-22 mglockerThere are devices out there which are UVC compatible...
2008-07-22 martynas- added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE...
2008-07-22 henningafter pf_state_key_atach nothing must use the state...
2008-07-22 martynasmore negotation -> negotiation; ok sthen@
2008-07-22 mglockerSpelling, negotation -> negotiation.
2008-07-22 mglockerFix uvm_fault crash in uvideo_vs_negotation() which...
2008-07-22 bluhmIf isakmpd is started with -4 or -6, virtual_get_defaul...
2008-07-22 bluhmAssign the struct size to sin6_len instead of sin6_family.
2008-07-22 thibchange the bcachestats structures members to int64_t...
2008-07-22 djmuse generalised PBKDF#2 from bioctl; ok damien@
2008-07-22 mbalmerdeactivate the code to display location in the sensor...
2008-07-22 deraadtsync
2008-07-22 canacarAdd signed size printing functions, as requested by...
2008-07-22 dlgimplement the fetching of a scsi devices "devid". recen...
2008-07-22 dlgtweak comment to reflect the new reality after my last...
2008-07-21 dlgwhen probing a device the midlayer queries its inquiry...
2008-07-21 martynasvaxfp.h is VAX pendant of ieee.h. it defines VAX f...
2008-07-21 jmcspelling fix from Mark Pecaut;
2008-07-21 martynas- add proper double_t and float_t definitions for each...
2008-07-21 martynasNetBSD's C library supplies these functions -> OpenBSD...
2008-07-21 martynasrename lround.c lroundf.c llround.c llroundf.c to s_lro...
2008-07-21 damiengives this a chance to work on architectures with stric...
2008-07-21 damiensync
2008-07-21 damienrename rt2860 pci ids to match with reality.
2008-07-21 damienadd ieee80211_priv.h file: contains definitions private...
2008-07-21 rainerfix ugly debug dump output. found with bluhm@
2008-07-21 damienmove processing of EAPOL frames away from ieee80211_...
2008-07-21 damieninstead of passing rx tstamp and rssi to the ieee80211_...
2008-07-21 millertExtra sanity checking for afree(); OK deraadt@ and...
2008-07-21 millertInitial stab at DHCPINFORM support. OK phessler@
2008-07-21 davidsome whitespace cleanup I did while looking through...
2008-07-21 davidfix typo that broke rdr rules (without pass) with non...
2008-07-21 marcoAdd curproc to ioctl call.
2008-07-21 bluhmFree the rules in the rule_queue also if ipsecctl is...
2008-07-21 artImplement the cpu_yield hypervisor call. Use it in...
2008-07-21 kettenisIPL_NONE doesn't really exist. The corresponding bit...
2008-07-21 ajacoutotLeave PATH alone.
2008-07-21 djmopenssh-5.1
2008-07-21 bradAdd acphy/amphy.
2008-07-21 toddnam2blk[] needs a "vnd" entry for some things (like...
2008-07-21 kevlocleanup - we don't have resource structure
2008-07-20 deraadtno, ipmi is still not fine on some machines (since...
2008-07-20 djmfill in variant and version components of the UUID
2008-07-20 deraadtsync
2008-07-20 deraadtsync
next