openbsd
2008-08-12 damienImplementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256...
2008-08-12 ottobasic bounds check on elf header info. avoid crashes...
2008-08-12 mglockerDon't process xfers which have the stream error bit...
2008-08-12 jakemsrVT8233+ uses a different register base for capturing
2008-08-12 mbalmerFix a typo in a comment. From dawedawe@gmx.de.
2008-08-11 bradAdd support for TX/RX checksum offload for newer re...
2008-08-11 jaredyplug a memleak when freeing io redirection in commands.
2008-08-11 kettenisOnly print iotdb stuff when DEBUG.
2008-08-11 kettenisAllow mapping mmio regions that are not page aligned.
2008-08-11 jmc+Longshine LCS-8031N to the ral(4) list;
2008-08-11 jmcsome documentation updates for spamd synchronisation:
2008-08-11 jmcsome consistency fixes and whitespace at eol removal;
2008-08-11 jmcremove a note which seems to be duplicated; ok sobrado
2008-08-11 kettenisAdd hw.cupspeed cupport for all CPU types.
2008-08-11 reykfix a6 partition lookup where a static variable was...
2008-08-11 kettenisBuild apm(8) and apmd(8) on sparc64.
2008-08-11 kettenisMinimal apmvar.h such that we can enable apm(8) and...
2008-08-11 kettenisAdd hw.setperf support for UltraSPARC-IIe support.
2008-08-11 marcoUndo last commit; deraadt didn't like it.
2008-08-11 marcoAdd infrastructure to manually kick off rebuilds.
2008-08-11 tobiasPrevent a buffer underrun if a line is received which...
2008-08-11 tobiasUse only safe functions in signal handlers.
2008-08-11 reykmore goto fail on gettimeofday error
2008-08-11 reykbetter handling of HTTP POSTs or requests with Content...
2008-08-11 reykadd missing 'break' to read HTTP content correctly
2008-08-11 mglockerSince we have ehci(4) isoc support now, don't demote...
2008-08-10 miodAdd support for the VAXstation 3[58][24]0 to the bootbl...
2008-08-10 sobradoadd missing ellipsis; spacing.
2008-08-10 krwFix other integer overflow vulnerability I introduced...
2008-08-10 kettenisUse the STICK logic on UltraSPARC-IIe to generate clock...
2008-08-10 kettenisAdd hypervisor calls for the sun4v random number genera...
2008-08-10 sobradotypo.
2008-08-10 sobradospacing; remove non-existent flag from synopsis.
2008-08-10 krw'coordiates' -> 'coordinates' from Dawe via tech@.
2008-08-10 krw'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe...
2008-08-10 sobradoadd missing space.
2008-08-10 mglockerPrepare for ehci:
2008-08-10 kettenisDon't assume the first LAPIC in the table corresponds...
2008-08-10 krwShorten the lines of '?' output in edit mode. A couple...
2008-08-10 bradStyle fixes and use of tabs for the DRM bits.
2008-08-09 mglockerAdd isochronous xfer support for ehci(4). From NetBSD.
2008-08-09 kettenisAdd prom_set_sun4v_api_version().
2008-08-09 bradMCP79 are also capable of Jumbo frames. Add the Jumbo...
2008-08-09 kettenisFix counting of shared (PCI) interrupts. Remove some...
2008-08-09 kettenisPrevent integer overflow in DL_BLKTOSEC().
2008-08-09 miodPass a device name to {tc,tcds,ioasic}_intr_establish...
2008-08-09 miodDo not forget to set the ``specific EOI'' bit when...
2008-08-09 miodRegen
2008-08-09 miodAdd the fr-dvorak-be'po layout as fr.dvorak for ps...
2008-08-09 thibturn an MFREE() into an m_free() and garbage collect an
2008-08-09 thibo nfs_vinvalbuf() is always called with the intrflag...
2008-08-09 mglockerRevert last commit, it doesn't always help, we need...
2008-08-09 mglockerPrepare for ehci: If GET_DEF request has failed, wait...
2008-08-08 krwAdmit b_blkno means block number; a block is DEV_BSIZE...
2008-08-08 reykadd a variable $SERVER_NAME which is "OpenBSD relayd...
2008-08-08 sobradodocumentation tweaks.
2008-08-08 thibo sync comment with reality, we have never malloc(...
2008-08-08 blambertAfter beck@ changed the way nfsiod's are notified of...
2008-08-08 blambertRemove code for variable-sized allocations of NFS fileh...
2008-08-08 reykchunked encoding may include empty lines at random...
2008-08-08 matthieuSmall step towards fixing documentation:
2008-08-08 thibremove an if notyet block from sys_fstatfs(), that...
2008-08-08 reykfix possible memleaks in chunked encoding handler
2008-08-08 reykonly dump all protocol nodes with DEBUG > 1.
2008-08-08 reykSupport HTTP responses that neither specify a Content...
2008-08-08 bluhmDo not latch the IPSec tdb to the inpcb unconditionally...
2008-08-08 jsingWrap long lines and remove useless comment.
2008-08-08 thibuse cgbase() instead of doing arthmetic on fs_fpg when...
2008-08-08 damiensync
2008-08-08 jsingMake sgivol use the sgilabel struct from machine/diskla...
2008-08-08 damienPCI IDs for Intel WiFi Link 5000 series (5100, 5300...
2008-08-08 damienadd Longshine LCS-8031N to the list of supported device...
2008-08-08 thibif we fail to extract the mbuf in the Rx routine, increment
2008-08-08 reyksync
2008-08-08 reykadd eMPIA Technology EeePC 701 camera (currently unsupp...
2008-08-08 thibspacing + wrap a line at 79chars.
2008-08-08 thibplug an mbuf leak in m_pullup2(); If we fail to get...
2008-08-08 thibCheck gettimeofday() against -1; Add a missing error...
2008-08-08 sobradoadd a description for the options of fgen;
2008-08-08 fgscho use definitions from cd.h
2008-08-08 krw'prey' -> 'pray' in comment as prayer rather than preda...
2008-08-08 martynasrevert
2008-08-08 martynasmake _digittoint static
2008-08-07 claudioRemove workaround used for the 4.4 release. More route...
2008-08-07 kettenisUse %sys_tick to generate clock interrupts on systems...
2008-08-07 bradFix a typo, inteface -> interface.
2008-08-07 kettenisGive each CPU its own `struct intrhand' for %tick inter...
2008-08-07 ottosmall cleanup of error/warning strings
2008-08-07 henninggrow MINCLSIZE to MHLEN + MLEN + 1 again. we shrinked...
2008-08-07 henningcorrectly copy the log interface spec when expanding...
2008-08-07 damienaccount spanning tree frames in if_obytes and if_omcasts.
2008-08-07 damiendo not touch m after IFQ_ENQUEUE()+if_start().
2008-08-07 brad- Enable ALTQ support.
2008-08-07 reykdon't wait for a free mbuf cluster in sosend() and...
2008-08-07 sobradospacing.
2008-08-07 deraadtwe are at 4.4-current
2008-08-07 miodAdd a little section about ACPI, explaining that disabl...
2008-08-06 miodIn the upgrade blurb, mention xetc won't be selectable...
2008-08-06 miodOops, the new sets size computation script does not...
2008-08-06 miodUpdate sets sizes.
next