openbsd
2010-07-23 jakemsrsupport for playback sync endpoints
2010-07-23 jakemsrANSI/style(9), no binary change
2010-07-23 dlgmatthew@ noted a possible misuse of the rwlock used...
2010-07-23 raySync with cvs:
2010-07-23 rayClean up struct tm handling. Instead of calling gmtime...
2010-07-23 dtuckerCiphers is documented in ssh_config(5) these days
2010-07-23 rayRename a bunch of variables and functions, removing...
2010-07-23 mlarkinregen
2010-07-23 mlarkinSIS 86C202 is not a VGA device, it's an AGP bridge...
2010-07-23 jsgManuel Bouyer rescinded clauses 3 and 4 of his license...
2010-07-23 matthewOmit more IPI code from non-MP kernels. Found using...
2010-07-23 phesslerAdd suspend/resume logic.
2010-07-23 rayPermit a few more syscalls for named to run.
2010-07-23 deraadtFor suspend/reume, ATI IXP chips (might) need 0x40...
2010-07-22 jsgansi. no binary change
2010-07-22 kettenisGive the drive a little bit more time to complete the...
2010-07-22 nicmFix a crash: if remain-on-exit is set and the pane...
2010-07-22 blambertgetopt_long.c replaced getopt.c 6+ years ago; we can...
2010-07-22 deraadtWhen suspending, save & restore as many registers as...
2010-07-22 mlarkinFirst part of better pciide resume. Wake the channel...
2010-07-22 millertFix the "no changes" detection when a file has RCS...
2010-07-22 thibRemove the VM_KMPAGESFREE sysctl. After the pmemrange
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
next