Age | Commit message (Expand) | Author |
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 |
2016-09-05 | Remove code that was never enabled, it will not happen. | Claudio Jeker |
2016-09-05 | Kill raw_ctlinput() this function is INCOMPLETE since rev 1.1 and is not | Claudio Jeker |
2016-09-05 | Rename if_linkstate() to if_linkstate_task() and make sure that all callers | Claudio Jeker |
2016-09-05 | Some spacing/knf while here. No functional changes. | Marcus Glocker |
2016-09-05 | No point to jump to an empty return label in a void function. | Marcus Glocker |
2016-09-05 | Remove some unused bits. | Marcus Glocker |
2016-09-05 | redo rwlock conversion now that i've compiled it on i386 | Ted Unangst |
2016-09-05 | Backout previous commit; does not compile. | Mark Kettenis |
2016-09-05 | revert moving pools from tree.h to subr_tree.c rb trees. | David Gwynne |
2016-09-05 | convert busy flag and tsleep to rwlock as in iwm | Ted Unangst |
2016-09-05 | Dump vcpu and vmcs info on various fail to enter scenarios | Mike Larkin |
2016-09-05 | move pppx red-black trees from tree.h code to subr_tree.c code | David Gwynne |
2016-09-05 | move pool red-black trees from tree.h code to subr_tree.c code | David Gwynne |
2016-09-05 | enable the subr_tree version of red-black trees | David Gwynne |
2016-09-04 | Make enc_output() return EAFNOSUPPORT after dropping the packet, | Kenneth R Westerback |