2015-01-12 |
ajacoutot | Make it possible to reset "timeout" to the default... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
ajacoutot | "timeout" must be a positive integer. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
markus | allow WITH_OPENSSL w/o WITH_SSH1; ok djm@ |
commit | commitdiff | tree | snapshot |
2015-01-12 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2015-01-12 |
jsg | add some E5 v3 PCIE and Bay Trail ids |
commit | commitdiff | tree | snapshot |
2015-01-12 |
djm | fatal if soft-PKCS11 library is missing rather (rather... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
mikeb | Don't forget about protocol specification when configur... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
djm | let this test all supporte key types; pointed out/ok... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
mikeb | When setting up advanced TX descriptor use m_getptr... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
nicm | Add a note that HOST_NAME_MAX does not include a termin... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
deraadt | pretty up some malloc() calls |
commit | commitdiff | tree | snapshot |
2015-01-12 |
deraadt | hibernate_suspend() should not pmap_kremove by itself... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
brad | Some fixes and tidying up of the receive filter handlin... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
tedu | rename blocks to words. bcrypt "blocks" are unrelated... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
doug | Fix a memory leak in bss_dgram. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
dlg | stash the softc in the memory allocated for setting... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
espie | replace fw_update (shell script) with a specialized... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
miod | Remove orphaned defines. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
miod | No more etc set, also sparc nowadays needs more than... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
kettenis | Tolerate checksum errors in ACPI tables (but complain... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
guenther | LOCKDEBUG is dead; perform the funeral rites |
commit | commitdiff | tree | snapshot |
2015-01-11 |
tedu | switch prototype warnings to implicit-declaration warnings. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
gilles | revert two latest commits until a crash is fixed |
commit | commitdiff | tree | snapshot |
2015-01-11 |
miod | When using sun4 PROM I/O routines, make sure we never... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
mpi | There's no simple way so check for DMA buffer overrun... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
miod | Use the softc-specific function pointers for bcopy... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
miod | Make sure to initialize nbpg to a sensible value in... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
miod | Unbreak sun4 |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | global "list" is not the nicest variable name |
commit | commitdiff | tree | snapshot |
2015-01-11 |
kirby | add/fix/extend entries of exUSSR airports I've been to. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
gilles | unbreak the delivery_filename backend, now that it... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
dlg | armv6 introduced opcodes for reversing words in registe... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | correctly use HOST_NAME_MAX. |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | use mallocarray(), then set the size afterwards. Prefe... |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | use mallocarray() |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | mallocarray() for the rx_buffer memory |
commit | commitdiff | tree | snapshot |
2015-01-11 |
guenther | Casting a gid_t to gid_t for a gid_t argument is overkill |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | use mallocarray() when reallocating the mux table |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | KUE_MCFILTCNT() is non-constant, so use mallocarray() |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | unnecessary cast |
commit | commitdiff | tree | snapshot |
2015-01-11 |
deraadt | snc |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Get the MAC address from the PCI ROM on systems without... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Bye, bye simple_lock. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Disable (most) interrupts when the interface goes down. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Enable nep(4). |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Hook up nep(4). |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | A few more loose ends. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Remove debug printfs. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | nep(4) |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Hook up nep(4). |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Add support for promiscuous mode and multicase. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
sobrado | tell the truth about DES. |
commit | commitdiff | tree | snapshot |
2015-01-10 |
kettenis | Properly stop DMA and tear down the rings when taking... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
tedu | 1. They're flags, not counters. Set to one instead... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
tedu | don't check for a return value that host() doesn't... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
mpi | Correct some comments and merge in6_if_up() into in6_if... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
stsp | Remove pointless empty 64bit support code stubs from... |
commit | commitdiff | tree | snapshot |
2015-01-10 |
stsp | Merge two bwi(4) fixes from FreeBSD: |
commit | commitdiff | tree | snapshot |
2015-01-10 |
guenther | Correct reversed test of setmountent() return |
commit | commitdiff | tree | snapshot |
2015-01-10 |
bcook | revert host() back to correct behavior. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
bcook | return -1 on host() address parsing failure, not 1. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
bcook | return -1 on host() address parsing failure, not 1. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
tedu | absurd optimization. reduce initial space by one to... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
kettenis | The "SunMicro Virtual Eth Device" found on Oracle's... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
kettenis | regen |
commit | commitdiff | tree | snapshot |
2015-01-09 |
kettenis | SunMicro Virtual Eth Device |
commit | commitdiff | tree | snapshot |
2015-01-09 |
sthen | Change rssi passed to ifconfig(8) to a signed value... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
kettenis | Properly unwind from a failure in usbd_dma_contig_alloc... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
kettenis | Fix loading memory allocated with bus_dmamem_alloc... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
mpi | Always check for DMA buffer overrun, not just for some... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
mpi | Correctly report memory allocation failure in uhidev_se... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
mpi | Add an asynchronous version of uhidev_get_report()... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
dlg | document the chips we support. lots of raid controllers... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
stsp | Document that ftp-proxy breaks explicit RFC4217 FTP... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
yasuoka | Add support DIOC{G,S}CACHE to mfi(4). Cache of disk... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2015-01-09 |
jsg | add rate matching hubs seen on a C610 system |
commit | commitdiff | tree | snapshot |
2015-01-09 |
gilles | rename a variable to avoid a warning |
commit | commitdiff | tree | snapshot |
2015-01-09 |
henning | move the ignore-microsec-timestamp bit from mrt_parse... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
deraadt | remove excessive/wrong use of sys/param.h |
commit | commitdiff | tree | snapshot |
2015-01-09 |
jsg | match on C610 |
commit | commitdiff | tree | snapshot |
2015-01-09 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2015-01-09 |
jsg | Add some Intel Xeon E5 v3 and C610/X99 ids. |
commit | commitdiff | tree | snapshot |
2015-01-09 |
tedu | save the bufq pointer from the buf before we turn it... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
tedu | rename desiredvnodes to initialvnodes. less of a lie... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
tedu | correctly handle no timeouts and make timeout handling... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
mlarkin | Cleanup some macros and #defines in i386 pmap. Previous... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
dlg | implement mfii_scsi_cmd_io for handling actual io.... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
lteo | Add test suites for SHA-224 and SHA-384. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
millert | Avoid a crash (free of bogus pointer) when there is... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
bluhm | Use the field f_file also for the forwarding file descr... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
tedu | increase namecache size to follow maxvnodes. seems... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
florian | Clear autoconf6 flag after autoconf6 cleanup happened... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
mpi | Include the Routing Table ID in "struct rtentry" and... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
mpi | Factorize various duplicated chunks of (old and horribl... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
djm | fix ssh_config FingerprintHash evaluation order; from... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
ajacoutot | "default" is gone. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
djm | adjust for sshkey_load_file() API change |
commit | commitdiff | tree | snapshot |
2015-01-08 |
doug | Convert spkac.c to the new option handling code. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
doug | Convert pkcs8.c to the new option handling code. |
commit | commitdiff | tree | snapshot |
next |