openbsd
2010-07-22 jsgDon't deref a NULL pointer if tap or tag are not specif...
2010-07-22 piroftiClean the macros from puc(4). Now with correct logic.
2010-07-22 matthewFix a few more scsi_scsi_cmd() removal regressions...
2010-07-22 kettenisAdd suspend/resume logic. As discussed with phessler...
2010-07-22 thibInstead of trying to biowait on a buf that has errored...
2010-07-22 deraadtReset the keyboard controller on resume, and also alert...
2010-07-22 deraadtDon't do anything on suspend/resume for now (there...
2010-07-22 deraadtToggle the mouse through the disabled and enabled state...
2010-07-22 deraadtpretty large cleanup of SMALL_KERNEL
2010-07-22 jordanRemove unused function prototypes
2010-07-22 mglocker- Fix wrong ioctl structure documentation for VIDIOC_QU...
2010-07-22 thibFixes for AES CTR mode from mikeb:
2010-07-22 giovanniLet systat -N states resolve network addresses
2010-07-22 mglockerReplace strncat() with strlcat().
2010-07-22 mglockerChange include ordering.
2010-07-22 mglockerInitial regression test program for video(4).
2010-07-22 ajacoutotAdd a comment about MODPY_BUILDDEP and NO_BUILD in...
2010-07-22 jsgAs per OpenCVS, general usage in coversation and appare...
2010-07-22 kettenisPrevent a process from entering wpi_ioctl while another...
2010-07-22 jmcvarious macro cleanup;
2010-07-22 kettenisWhen suspending, only call athn_stop() when IFF_RUNNING...
2010-07-22 jmcremove some groff \s escapes, which we do not support;
2010-07-22 jmcmove exit returns blurb out of DIAGNOSTICS; from daniel...
2010-07-22 jmcukc xr should be boot_config;
2010-07-22 jmckeep our lists consistent for the exit values blurb...
2010-07-22 jmcdocument exit returns; from daniel dickman
2010-07-22 matthewWe have this nice KMEMSTATS option to control when...
2010-07-22 matthewMark two more DMA accessible malloc(9)s.
2010-07-22 matthewIn st_space() and st_write_filemarks(), if scsi_xs_get...
2010-07-22 matthewIn scsi_inquire_vpd(), actually just return EJUSTRETURN...
2010-07-22 matthewstyle(9) fix and release rwlock(9) if scsi_xs_get(...
2010-07-22 matthewIn safte_match(), return 0 on SCSI errors, not an errno...
2010-07-22 matthewAppropriately set SCSI_DATA_IN or SCSI_DATA_OUT dependi...
2010-07-22 matthewSCSI HBA drivers are supposed to get their SCSI CDBs...
2010-07-22 deraadtsync
2010-07-22 deraadtremove unused variable
2010-07-22 krwEliminate scsi_scsi_cmd() now that ss(4) is gone and...
2010-07-21 nicmSome ss(4) bits escaped the purge, eliminate them.
2010-07-21 ratchovremove unnecessary ``return 0'' statements,
2010-07-21 schwarzeIn the SYNOPSIS, .Nm at the beginning of an input line...
2010-07-21 toddlet mpath build again even though it is disabled
2010-07-21 eddurndis supports the HTC Wildfire just fine. Tested...
2010-07-21 miodDisable the heuristics for legacy free systems if pckbc...
2010-07-21 jmcdocument exit values; from daniel dickman
2010-07-21 jmcdocument exit values; from daniel dickman
2010-07-21 jmcfix the barmy exit returns formatting; from daniel...
2010-07-21 jmcmissing argument to Ex; from daniel dickman
2010-07-21 jmcmore HISTORY; from daniel dickman
2010-07-21 jmcmore consistent text for our return values; from daniel...
2010-07-21 deraadtin the acpi GPE handler, late ack level interrupts...
2010-07-21 deraadtspacing and indents that are driving me crazy
2010-07-21 nicmptm needs no read/write, just use enodev.
2010-07-21 deraadtNo need for read/write functions, just use enodev like...
2010-07-21 martinhSearch filter BER tags use a context-specific class...
2010-07-21 stevendocument fortran module
2010-07-21 stevenreverse logic in previous
2010-07-21 stevenupdate gcc3 and gcc4 modules with COMPILER_VERSION...
2010-07-21 deraadtFix more cdev initializations which were using enodev...
2010-07-21 deraadtclean up a pile of prototypes and shred some macros...
2010-07-21 deraadtMerge the edge and level gpe handlers into one (now...
2010-07-21 gillesfix NULL-deref, ok martinh@
2010-07-21 kettenisMake sure that the FPU IPIs shoot down the right FPU...
2010-07-21 kettenisAdd suspend/unsuspend logic.
2010-07-21 jakemsradd a couple quirks for the E-MU 0202
2010-07-21 rayOnly use username if author is NULL. Fixes "ci -wuserna...
2010-07-21 mlarkinRepost ATI FireGL M24 using the emulator. This card...
2010-07-21 ratchovremove duplicate AP192K_GPIO_XXX macros,
2010-07-21 dlgdisable vscsi until we actually have something that...
2010-07-21 ratchovmake ENVY_GPIO_XXX macros card specific, add stub for...
2010-07-21 martinhAdd a history section saying that ldapd/ldapctl first...
2010-07-21 jakemsr* check that the bytes per frame the device is reportin...
2010-07-21 jakemsrmove use_maxpkt out of struct chan, use a local variabl...
2010-07-21 lumRemove reference to non-existent behaviour.
2010-07-21 jakemsrsome bits for USB 2.0 playback support. I'm not 100...
2010-07-21 deraadtdelete #if 0 code we are not going to use; ok marco
2010-07-21 deraadtsync
2010-07-21 jakemsrcurrently we use the endpoint's maximum packet size...
2010-07-21 toddremove gratuitous carriage return that snuck in
2010-07-21 djmsync timingsafe_bcmp() with the one dempsky@ committed...
2010-07-21 matthewGarbage collect ata_bio's badsect field.
2010-07-20 jakemsrsupport 24-bit encodings. simplify the way supported...
2010-07-20 deraadtmake the mask code for acpi_enable_onegpe() match other...
2010-07-20 miodopration -> operation
2010-07-20 mkUse an SLIST rather than a TAILQ for the ccb free list.
2010-07-20 mkMake this compile again (was broken in rev 1.24 as...
2010-07-20 deraadtprint the temperature readings that make us go down...
2010-07-20 lumRemove setresguid since it is no longer needed.
2010-07-20 schwarzedisconnect groff_man(7) from the build and install...
2010-07-20 damiendo not timeout when stopping DMA channels.
2010-07-20 deraadttwo iterators should be u_int; ok jsg
2010-07-20 matthewSwitch some obvious network stack MAC comparisons from...
2010-07-20 matthewAdd OpenSSH's timingsafe_bcmp() to libkern.
2010-07-20 jmcdaniel dickman has folded the relevant bits of the...
2010-07-20 deraadtalso use bufq_quiesce() when suspending, and bufq_resta...
2010-07-20 deraadtremoved an unused proto
2010-07-20 deraadtHandle the acpi interrupt controller with proper edge...
2010-07-20 deraadttsleep() and EWOULDBLOCK was being used incorrectly...
2010-07-20 deraadtIn acpiec_wait() we want to tsleep on an un-known chann...
2010-07-20 matthewMark a DMA accessible malloc for later correction....
2010-07-20 deraadtsync
next