openbsd
2008-07-26 bradPull out some mostly useless info from these pages.
2008-07-26 bradUpdate for the fibre support.
2008-07-25 miodphyio -> physio
2008-07-25 miodImprove eisa bus probe by deciding the number of logica...
2008-07-25 damienmissing .Pp
2008-07-25 kurtThe PIE address range defaults are too big for alpha...
2008-07-25 damienadd a note in the CAVEATS section about the hardware...
2008-07-25 jmctweak the rt2700 stuff; ok damien
2008-07-25 jmcgroff does not like ultra-long lines without whitespace...
2008-07-25 ianMention @bin plist element, ok espie@
2008-07-25 kettenisWork around a problem on the t5120 where top(1) would...
2008-07-25 damienlink to updated firmware packages that remove the obsol...
2008-07-25 martynasdon't redefine INFINITY -- math.h defines it now
2008-07-25 mglockerAfter our recent changes, VIDIOC_S_FMT didn't always...
2008-07-25 damiendocument RT2700 (tested by bernd@) and try documenting...
2008-07-25 artIn gdt_grow, always map the gdt on the secondary cpus...
2008-07-25 beckmuch more correct way of dealing with nfs pending reads...
2008-07-25 kettenisSwitch to a temporary stack early on such that we don...
2008-07-25 deraadtsync
2008-07-25 deraadti have to crank this for a ridiculous reason, to save...
2008-07-25 martynasdon't undefine C99 math macros, if !_GLIBCPP_USE_C99...
2008-07-25 jmcdoc fix; from David Higgs
2008-07-25 artCorrect printing of the pg_flags for ddb.
2008-07-25 artsome splassert paranoia.
2008-07-25 artflock
2008-07-25 artfile advisory locking tests from FreeBSD. We fail to...
2008-07-25 mglockerNot all devices support GET_DEF, fall back on GET_CUR...
2008-07-25 henningshrink MINCLSIZE to MHLEN + 1 again for the release...
2008-07-25 martynasfix apps that use isinff, isnanf; use ieee 754 mi...
2008-07-25 grunkIn random art visualization, make sure to use the end...
2008-07-25 grunkAdd VisualHostKey to example file, ok djm@
2008-07-25 deraadtrepair .Pq use; Alan R. S. Bueno
2008-07-25 deraadtsync
2008-07-24 sthenAdd "ssh-keygen -F -l" to synopsis (displays fingerprin...
2008-07-24 guentherrelease the bind lock before resetting the signal mask
2008-07-24 deraadtsync
2008-07-24 thibthe softc sc_lock lockmgr lock is unused, so remove it.
2008-07-24 thibdont need malloc.h anymore; plus two tiny whitespace...
2008-07-24 thibremove a bunch of bogus ARGSUSED
2008-07-24 claudioUse memcpy() and memcmp() like everywhere else in ospfd...
2008-07-24 deraadtsng_exponent should be sng_exp (MI code now cares)...
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@
next