2016-08-05 |
kettenis | Switch the sunxi platform over to the new interrupt... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Switch pending event clearing to an atomic swap operation |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Switch pending event clearing to an atomic swap operation |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Fixup incorrect EAGAIN handling |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Read events array offset must be calculated in bytes |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Remove incorrect optimization: ring data portion size... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
deraadt | Do not *printf %s NULL |
commit | commitdiff | tree | snapshot |
2016-08-05 |
schwarze | fix a typo that prevented names from .Dt from getting... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
schwarze | * Properly distinguish commands (.Ic) and command modif... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2016-08-05 |
schwarze | Obvious minor fixes: |
commit | commitdiff | tree | snapshot |
2016-08-05 |
tedu | use a larger chunk for getentropy() and save some for... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
krw | Don't leak the option data of non-DHCPINFORM messages... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
tb | All four arguments can be omitted by specifying a dash. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
tb | If reps and steps were omitted, while begin and end... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
tb | If "%%" appears in the format string, skip it properly. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
kettenis | Unmask the timer output signal for real. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
tb | enable dddd regression test |
commit | commitdiff | tree | snapshot |
2016-08-05 |
tb | Initialize reps, begin, end, steps to their defaults. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
visa | Drop a pointless link carrier check from the RX path. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jca | Using a macro to save 4 chars is mere obfuscation. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jca | Kill an unused macro |
commit | commitdiff | tree | snapshot |
2016-08-05 |
kettenis | imxahci(4) needs ahci.c |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jca | Add a -u switch to always log route insertions/deletions. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Trigger link state update only on media status updates |
commit | commitdiff | tree | snapshot |
2016-08-05 |
mikeb | Fixup the condition that prevented heartbeat & co.... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jca | Use tighter pledge(2) restrictions. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jca | Rework logging. |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jca | Switch from select(2) to poll(2); ok millert@ |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jmc | shorten the openssl dsa text; |
commit | commitdiff | tree | snapshot |
2016-08-05 |
jmc | grammar fix; |
commit | commitdiff | tree | snapshot |
2016-08-05 |
martijn | Make RES_OPTIONS point directly to resolv.conf(5) inste... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
vgross | Commit in6_selectsrc() split again, with missing assign... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
kettenis | Dynamically attach ampintc(4) and make it register... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
kettenis | Add imxgpc(4), a driver for the i.MX6 General Power... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
kettenis | After fixing up some of the AR8035 PHY registers, issue... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
visa | Mention jumbo frames. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
visa | Add support for jumbo frames. |
commit | commitdiff | tree | snapshot |
2016-08-04 |
kettenis | Add support for pre-registering interrupts. This allow... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
schwarze | Fix an assertion failure that happened when trying... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
schwarze | adjust database file name and version number to what... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
jmc | tpm tweaks; |
commit | commitdiff | tree | snapshot |
2016-08-03 |
krw | Apply a warning fix from lukem@NetBSD circa 1997 (more... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
krw | Apply fix from David Binderman via NetBSD. "Use all... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
krw | Apply fix from mrouted 3.8 via NetBSD. Our mbone suppor... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jcs | move acpimcfg to keep list sorted |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jcs | reference dwiic here too |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jcs | add a man page for tpm(4) |
commit | commitdiff | tree | snapshot |
2016-08-03 |
vgross | Fix typo, spotted by Holger Mikolon <holger@mikolon... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jcs | not having a century is a known layout by now |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jcs | don't complain about invalid checksum if the bios isn... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jcs | add a minimal TPM 1.2 driver just to issue a "save... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
mikeb | Use atomic operations to manipulate event masking bits |
commit | commitdiff | tree | snapshot |
2016-08-03 |
krw | strnames[i][0] == 'k' && strnames[i][0] == 'f' should be |
commit | commitdiff | tree | snapshot |
2016-08-03 |
krw | A couple of "a->blah == a->blah" -> "a->blah == b-... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
mikeb | Remove the periodic timer and do rescheduling during... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
mikeb | Use an atomic operation to clear pending event bits |
commit | commitdiff | tree | snapshot |
2016-08-03 |
krw | Fold umass_atapi_attach() and umass_scsi_setup() into... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
kettenis | Simplify the way we handle TLB flushes. Since ARMv7... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
nicm | We only replace the first %%, not multiple (use %2... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
nicm | Fix minimum size when pane status line is enabled,... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
kettenis | The ARMv7 architecture deprecates the separate Instruct... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
jmc | shorten the openssl dhparam text; |
commit | commitdiff | tree | snapshot |
2016-08-03 |
djm | small refactor of cipher.c: make ciphercontext opaque... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
dtucker | Fix bug introduced in rev 1.467 which causes "buffer_ge... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
martijn | Fix the begin of word bug in s-command, similar to... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
jca | Move to libevent; ok florian@ |
commit | commitdiff | tree | snapshot |
2016-08-02 |
jca | Ensure that "lim" is initialized and reset at each... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
jca | Ignore the -bindir option, meaningless on OpenBSD. |
commit | commitdiff | tree | snapshot |
2016-08-02 |
jca | Allow specifying an alternate socket path. |
commit | commitdiff | tree | snapshot |
2016-08-02 |
jcs | capitalize a question like all the others |
commit | commitdiff | tree | snapshot |
2016-08-02 |
jsing | Revert previous since it adds new symbols. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
benno | whitespace and 80 columns, no binary change |
commit | commitdiff | tree | snapshot |
2016-08-01 |
benno | sync http.h with relayd |
commit | commitdiff | tree | snapshot |
2016-08-01 |
benno | rfc 7230 3.3.3 says: response with a status code of 1xx |
commit | commitdiff | tree | snapshot |
2016-08-01 |
kettenis | Looks like patrick@ committed an older version of the... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
schwarze | Repair makewhatis -t, sorry for breaking it in the... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
martijn | Allow a bel character in wall. This was missed when... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
bentley | Remove vi's "directory" option and TMPDIR support. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
jmc | the default smtpd setup does not require newaliases... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
jsing | Bump TLS_API for addition of ALPN support. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
jsing | Add ALPN support to libtls. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
jca | zap unused var |
commit | commitdiff | tree | snapshot |
2016-08-01 |
stefan | Make sure variables are initialized before using them |
commit | commitdiff | tree | snapshot |
2016-08-01 |
stefan | Do not pass VM name directly to setproctitle format... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
tedu | bring the light of ansi to a few more files |
commit | commitdiff | tree | snapshot |
2016-08-01 |
mikeb | Don't forget to destroy the taskqueue on interrupt... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
patrick | Implement an FDT-aware interrupt establish API. This... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
mikeb | Mark shared producer and consumer indices volatile |
commit | commitdiff | tree | snapshot |
2016-08-01 |
schwarze | document the new file format |
commit | commitdiff | tree | snapshot |
2016-08-01 |
krw | Set SDEV_UMASS on all umass devices, even when they... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
schwarze | Remove the dependency on SQLite without loss of functio... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
jmc | shorten the openssl dgst text; in particular, do not... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
jmc | update currency exchange rates; |
commit | commitdiff | tree | snapshot |
2016-08-01 |
espie | document default for DISTDIR |
commit | commitdiff | tree | snapshot |
2016-07-31 |
schwarze | Some base system pages, for example perl(1), contain... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
kettenis | Remove devmap stuff which is unused on armv7. |
commit | commitdiff | tree | snapshot |
2016-07-31 |
kettenis | According to te armv7 ARM TLB entries that caused a... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
natano | Close /dev/hotplug on exec(). Otherwise a restart of... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
bcook | bump for LibreSSL 2.5.x |
commit | commitdiff | tree | snapshot |
next |