summaryrefslogtreecommitdiff
path: root/sys/dev/firmload.c
AgeCommit message (Expand)Author
2016-05-30PR 51184 David Binderman: simplify redundant conditionaldholland
2015-01-04nuke superfluous SYSCTL_SETUP_PROTOpooka
2015-01-04malloc -> kmem_allocpooka
2014-03-25kill sprintfchristos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-04-29Remove everything to do with 'struct malloc_type' and the malloc link_set.dsl
2010-11-24Call pathbuf_destroy exactly once, never twice. PR 44144dholland
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-11-15curlwp needs sys/lwp.h.uebayasi
2010-10-21perform pathname lookup with NOCHROOT flagjmcneill
2010-06-24Clean up vnode lock operations pass 2:hannken
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-01-14Don't crash if firmware_open is called too early.is
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-30PR/34648: Nino Dehne: Kernel panic when using NFS root and configuring anelad
2006-05-14integrate kauth.elad
2006-04-17Add /usr/pkg/libdata to the list of FIRMWARE_PATHS in order to berpaulo
2006-01-17Add an API for loading firmware images for devices.thorpej