openbsd
2018-01-06 sunilMove unpack functions into a seperate file.
2018-01-06 visaRemove redundant zeroing and dead code.
2018-01-06 dlgrework the transmit and receive paths to address reliab...
2018-01-05 patrickTo send out packets we need to create a flowring. ...
2018-01-05 patrickDrop incoming network packets as long as we are not...
2018-01-05 jmcsome minor fixes;
2018-01-05 kettenisHandle resets; needed on Allwinner R40/V40.
2018-01-05 kettenisImplement R40/V40 SATA clock.
2018-01-05 kettenisAdd support for AXP221/223.
2018-01-05 patrickWhen we receive an AUTH or ASSOC event even though...
2018-01-05 mikebSync with the code in libc
2018-01-05 kettenisMake arm64 use the MI mplock implementation. Avoid...
2018-01-05 jcaunifdef JOBS support
2018-01-05 krwComplete and fix grammar in comments and bring grammar...
2018-01-05 jmcsome 11n bits; help/ok stsp
2018-01-05 espie@libset is going to be part of the dependency information.
2018-01-05 jcaUse log_warnx() in places where errno is irrelevant.
2018-01-05 tbTypos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.
2018-01-05 kettenisRemove unnecessary delays. There is no reason to wait...
2018-01-05 piroftiShow uvm_fault and trace when typing show panic on...
2018-01-05 mpiNo need for <sys/socketvar.h>
2018-01-05 piroftiFix DRM_DEBUG builds.
2018-01-05 ottothe value of bflag is a blockno, so use the proper...
2018-01-05 mpiRemove useless <sys/socketvar.h> includes.
2018-01-05 deraadtaccidental commit
2018-01-05 deraadtbackout, because it breaks builds in dev/microcode.
2018-01-05 dlgcast the result of the ternary ops in __swapXX to the...
2018-01-04 patrickReceiving an AUTH event means that we successfully...
2018-01-04 bluhmAdd more tests that check the timeout behavior of relayd.
2018-01-04 jmcfrom paul de weerd: provide a more helpful Xr to ocspch...
2018-01-04 jmcadd HISTORY; requested by jiri navratil
2018-01-04 krwCompact some whitespace, unsplit now shorter lines.
2018-01-04 kettenisAdd ARM EABI aliases and remove functions that are...
2018-01-04 millertBack out sign compare changes that appear to cause...
2018-01-04 krwComments and grammar use '_decl' so use _decl instead...
2018-01-04 deraadtglaring KNF violation
2018-01-04 ccardenasAddress TOCTOU issue with checking to ensure disks...
2018-01-04 kettenisImplement support for calling EFI runtime services...
2018-01-04 mpispace -> tab
2018-01-04 mpiUnify <machine/mutex.h> a bit further.
2018-01-04 tbBack out tx mitigation again because it breaks suspend...
2018-01-04 mpiDo a FREF/FRELE dance after calling fd_getfile().
2018-01-04 mpiInclude timeout & tasks in 'struct ifnet' instead of...
2018-01-04 mpiUnifdef snd/rcv.
2018-01-04 krwparse_lease_time() is an unnecessary abstraction. Just use
2018-01-04 krwWe only parse decimal numbers, so parse_decimal() ...
2018-01-04 dlgremove support for decapsulating LLC/SNAP frames.
2018-01-03 deraadtsync
2018-01-03 dlgrework __swapXX to avoid the use of __statement.
2018-01-03 dlgassign 1 instead of the result of htole16(1) to a uint8_t.
2018-01-03 patrickSince the PCI attachment code already uses mbufs for...
2018-01-03 kettenisInstead of adding each and every clock to the list...
2018-01-03 kettenisAdd ASMedia ASM1061 SATA to the list of devices as...
2018-01-03 denisAdd support for IPv6 over MPLS pseudowire aka mpw(4)
2018-01-03 denisAdd support for IPv6 over MPLS pseudowire aka mpw(4)
2018-01-03 schwarzeStop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip...
2018-01-03 sunilUse crypt_checkpass(3) instead of crypt(3).
2018-01-03 rpeAlways present the same question at the end of installs...
2018-01-03 patrickAdd size for free(9) in the bwfm(4) PCI attachment...
2018-01-03 bentleyInclude https:// in links, so HTML output doesn't assum...
2018-01-03 jmcpretty up the "start" command;
2018-01-03 jmcfix SEE ALSO;
2018-01-03 dlgremove __swap16_multi because endian.h provides swap16_...
2018-01-03 ccardenasAdd initial CD-ROM support to VMD via vioscsi.
2018-01-03 kettenisAdd remap_bynode() since I use it in the rkpcie(4)...
2018-01-02 kettenisrkpcie(4)
2018-01-02 kettenisEnable rkpcie(4).
2018-01-02 kettenisInitial stab at a driver for the PCIe interface on...
2018-01-02 kettenisregen
2018-01-02 kettenisAdd Rockchip vendor and RK3399 Root Complex device.
2018-01-02 gilleswe haven't updated the version in a while despite many...
2018-01-02 antonAdd missing mouse type. Reported by bit shifter on...
2018-01-02 mpiMove the cloning bits in their own function.
2018-01-02 mpiDo not memset() the whole structure in sorflush() to...
2018-01-02 mpiMove the NET_LOCK() inside the switch and start documen...
2018-01-02 jmcsome grammar fixes; from dholland@netbsd, -r1.68
2018-01-02 jmcupdate currency exchange rates;
2018-01-02 dlgreintroduce tx mitigation
2018-01-02 guentherWhen invoked with no file arguments, display usage...
2018-01-02 guentherDon't #include fcntl.h when _KERNEL is defined.
2018-01-02 guentherStop assuming <sys/file.h> will pull in fcntl.h when...
2018-01-02 guentherFix an off-by-one in the free(9) "passed size was too...
2018-01-02 krwMore grammar comments improvements.
2018-01-01 patrickFor whatever reason the firmware needs more RX buffers...
2018-01-01 patrickPut the code that prints the firmware's debug console...
2018-01-01 millertAdd WARNINGS=yes to ksh and fix the resulting sign...
2018-01-01 denisFix wrong ETHERTYPE_IPV6
2018-01-01 kettenisMake lld respect ALIGN directives on output sections...
2018-01-01 bluhmThe missing NULL check for the return value of malloc...
2018-01-01 krwTweak syntax comments into consistency and completeness.
2018-01-01 claudioRSA_private_{en,de}crypt() can fail and will return...
2018-01-01 espieplaceholder for new keyword that doesn't do anything...
2018-01-01 ottoOnly init chunk_info once, plus some moving of code...
2018-01-01 nicmPrefer PWD for current directory if present in client...
2018-01-01 nicmAdd C-g at command prompt for emacs people, GitHub...
2018-01-01 florianfree(9) sizes for sys_execve.
2018-01-01 florianWe are either allocating 2 or three array members....
2018-01-01 jsgcopyright++;
2017-12-31 nicmInitialize the size of new panes created by the even...
2017-12-31 kettenissxitemp(4)
next