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