summaryrefslogtreecommitdiff
path: root/sys/compat/common/kern_info_43.c
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2020-01-30- make sure size is not used uninitializedchristos
2020-01-02- Eliminate the global "boottime" variable, which was being accessedthorpej
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2014-03-24use cpu_getmodel() to get the model namechristos
2009-01-11merge christos-time_tchristos
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-01-08Make compat_43_sys_sethostid() use old_sysctl(), allowing for the removalelad
2008-01-05Missing lock acquire.ad
2007-12-20Convert all the system call entry points from:dsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Count the number of CPUs at boot and stash in 'ncpu'. Eventually shouldad
2007-02-09Merge newlock2 to head.ad
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2003-12-04Dynamic sysctl.atatat
2003-11-19Don't include malloc.h if you are not going to use it.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
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-03-24completely remove Mach VM support. all that is left is the all themrg
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1996-05-18Support bsdi getkerninfo(SYSINFO,...) call so that the BSDI netscapechristos
1996-02-21fourth argument to kern_sysctl() must be a size_t *. simply passing a pointercgd
1996-02-04kern_sysctl was missing process argument. Elimited -Wall warnings fromchristos
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
1995-06-24- Extracted all compat routines from the kern directory and moved here.christos