Age | Commit message (Expand) | Author |
2016-09-10 | Add sha2 to libsa, taken from libc - needed for bcrypt_pbkdf. | Joel Sing |
2016-09-10 | If syscall() gets a 32bit trapframe, just kill the process; delete the | Philip Guenther |
2016-09-10 | Delete support for 32bit frame backtracing | Philip Guenther |
2016-09-10 | Enable VMM debug and add a few new controls | Mike Larkin |
2016-09-10 | Ugh, too many initialisms... | Joel Sing |
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-09-10 | Moving the host reset after setting the clock in the attach path makes | Marcus Glocker |
2016-09-10 | Sync libsa pkcs5_pbkdf2() with libutil. | Joel Sing |
2016-09-10 | Use consistent indentation for multi-line function prototypes in iwm. | Stefan Sperling |
2016-09-10 | Rename the global nvm_to_read const int array to iwm_nvm_to_read. | Stefan Sperling |
2016-09-10 | iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi. | Stefan Sperling |
2016-09-10 | Fix formatting in iwm such that | Stefan Sperling |
2016-09-10 | Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointless | Stefan Sperling |
2016-09-10 | Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h. | Stefan Sperling |
2016-09-10 | take it one step further and bring the message inline with arm/sparc64 | Jasper Lievisse Adriaanse |
2016-09-10 | Remove a semicolon after an if statement that resulted in | Jonathan Gray |
2016-09-09 | Remove duplicated contents, either a patch bug or PEBKAC. | Todd C. Miller |
2016-09-09 | Include sys/_null.h for the NULL definition. | Todd C. Miller |
2016-09-09 | don't hardcode the filename in an error message; use the function name instead | Jasper Lievisse Adriaanse |
2016-09-09 | regen | Ted Unangst |
2016-09-09 | fix atu device ID. kettenis found recent changes meant that atu was | Ted Unangst |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2016-09-09 | disable subr_tree code for now | David Gwynne |
2016-09-09 | back out RBT for now | David Gwynne |
2016-09-09 | quick fix for (more) userland breakage. | David Gwynne |
2016-09-08 | When changing the mask key, copy the new KDF hint to the metadata, if it | Joel Sing |
2016-09-08 | move mfs_pri into tsleep so it's easy to see and it doesn't change | Ted Unangst |
2016-09-08 | delete useless comments, such as how KVA is mapped on HP | Ted Unangst |
2016-09-08 | Replace two if/do/while dances by while loops. | Martin Pieuchot |
2016-09-08 | Call bfd_rtfree() when the route entry has been removed from the table, | Martin Pieuchot |
2016-09-08 | If the same address is offered via NA, update the existing ``ifa'' | Martin Pieuchot |
2016-09-07 | - point to binutils 2.17 version of elf/mips.h | Jasper Lievisse Adriaanse |
2016-09-07 | Fix fuse node lookups. Currently fusefs nodes in the kernel remember the | Martin Natano |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-07 | dump some extra vcpu state if failure to launch is detected | Mike Larkin |
2016-09-07 | revert part of 1.18 which caused a regression with at least one ikbd | Joshua Stein |
2016-09-07 | fix a wrong printf in a dump/debug function | Mike Larkin |
2016-09-07 | Rename rtable_mpath_next() into rtable_iterate() and make it do a proper | Martin Pieuchot |
2016-09-07 | Do not check for NULL after calling an allocator with WAITOK. | Martin Pieuchot |
2016-09-07 | Use C99 types. | Martin Pieuchot |
2016-09-07 | Only free the old cached next hop route if the new one is valid. | Martin Pieuchot |
2016-09-06 | zap bha, hiding outside dev/ tree | Ted Unangst |
2016-09-06 | Define PTE_* macros in one place. Use the lwu instruction for 32-bit PTE | Visa Hankala |
2016-09-06 | it's not wrong, but it's not clear what the verauth check is for. | Ted Unangst |
2016-09-06 | store the offset of an rb_entry in a struct as an unsigned int. | David Gwynne |
2016-09-06 | pool_setipl for various netinet and netinet6 bits | David Gwynne |
2016-09-05 | move the types for RBT out from under #ifdef _KERNEL | David Gwynne |
2016-09-05 | Fix hibernation - make stack protector writable during resume | Bob Beck |