openbsd
2018-01-28 kettenisSpin up secondary CPUs and add IPI infrastructure....
2018-01-28 jmcremove the emulex link: it's dead, and i can;t see...
2018-01-28 jsgStore PSCI function ids as uint32_t not int in the...
2018-01-28 kettenisBring this more in line with our other architectures.
2018-01-28 krwA few fatal() -> fatalx() where errno is not
2018-01-28 inoguchiInitialize variables to avoid compiler warnings
2018-01-28 ottotypo
2018-01-28 jsgsync
2018-01-27 naddySync the nam2blk entries with the bdevsw table, which...
2018-01-27 jsingUpdate regress to match removal of ssl_parse_clienthell...
2018-01-27 jsingComplete the TLS extension handling rewrite for the...
2018-01-27 jsingClarify the comment re the F5 EC curves extension bug.
2018-01-27 jsingConvert ssl3_put_cipher_by_char() to CBB.
2018-01-27 stspFix an interrupt storm issue in vnet(4) mpi@ managed...
2018-01-27 antonAdd missing `l' prefix to linker flag and markup SIGHUP...
2018-01-27 antonAvoid passing NULL to vprintf() by assigning a name...
2018-01-26 kettenisAdd kernel support for the VFP FPU/SIMD unit. Based...
2018-01-26 otto- do not junk pages returned by free_bytes(), all freed...
2018-01-26 naddyHandle the transfer size option when faking up /etc...
2018-01-26 kettenisAdd kernel support for the VFP FPU/SIMD unit. Based...
2018-01-26 kettenisCleanup VFP code.
2018-01-26 jcaDocument MODCMAKE_DEBUG
2018-01-26 ericallow unpriviledged user to run "encrypt" and "spf...
2018-01-26 ccardenasFix Failure on Start
2018-01-25 krwAdd DPRINTF() and use it to replace log_debug() stateme...
2018-01-25 mpiRemove mutex implementations that now live in MI code.
2018-01-25 mpiMove common mutex implementations to a MI place.
2018-01-25 mpiUse a workaround for detached parent in carp_proto_inpu...
2018-01-25 mpiUse a new LDFLAGS variable to pass "-melf_i386_obsd...
2018-01-25 mpiAssert that ifiq_destroy() is not called with the NET_L...
2018-01-25 djmcertificate options are case-sensitive; fix case on...
2018-01-25 yasuokaFix perl build not to install libperl* twice. This...
2018-01-24 kettenisMake the NEON codepaths conditional on __STRICT_ALIGNME...
2018-01-24 krwDon't display the seconds until renewal. i.e. "em0...
2018-01-24 patrickImplement support for specifying multiple proposals...
2018-01-24 espieadd the glue to generate future libset, which are curre...
2018-01-24 millertPOSIX requires that awk support \v and \a escapes....
2018-01-24 claudioLog some more errors in the ca code, since there seems...
2018-01-24 tbUse closefrom(3) instead of manually closing all file...
2018-01-24 patrickDo not print that the firmware was successfully loaded...
2018-01-24 patrickPut the default case, which prints information about...
2018-01-24 patrickWe don't do booleans in the kernel, so replace a few...
2018-01-24 dlgdocument bpfsattach and bpfsdetach
2018-01-24 dlgadd support for bpf on "subsystems", not just network...
2018-01-23 bluhmAdd a smarter test that opens a file, unlinks it, and...
2018-01-23 bluhmThe IPv6 gateway address passed to rt6_flush() comes...
2018-01-23 millertUpdate to tzdata2018c from ftp.iana.org
2018-01-23 bluhmThe TCP reaper timeout was still imlemented as soft...
2018-01-23 bluhmAlthough it is a dead store here, always reassign the...
2018-01-23 bluhmBring back the PRU_ATTACH constant and description...
2018-01-23 bluhmFix printf(9) format strings so that a kernel with...
2018-01-23 stspFix a logic bug in sshd_exchange_identification which...
2018-01-23 stspAdd missing braces; fixes 'write: Socket is not connect...
2018-01-23 deraadtuse END_STRONG. Yes, everything in the sh ecosystem...
2018-01-23 visaAlways lock the kernel lock with non-MP-safe interrupt...
2018-01-23 kettenisRevise 'struct fpreg' such that it can actually represe...
2018-01-23 fcambusFix underline rotation on CCW (quarter counter-clockwis...
2018-01-23 ottoFix table wrt missing element and `, detailed analysis...
2018-01-23 djmDrop compatibility hacks for some ancient SSH implement...
2018-01-23 djmtry harder to preserve errno during ssh_connect_direct...
2018-01-23 djmunbreak support for clients that advertise a protocol...
2018-01-23 djmdon't attempt to force hostnames that are addresses...
2018-01-23 djmavoid modifying pw->pw_passwd; let endpwent() clean...
2018-01-23 kevloFix checks for error return from urtw_alloc_rx_data_lis...
2018-01-22 bru1. Add a field for configuring the size of edge areas...
2018-01-22 okanAdd support for 'a:' and 'exists:' mechanisms.
2018-01-22 bluhmBring back the detach messages in trpt(8) for tcp debug...
2018-01-22 espieTriggered by Klemens Nanni patch, move OLD_WRKDIR_NAME...
2018-01-22 helgUse the proper address space when using a kernel that...
2018-01-22 fcambusMore sizes for free() in wscons(4).
2018-01-22 mpi<machine/mutex.h> -> <sys/mutex.h>
2018-01-22 mpiInclude <sys/mutex.h> instead of <machine/mutex.h>
2018-01-22 mpiInclude <sys/mutex.h> rather than <machine/mutex.h>
2018-01-22 mpiAlways grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.
2018-01-22 mpiUse ip_send() to not call ip_output() recursively in...
2018-01-22 mpiDo not call ip_output() recursively in vxlan_start().
2018-01-22 mpiAdd SHT_SYMTAB_SHNDX
2018-01-22 jsgregen
2018-01-22 jsgadd clang-local(1) to SEE ALSO
2018-01-22 jsgMatch on Iris Pro Graphics 580 and other skylake GT4...
2018-01-21 kettenisMove some code back from locore0.S to locore.S that...
2018-01-21 kettenisImplement ffs(3) using the CLZ instructions which has...
2018-01-21 patrickAdd missing OpenBSD CVS tag
2018-01-21 patrickImplement network boot support in efiboot(8). This...
2018-01-21 jasperadd new '-c' option which runs a command instead of...
2018-01-21 halexfix error handling while fetching sets
2018-01-21 mikebRelease interrupt source if the interrupt task is alrea...
2018-01-21 mikebImprove panic message
2018-01-21 jmcadd arch to Dt;
2018-01-21 jmcremove the ref to gcc-local. the alternative was to...
2018-01-20 jsguse virt instructions with clang instead of equivalent...
2018-01-20 mpfProvide a simpler example ifstated.conf.
2018-01-20 mpfImprove the config example.
2018-01-20 mikebDisable TCP and UDP transmit checksum offloading
2018-01-20 robFix uninitialized variable.
2018-01-20 kettenisRe-enable the code that unmaps the startup code once...
2018-01-20 deraadtsync
2018-01-20 antonRemove code that has been disabled since 1999. From...
2018-01-20 espieoops, no chomp, so get rid of the extra blank line...
2018-01-19 jcsdwiic: cleanup function prototypes after ACPI/PCI split
next