summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32_sysctl.c
AgeCommit message (Expand)Author
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2011-05-23Use __UNCONST to get rid of constjoerg
2010-04-23Replace M_IOV and some malloc(9)s with kmem(9), and while there:rmind
2009-01-11merge christos-time_tchristos
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-01-07Patch up sysctl locking:ad
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-08-15Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposedad
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-02-09Merge newlock2 to head.ad
2006-09-23Add sysctl tracing to emulations.manu
2005-12-11merge ktrace-lwp.christos
2005-08-19Fix lossage I created with the 64 bit ino_t change.christos
2005-07-03Constify machine32 and machine_arch32.cube
2005-07-03Make COMPAT_NETBSD32 emulate hw.machine. While it might seem wrong to docube
2005-06-22Also fix (wrt the new const stuff) the one user of sysctl_locate()atatat
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2004-04-27Be consistent about using sysc_init_field()atatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-09I obviously put this (__SYSCTL_PRIVATE) here, but I have noatatat
2003-12-04Dynamic sysctl.atatat
2003-10-21Fix some int vs. NULL comparisons.fvdl
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *martin
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-23In preparation for COMPAT_NETBSD32 on SH-5:scw
2002-06-14Provide the correct architecture for HW_MACHINE_ARCH so things likeeeh
2002-02-14allow writing to write-only mappings. fixes PR 3493.chs
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-05-30use _KERNEL_OPT.mrg
2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs
2001-02-08split up netbsd32_netbsd.c into 9 new files, leaving only those syscalls thatmrg