summaryrefslogtreecommitdiff
path: root/sys/arch/pc532
AgeCommit message (Expand)Author
2006-09-03Add ``makeoptions DEBUG="-g"''. From the comment in GENERIC:simonb
2006-08-28- remove unused bdbtofsb.yamt
2006-08-26PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel optionschristos
2006-08-26Remove obsolete #options VERIFIED_EXEC, found by grep(1).tsutsui
2006-08-12Disable SYSTRACE by default on all kernels (discussed with core)christos
2006-07-26don't install <machine/db_machdep.h>, this is kernel onlydrochner
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-19- Hold a reference to the process credentials in each struct lwp.ad
2006-06-28Add CARP to GENERIC kernel configs. CARP is not enabled by default.liamjfoy
2006-05-15wrap a long line.yamt
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-15remove bitrotted functions that have never been used, and have beendogcow
2006-05-14integrate kauth.elad
2006-05-13Fix some more comments.skrll
2006-05-12KNF, ANSIfy, white space clean up.simonb
2006-05-12ANSIfyskrll
2006-04-18Don't install an empty <machine/mtpr.h> that seems to be an artifact ofsimonb
2006-04-01closes: PR kern/32359cherry
2006-03-29No need to check if dv_cfdata is NULL here.thorpej
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-28Use device_unit().thorpej
2006-03-15adapt to uvm_fault() interface cleanup: kill the useless 3rd argumentdrochner
2006-03-11Trim use of "volatile" a little.simonb
2006-03-11Remove some blank lines.simonb
2006-03-11Use syscall_intern() to give a process a plain or fancy syscall,simonb
2006-03-07Syscall debug tracing is handled by trace_enter() / trace_exit(). Changethorpej
2006-03-07Clean up fallout proc_is_traced_p() change:thorpej
2006-02-28Fix inverted device_is_a() use logic in previous.kleink
2006-02-26Use device_is_a()thorpej
2006-02-23Use device_parent().thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2006-02-11Const poisoning, fix shadow variable problem.simonb
2006-02-11Const poisoning.simonb
2006-02-05Remove 'count' argument for pseudo-devices that ignore itcube
2006-02-04bpfilter doesn't accept count anymore.rpaulo
2006-02-02Add commented out UDF file-system entry in all GENERIC configurations.reinoud
2006-01-31Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h thendsl
2006-01-30Move all the stuff that detects bswapxx(constant) into the MI sys/bswap.hdsl
2006-01-30Move the definitions of ntohl() and friends into sys/endian.h where theydsl
2006-01-20Add a STRONG_ALIAS macrochristos
2005-12-28inline -> __inlineperry
2005-12-28inline -> __inlineperry
2005-12-24__asm__ -> __asmperry
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-09Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,elad
2005-12-07Remove obsolete options VNODE_OP_NOINLINE.tsutsui
2005-12-07Adjust comments for options FFS_NO_SNAPSHOT.tsutsui
2005-10-02put mcount.c in the normal object list, so that "make depend" works.chs