2017-04-27 |
mikeb | Don't send multiple error messages in response to a... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
millert | Avoid potential signed int overflow when parsing the... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
mpi | Unifdef KADB. |
commit | commitdiff | tree | snapshot |
2017-04-27 |
kettenis | Use (32-bit) word-sized access in the a4x bus space... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
kettenis | Add code to identify the CPUs on arm64 systems. The... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
mlarkin | rename a struct that was denoted as "VMX only" to make... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
mlarkin | use a more descriptive value from the VEI_DIR_xxx enum... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
jmc | spelling; |
commit | commitdiff | tree | snapshot |
2017-04-27 |
mlarkin | vmm(4): proper save/restore of FPU context during entry... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
stsp | Restore if_iwm.c r1.173 (mira retry change) which got... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
stsp | iwm(4) monitor mode support was backed out for now. |
commit | commitdiff | tree | snapshot |
2017-04-27 |
stsp | Revert if_iwm.c to the state of r1.170 because ETOOMANY... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
dlg | add support for -msave-args in gcc on amd64 |
commit | commitdiff | tree | snapshot |
2017-04-26 |
naddy | silence clang warnings: add an extra pair of parenthese... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
millert | In -C mode, process all checksums that match the specif... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
jmc | remove some repetitive text chunks; ok krw |
commit | commitdiff | tree | snapshot |
2017-04-26 |
mikeb | Perform H-FSC root queue allocation in the kernel |
commit | commitdiff | tree | snapshot |
2017-04-26 |
sthen | Install arm64 manpages: eeprom(8), MAKEDEV(8). ok... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
millert | Remove extraneous ", NULL" in the assignment of msgstr... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
henning | cope with IP address changes. before, we were trying... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
mlarkin | Convert some hardcoded function names in printfs into... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
stsp | Get rid of convoluted macros in iwm's receive code... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
stsp | Remove the size argument of iwm_rx_addbuf() and use... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
mlarkin | Convert some hardcoded function names in printfs into... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
stsp | Tell MiRA about the actual number of retries instead... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
mlarkin | Fix a typo relating to savefpu alignment |
commit | commitdiff | tree | snapshot |
2017-04-26 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2017-04-26 |
beck | We are men of action. Lies do not become us. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
sthen | Have libtool ignore 'static-libtool-libs'. Previously... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
rpe | Unbreak multiple interface configurations like trunk... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
rpe | Unbreak netstart for multiple inteface configurations... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
nicm | Make full width panes try to play more nicely with... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
nicm | When we write out the grid including escape sequences... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
bluhm | Test listening on multiple syslog over TLS sockets. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
bluhm | Allow syslogd(8) to listen on multiple addresses for... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
tb | Use strtonum instead of strto{,u}ll for simpler and... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
reyk | Generate randomized MAC addresses earlier to keep them... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
nicm | Do not update TERM into config file parsing has finished. |
commit | commitdiff | tree | snapshot |
2017-04-25 |
nicm | Block the initial client if there is one until the... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
jmc | some ip6 setup notes; help/ok bluhm |
commit | commitdiff | tree | snapshot |
2017-04-25 |
nicm | if-shell doesn't need to queue its error message into... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
reyk | spacing |
commit | commitdiff | tree | snapshot |
2017-04-24 |
schwarze | Continue parser unification: |
commit | commitdiff | tree | snapshot |
2017-04-24 |
rpe | 'rtsol' has been removed from hostname.if(5) recently. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
rpe | Replace 'rtsol' with 'autoconf' to reflect the change... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
benno | Print bgp administrative shutdown messages (draft-ietf... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
rpe | Introduce a new function parse_hn_line() that replaces... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
rpe | Introduce a new function parse_hn_line() that replaces... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
kettenis | Add support for Cortex-A12. Even though ARM rebranded... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
jmc | a little more consistent text for previous; ok krw |
commit | commitdiff | tree | snapshot |
2017-04-24 |
krw | Add 'echo-client-id' statment, so that RFC 6842 behavio... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
visa | Process fdt before iobus devices. Needed later when... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
jmc | update for the llvm libs; help/ok kettenis |
commit | commitdiff | tree | snapshot |
2017-04-24 |
visa | Add an fdt blob for octeon systems whose firmware does... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
jsg | Since rev 1.1 ix has attempted to require a 64 bit... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
stsp | Document support for 3168 and 8265 devices in iwm(4). |
commit | commitdiff | tree | snapshot |
2017-04-24 |
stsp | Document monitor mode support in iwm(4). |
commit | commitdiff | tree | snapshot |
2017-04-24 |
stsp | Implement monitor mode support for iwm(4). |
commit | commitdiff | tree | snapshot |
2017-04-24 |
stsp | Implement support for multiple packets per receive... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
kettenis | Stop dumping registers on "normal" segmentation faults... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
reyk | Don't overflow the allocated DHCP response buffer. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
reyk | Fix configuration of ASN1_DN IDs. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
ratchov | Fix typos. From Michael W. Bombardieri <mb at ii.net... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
ratchov | Print usage on stderr as do other programs. From Michael |
commit | commitdiff | tree | snapshot |
2017-04-23 |
stsp | Handle unequal numbers of Tx and Rx streams in MiRA. |
commit | commitdiff | tree | snapshot |
2017-04-23 |
nicm | Only use ED for clear screen if at the bottom, same... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
sthen | Some of the LOG_NOTICE messages from PF were seen in... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
jmc | oops, this was meant to be committed with the pfctl... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
jmc | trim the documentation for -k: make it more consistent, |
commit | commitdiff | tree | snapshot |
2017-04-23 |
otto | Rearrange text a bit to make it clear what "discarded... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-04-22 |
visa | Recognize Loongson 3A2000/3B2000 processors. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
visa | Fix an early boot failure on Loongson 3A2000. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
ajacoutot | The gnome module supports cmake now. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
robert | do not leave temp files after the diffing is done |
commit | commitdiff | tree | snapshot |
2017-04-22 |
robert | Add a small shell script to be used by syspatch to... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
robert | rework the syspatch makefile and do complete builds... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Memory leak from David CARLIER. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
visa | Reindent with tabs and add missing braces. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Do not need getopt.h. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
visa | Xr mutex(9) and rwlock(9) |
commit | commitdiff | tree | snapshot |
2017-04-22 |
visa | Shuffle bits into their proper files. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Can't collect UTF-8 characters of more than one byte... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | new -A should use the session name. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Get rid of the extra layer of flags and cmd_prepare... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
otto | For small allocations (chunk) freezero only validates... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Mouse bindings and hooks set up an initial current... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | We need to collect UTF-8 characters so that width ... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Fix if-shell without a client (so in the config file... |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Typo in example. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
nicm | Memory leaks, from David CARLIER. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
visa | Manual page for witness(4). Adapted from FreeBSD. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
yasuoka | Add "key" modifier for -k to make pfctl can kill a... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
yasuoka | Speed up DIOCKILLSTATES by using the RB tree index... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
nicm | Log error properly when no current state, and some... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
nicm | Make sure cmd_find_from_* clear the state if they fail. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
nicm | Rename a variable. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
nicm | Clear shared state if not filling it in. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
nicm | Make the cmd_find_* functions more obvious when looking... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
nicm | Key needs to be initialized to zero now it has flags... |
commit | commitdiff | tree | snapshot |
next |