2018-01-02 |
mpi | Move the cloning bits in their own function. |
commit | commitdiff | tree | snapshot |
2018-01-02 |
mpi | Do not memset() the whole structure in sorflush() to... |
commit | commitdiff | tree | snapshot |
2018-01-02 |
mpi | Move the NET_LOCK() inside the switch and start documen... |
commit | commitdiff | tree | snapshot |
2018-01-02 |
jmc | some grammar fixes; from dholland@netbsd, -r1.68 |
commit | commitdiff | tree | snapshot |
2018-01-02 |
jmc | update currency exchange rates; |
commit | commitdiff | tree | snapshot |
2018-01-02 |
dlg | reintroduce tx mitigation |
commit | commitdiff | tree | snapshot |
2018-01-02 |
guenther | When invoked with no file arguments, display usage... |
commit | commitdiff | tree | snapshot |
2018-01-02 |
guenther | Don't #include fcntl.h when _KERNEL is defined. |
commit | commitdiff | tree | snapshot |
2018-01-02 |
guenther | Stop assuming <sys/file.h> will pull in fcntl.h when... |
commit | commitdiff | tree | snapshot |
2018-01-02 |
guenther | Fix an off-by-one in the free(9) "passed size was too... |
commit | commitdiff | tree | snapshot |
2018-01-02 |
krw | More grammar comments improvements. |
commit | commitdiff | tree | snapshot |
2018-01-01 |
patrick | For whatever reason the firmware needs more RX buffers... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
patrick | Put the code that prints the firmware's debug console... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
millert | Add WARNINGS=yes to ksh and fix the resulting sign... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
denis | Fix wrong ETHERTYPE_IPV6 |
commit | commitdiff | tree | snapshot |
2018-01-01 |
kettenis | Make lld respect ALIGN directives on output sections... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
bluhm | The missing NULL check for the return value of malloc... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
krw | Tweak syntax comments into consistency and completeness. |
commit | commitdiff | tree | snapshot |
2018-01-01 |
claudio | RSA_private_{en,de}crypt() can fail and will return... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
espie | placeholder for new keyword that doesn't do anything... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
otto | Only init chunk_info once, plus some moving of code... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
nicm | Prefer PWD for current directory if present in client... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
nicm | Add C-g at command prompt for emacs people, GitHub... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
florian | free(9) sizes for sys_execve. |
commit | commitdiff | tree | snapshot |
2018-01-01 |
florian | We are either allocating 2 or three array members.... |
commit | commitdiff | tree | snapshot |
2018-01-01 |
jsg | copyright++; |
commit | commitdiff | tree | snapshot |
2017-12-31 |
nicm | Initialize the size of new panes created by the even... |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | sxitemp(4) |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Add Allwinner R40/V40 support. |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Implement R40/V40 thermal sensor clock. |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Enable sxitemp(4). |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Add sxitemp(4), a driver for the temperature sensors... |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Implement H3/H5 thermal sensor clocks. |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Enable sypwr(4). |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Add sypwr(4), a driver for the Silergy SY8106A regulato... |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Implement H3/H5 CPU clock. |
commit | commitdiff | tree | snapshot |
2017-12-31 |
anton | Remove an unused variable and instruct lex not to produ... |
commit | commitdiff | tree | snapshot |
2017-12-31 |
kettenis | Tighten the permissions used in the early stage page... |
commit | commitdiff | tree | snapshot |
2017-12-30 |
guenther | Don't pull in <sys/file.h> just to get fcntl.h |
commit | commitdiff | tree | snapshot |
2017-12-30 |
guenther | Delete unnecessary <sys/file.h> includes |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | Somewhow I botched rev 1.3, which has a = where a ... |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | Add support for the USB PHY of the Allwinner R40/V40. |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | Implement Allwinner A40/V40 support. |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | The generic clock framework expects frequencies in... |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | Add support for the PRCM clocks on Allwinner A23/A33. |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | Add copyin32 implementation. |
commit | commitdiff | tree | snapshot |
2017-12-30 |
guenther | get_date(), from getdate.y, was last used in the sparc... |
commit | commitdiff | tree | snapshot |
2017-12-30 |
kettenis | Implement CPU_BUSY_CYCLE and intr_disable/restore. |
commit | commitdiff | tree | snapshot |
2017-12-30 |
otto | The `F' option no longer disables delayed freeing;... |
commit | commitdiff | tree | snapshot |
2017-12-30 |
jmc | backslash also escapes newlines when quoted; |
commit | commitdiff | tree | snapshot |
2017-12-30 |
tb | Simplify switch by removing some unneeded cases. |
commit | commitdiff | tree | snapshot |
2017-12-30 |
tb | Avoid one-byte overflow in error path. If the format... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
bluhm | Make sure that pf_mbuf_link_state_key() does not overwr... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
ajacoutot | Prevent syspatch from running and throw an error out... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
bluhm | Make the functions which link the pf state keys to... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
kettenis | Remove the RK3399-specific cpuspeed implementation... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
kettenis | Use register_t instead of uint32_t in smc/hmc calls... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
kettenis | Add support for the CPU clock on the RK3288. Set its... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
fcambus | VIA amd64 compatible CPUs support Enhanced SpeedStep... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
fcambus | Remove unnecessary includes in the i386 version of... |
commit | commitdiff | tree | snapshot |
2017-12-29 |
kettenis | Add rktemp(4). |
commit | commitdiff | tree | snapshot |
2017-12-29 |
kettenis | Add RK3288 support. |
commit | commitdiff | tree | snapshot |
2017-12-29 |
otto | small optimization in bexp; from kshe |
commit | commitdiff | tree | snapshot |
2017-12-28 |
kettenis | Add support for the 2nd clock control module on the... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
kettenis | Separate out Allwinner H3 and H5 pin definitions. |
commit | commitdiff | tree | snapshot |
2017-12-28 |
tom | Remove duplicate includes from sxitwi(4) |
commit | commitdiff | tree | snapshot |
2017-12-28 |
kettenis | Add RK3288 CPU core related clocks. |
commit | commitdiff | tree | snapshot |
2017-12-28 |
jsing | Initialise new_cipher in the serverhello TLS extensions... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
nicm | Redrawing status is needed after changing window flags... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
kettenis | Synch pin defenitions with Linux and add support for... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
bluhm | pf drops IPv4 packets with any options by default.... |
commit | commitdiff | tree | snapshot |
2017-12-28 |
cheloha | Delete information about bulk builds already found... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
fcambus | Add size for free() in the AMD K10/K11 pstate driver. |
commit | commitdiff | tree | snapshot |
2017-12-27 |
benno | log specific error when connect() fails. |
commit | commitdiff | tree | snapshot |
2017-12-27 |
fcambus | Add sizes for free() in the Geode LX Security Block... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
kettenis | Initialize memhook such that /dev/mem access doesn... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
kettenis | Turns out linker scripts in lld are still subtly broken... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
nicm | Draw command prompt correctly with status line off. |
commit | commitdiff | tree | snapshot |
2017-12-27 |
visa | Make octeon_intr_establish() assume edge triggering... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
visa | Ensure interrupt delivery is disabled when setting... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
millert | Add -Wshadow to Makefile and fix the resulting warnings... |
commit | commitdiff | tree | snapshot |
2017-12-27 |
kettenis | Implement OF_getpropint64(). |
commit | commitdiff | tree | snapshot |
2017-12-27 |
otto | step one in avoiding unneccesary init of chunk_info; |
commit | commitdiff | tree | snapshot |
2017-12-27 |
sthen | sync (if_bwfm_pci.h) |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | regen |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | Add two IDT PCIe switches found in a SPARC T4-1 and... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
patrick | Cherry-pick a change from LLD to make the behavior... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
patrick | Update to compiler-rt 5.0.1. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
patrick | Cherry-pick a change from LLVM that marks specific... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
jca | Missed in previous |
commit | commitdiff | tree | snapshot |
2017-12-26 |
millert | The hack for /dev/fd support on systems without it... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | Correct register numbers for AXP809. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
bluhm | As the divert-to pf state is not connected, it is not... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
jca | sync |
commit | commitdiff | tree | snapshot |
2017-12-26 |
jca | Use a version script to limit exported symbols |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | sync |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | Add ARM EABI runtime aliases to the GCC runtime functio... |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | drm/i915: call kunmap_px on pt_vaddr |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kettenis | Sync Allwinner A64 pin defenitions with Linux. |
commit | commitdiff | tree | snapshot |
2017-12-26 |
kevlo | Implement support for the "next-generation" clock bindi... |
commit | commitdiff | tree | snapshot |
next |