summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-10Add sha2 to libsa, taken from libc - needed for bcrypt_pbkdf.Joel Sing
2016-09-10If syscall() gets a 32bit trapframe, just kill the process; delete thePhilip Guenther
2016-09-10Delete support for 32bit frame backtracingPhilip Guenther
2016-09-10Enable VMM debug and add a few new controlsMike Larkin
2016-09-10Ugh, too many initialisms...Joel Sing
2016-09-10Add a noperm mount flag for FFS to be used for building release setsMartin Natano
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-09-10Moving the host reset after setting the clock in the attach path makesMarcus Glocker
2016-09-10Sync libsa pkcs5_pbkdf2() with libutil.Joel Sing
2016-09-10Use consistent indentation for multi-line function prototypes in iwm.Stefan Sperling
2016-09-10Rename the global nvm_to_read const int array to iwm_nvm_to_read.Stefan Sperling
2016-09-10iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.Stefan Sperling
2016-09-10Fix formatting in iwm such thatStefan Sperling
2016-09-10Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointlessStefan Sperling
2016-09-10Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h.Stefan Sperling
2016-09-10take it one step further and bring the message inline with arm/sparc64Jasper Lievisse Adriaanse
2016-09-10Remove a semicolon after an if statement that resulted inJonathan Gray
2016-09-09Remove duplicated contents, either a patch bug or PEBKAC.Todd C. Miller
2016-09-09Include sys/_null.h for the NULL definition.Todd C. Miller
2016-09-09don't hardcode the filename in an error message; use the function name insteadJasper Lievisse Adriaanse
2016-09-09regenTed Unangst
2016-09-09fix atu device ID. kettenis found recent changes meant that atu wasTed Unangst
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andTodd C. Miller
2016-09-09disable subr_tree code for nowDavid Gwynne
2016-09-09back out RBT for nowDavid Gwynne
2016-09-09quick fix for (more) userland breakage.David Gwynne
2016-09-08When changing the mask key, copy the new KDF hint to the metadata, if itJoel Sing
2016-09-08move mfs_pri into tsleep so it's easy to see and it doesn't changeTed Unangst
2016-09-08delete useless comments, such as how KVA is mapped on HPTed Unangst
2016-09-08Replace two if/do/while dances by while loops.Martin Pieuchot
2016-09-08Call bfd_rtfree() when the route entry has been removed from the table,Martin Pieuchot
2016-09-08If 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.hJasper Lievisse Adriaanse
2016-09-07Fix fuse node lookups. Currently fusefs nodes in the kernel remember theMartin Natano
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-09-07dump some extra vcpu state if failure to launch is detectedMike Larkin
2016-09-07revert part of 1.18 which caused a regression with at least one ikbdJoshua Stein
2016-09-07fix a wrong printf in a dump/debug functionMike Larkin
2016-09-07Rename rtable_mpath_next() into rtable_iterate() and make it do a properMartin Pieuchot
2016-09-07Do not check for NULL after calling an allocator with WAITOK.Martin Pieuchot
2016-09-07Use C99 types.Martin Pieuchot
2016-09-07Only free the old cached next hop route if the new one is valid.Martin Pieuchot
2016-09-06zap bha, hiding outside dev/ treeTed Unangst
2016-09-06Define PTE_* macros in one place. Use the lwu instruction for 32-bit PTEVisa Hankala
2016-09-06it's not wrong, but it's not clear what the verauth check is for.Ted Unangst
2016-09-06store the offset of an rb_entry in a struct as an unsigned int.David Gwynne
2016-09-06pool_setipl for various netinet and netinet6 bitsDavid Gwynne
2016-09-05move the types for RBT out from under #ifdef _KERNELDavid Gwynne
2016-09-05Fix hibernation - make stack protector writable during resumeBob Beck