2018-01-25 |
mpi | Remove mutex implementations that now live in MI code. |
commit | commitdiff | tree | snapshot |
2018-01-25 |
mpi | Move common mutex implementations to a MI place. |
commit | commitdiff | tree | snapshot |
2018-01-25 |
mpi | Use a workaround for detached parent in carp_proto_inpu... |
commit | commitdiff | tree | snapshot |
2018-01-25 |
mpi | Use a new LDFLAGS variable to pass "-melf_i386_obsd... |
commit | commitdiff | tree | snapshot |
2018-01-25 |
mpi | Assert that ifiq_destroy() is not called with the NET_L... |
commit | commitdiff | tree | snapshot |
2018-01-25 |
djm | certificate options are case-sensitive; fix case on... |
commit | commitdiff | tree | snapshot |
2018-01-25 |
yasuoka | Fix perl build not to install libperl* twice. This... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
kettenis | Make the NEON codepaths conditional on __STRICT_ALIGNME... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
krw | Don't display the seconds until renewal. i.e. "em0... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
patrick | Implement support for specifying multiple proposals... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
espie | add the glue to generate future libset, which are curre... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
millert | POSIX requires that awk support \v and \a escapes.... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
claudio | Log some more errors in the ca code, since there seems... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
tb | Use closefrom(3) instead of manually closing all file... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
patrick | Do not print that the firmware was successfully loaded... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
patrick | Put the default case, which prints information about... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
patrick | We don't do booleans in the kernel, so replace a few... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
dlg | document bpfsattach and bpfsdetach |
commit | commitdiff | tree | snapshot |
2018-01-24 |
dlg | add support for bpf on "subsystems", not just network... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
bluhm | Add a smarter test that opens a file, unlinks it, and... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
bluhm | The IPv6 gateway address passed to rt6_flush() comes... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
millert | Update to tzdata2018c from ftp.iana.org |
commit | commitdiff | tree | snapshot |
2018-01-23 |
bluhm | The TCP reaper timeout was still imlemented as soft... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
bluhm | Although it is a dead store here, always reassign the... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
bluhm | Bring back the PRU_ATTACH constant and description... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
bluhm | Fix printf(9) format strings so that a kernel with... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
stsp | Fix a logic bug in sshd_exchange_identification which... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
stsp | Add missing braces; fixes 'write: Socket is not connect... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
deraadt | use END_STRONG. Yes, everything in the sh ecosystem... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
visa | Always lock the kernel lock with non-MP-safe interrupt... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
kettenis | Revise 'struct fpreg' such that it can actually represe... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
fcambus | Fix underline rotation on CCW (quarter counter-clockwis... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
otto | Fix table wrt missing element and `, detailed analysis... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
djm | Drop compatibility hacks for some ancient SSH implement... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
djm | try harder to preserve errno during ssh_connect_direct... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
djm | unbreak support for clients that advertise a protocol... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
djm | don't attempt to force hostnames that are addresses... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
djm | avoid modifying pw->pw_passwd; let endpwent() clean... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
kevlo | Fix checks for error return from urtw_alloc_rx_data_lis... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
bru | 1. Add a field for configuring the size of edge areas... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
okan | Add support for 'a:' and 'exists:' mechanisms. |
commit | commitdiff | tree | snapshot |
2018-01-22 |
bluhm | Bring back the detach messages in trpt(8) for tcp debug... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
espie | Triggered by Klemens Nanni patch, move OLD_WRKDIR_NAME... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
helg | Use the proper address space when using a kernel that... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
fcambus | More sizes for free() in wscons(4). |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | <machine/mutex.h> -> <sys/mutex.h> |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | Include <sys/mutex.h> instead of <machine/mutex.h> |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | Include <sys/mutex.h> rather than <machine/mutex.h> |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | Use ip_send() to not call ip_output() recursively in... |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | Do not call ip_output() recursively in vxlan_start(). |
commit | commitdiff | tree | snapshot |
2018-01-22 |
mpi | Add SHT_SYMTAB_SHNDX |
commit | commitdiff | tree | snapshot |
2018-01-22 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2018-01-22 |
jsg | add clang-local(1) to SEE ALSO |
commit | commitdiff | tree | snapshot |
2018-01-22 |
jsg | Match on Iris Pro Graphics 580 and other skylake GT4... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
kettenis | Move some code back from locore0.S to locore.S that... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
kettenis | Implement ffs(3) using the CLZ instructions which has... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
patrick | Add missing OpenBSD CVS tag |
commit | commitdiff | tree | snapshot |
2018-01-21 |
patrick | Implement network boot support in efiboot(8). This... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
jasper | add new '-c' option which runs a command instead of... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
halex | fix error handling while fetching sets |
commit | commitdiff | tree | snapshot |
2018-01-21 |
mikeb | Release interrupt source if the interrupt task is alrea... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
mikeb | Improve panic message |
commit | commitdiff | tree | snapshot |
2018-01-21 |
jmc | add arch to Dt; |
commit | commitdiff | tree | snapshot |
2018-01-21 |
jmc | remove the ref to gcc-local. the alternative was to... |
commit | commitdiff | tree | snapshot |
2018-01-20 |
jsg | use virt instructions with clang instead of equivalent... |
commit | commitdiff | tree | snapshot |
2018-01-20 |
mpf | Provide a simpler example ifstated.conf. |
commit | commitdiff | tree | snapshot |
2018-01-20 |
mpf | Improve the config example. |
commit | commitdiff | tree | snapshot |
2018-01-20 |
mikeb | Disable TCP and UDP transmit checksum offloading |
commit | commitdiff | tree | snapshot |
2018-01-20 |
rob | Fix uninitialized variable. |
commit | commitdiff | tree | snapshot |
2018-01-20 |
kettenis | Re-enable the code that unmaps the startup code once... |
commit | commitdiff | tree | snapshot |
2018-01-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2018-01-20 |
anton | Remove code that has been disabled since 1999. From... |
commit | commitdiff | tree | snapshot |
2018-01-20 |
espie | oops, no chomp, so get rid of the extra blank line... |
commit | commitdiff | tree | snapshot |
2018-01-19 |
jcs | dwiic: cleanup function prototypes after ACPI/PCI split |
commit | commitdiff | tree | snapshot |
2018-01-19 |
kettenis | sync |
commit | commitdiff | tree | snapshot |
2018-01-19 |
kettenis | Build clang on sparc64. |
commit | commitdiff | tree | snapshot |
2018-01-19 |
kettenis | Switch the default compiler on armv7 to clang. |
commit | commitdiff | tree | snapshot |
2018-01-19 |
kettenis | Use static inline such that the functions are guarantee... |
commit | commitdiff | tree | snapshot |
2018-01-19 |
bluhm | In pfioctl() a pf unlock was missing in the error path. |
commit | commitdiff | tree | snapshot |
2018-01-19 |
ccardenas | VMD: vioscsi - fix large ISO support in Linux |
commit | commitdiff | tree | snapshot |
2018-01-19 |
bluhm | Use the pf state key linking functions in two more... |
commit | commitdiff | tree | snapshot |
2018-01-19 |
espie | display the actual redirect message, as that's informative. |
commit | commitdiff | tree | snapshot |
2018-01-19 |
jca | Partial revert of rev. 1.7, fixes build with clang |
commit | commitdiff | tree | snapshot |
2018-01-19 |
gsoares | /etc/snmpd.conf may contain passwords or other sensitive |
commit | commitdiff | tree | snapshot |
2018-01-18 |
deraadt | Wow, it cannot even be in .data... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
otto | Zap the rotor, it was a wrong idea. Cluebat applied... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
deraadt | Sorry, the PIC macros cannot reach to .rodata.... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
ratchov | Remove quirk matching all Yamaha devices, as this preve... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
bluhm | While booting it does not make sense to wait for memory... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
job | Make URL redirection sticky in the installer |
commit | commitdiff | tree | snapshot |
2018-01-18 |
nicm | Discard all but the last line when reading from a ... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
visa | Make the installer use the multiprocessor kernel if... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
visa | Fix the computation of `ncpusfound' on !MULTIPROCESSOR... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
mikeb | Fix an off-by-one uncovered by the recent free(9) change |
commit | commitdiff | tree | snapshot |
2018-01-18 |
bentley | Mark up mount(8) options with Cm. |
commit | commitdiff | tree | snapshot |
2018-01-18 |
otto | Move to ffs(3) for bitmask scanning. I played with... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
guenther | Instead of trying to handle ffs() with the normal renam... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
guenther | Unlike other archs, mips64 needs ld.so to know about... |
commit | commitdiff | tree | snapshot |
2018-01-18 |
nicm | Remove unused hooks_run function, from Thomas Adam. |
commit | commitdiff | tree | snapshot |
next |