summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions
b06a930e64afd6ddf07786e564f24b98ce54054'>Remove cn_lwp from struct componentname. curlwp should be usedpooka 2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl 2007-12-04Remove all the __Pdsl 2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka 2007-04-22Change the way that emulations locate files within the emulation root todsl 2007-03-10Update all the compat stuff to not use the 'stackgap' for processingdsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-09Merge newlock2 to head.ad 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2005-12-11merge ktrace-lwp.christos 2005-08-1964 bit inode changes.christos 2005-05-29- sprinkle const.christos 2005-02-26nuke trailing whitespaceperry 2004-04-21Replace the statfs() family of system calls with statvfs().christos 2003-11-05remove malloc.h (we don't need it)christos 2003-10-01avoid out-of-bound memory access. found by openbsd "bound" C attribute.itojun 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-01-18Merge the nathanw_sa branch.thorpej 2002-08-08wrong semicolon at EOL. notified by wizitojun 2002-08-07typoitojun 2002-08-06buffer len check. from silvio@qualys.comitojun 2002-08-03correct range check, have overflow check, fix type mismatches,itojun 2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos 2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem 2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek 2000-08-29Emulation stackgap sanity checks, based partly on fixes fromsommerfeld 2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg 2000-03-30Kill register declarations.augustss 2000-03-28Centralise the declarations of cpu_model, machine, machine_arch,simonb 1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej 1999-02-09Regenchristos 1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry 1998-03-05Added support for ibcs2_sigcode.scottb 1998-02-09iBCS2 code cleanupscottb