summaryrefslogtreecommitdiff
path: root/sys/compat/darwin
AgeCommit message (Expand)Author
2006-09-01When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in casematt
2006-08-29remove stray ;'s that were unintentionally placedchristos
2006-08-29correct comparison that was always false.christos
2006-08-29fix incomplete initializerchristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
2006-06-20Don't allocate too much stuff on the stackchristos
2006-05-15kauth falloutchristos
2006-05-14integrate kauth.elad
2006-03-29Use device_is_a(), rather than testing the dv_cfdriver pointer.thorpej
2006-03-28Use device_unit().thorpej
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-25Fix some typos.wiz
2005-12-11merge ktrace-lwp.christos
2005-10-03Fix COMPAT_DARWIN build. This closes PR#31336manu
2005-09-19maplen was uninitialized.christos
2005-09-18Add compat signal headers.christos
2005-09-13compat code reorg.christos
2005-09-12variable name mistake again.christos
2005-09-12- Avoid overflow by checking the count argument (Christer Oeberg).christos
2005-08-1964 bit inode changes.christos
2005-06-25minor refactoring; does not work on the i386 yet.christos
2005-06-20Change the rest of the sysctl subsystem to use const consistently.atatat
2005-05-29- sprinkle const.christos
2005-05-29XXX: Remove fishy volatile.christos
2005-03-26Fix some things regarding COMPAT_NETBSD32 and limits/VM addresses.fvdl
2005-02-26regenperry
2005-02-26make this rebuild generated files by defaultperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2004-11-07Refine bounds check code.david
2004-10-27Bounds check syscall arguments where appropriatedavid
2004-10-24Only create a KTR_USER record if it's one of the tracepoints.skrll
2004-10-01introduce a function, proclist_foreach_call, to iterate all procs onyamt
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-08-08pass the fork flags down to the emulation fork hook, so that emulationjdolecek
2004-08-02Fix a build problem pointed out by wizmanu
2004-07-28Regenmanu
2004-07-28Empty shell for Darwin audit APImanu
2004-07-28Added the utrace system callmanu
2004-07-27The entropy collection sysctl returns the number of record and not themanu
2004-07-27Build with debug enabledmanu
2004-07-25Added kern.debug.getentropy sysctlmanu
2004-07-24- Perform alternate path checks in emulation tree for connect with AF_LOCALmanu
2004-07-24garbage data following darwin_if_msghdr was in fact a struct sockaddr_dlmanu
2004-07-23typo that caused ifaddr to report no addresses.manu
2004-07-23Don't try to pre-compute the ifaddr data, it just leads to mistakes whenmanu
2004-07-22It's not supposed to be possible to commit files with remnants ofhe