summaryrefslogtreecommitdiff
path: root/sys/arch/next68k
AgeCommit message (Expand)Author
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-08-04gcc4 fix: correct of couple of casting errors picked up by gcc4.mhitch
2006-08-04gcc4 fix: include sy/device.h to pick up a definition of something whichmhitch
2006-08-04gcc4 fix: gcc3 was apparently more lax in structure declarations - changemhitch
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-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-15adapt to uvm_fault() interface cleanup: kill the useless 3rd argumentdrochner
2006-03-15New patch from Cory Bajuschristos
2006-03-14Apply patch from Cory Bajus for writing to the RTCchristos
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-08Fix clock reading problem on turbo nexts and color slabs. Firstchristos
2006-02-25Fix some typos.wiz
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
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-25free -> deallocchristos
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-07Adjust comments for options FFS_NO_SNAPSHOT.tsutsui
2005-11-03turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that theychs
2005-10-30fix crash dumps on m68k platforms, cpu_kcore_hdr_t is larger thanchs
2005-09-17make VMSWAP optional again.yamt
2005-09-17include "conf/std".yamt
2005-09-10Initial addition of tmpfs, an efficient memory file-system. This projectjmmv
2005-09-07include machine/intr.h only in the _KERNEL case, asdrochner
2005-09-07namespace sanity: kill includes which are notdrochner
2005-09-07include <sys/devive.h> explicitely because this is thedrochner
2005-08-26s/locdesc_t/int/gdrochner
2005-08-19Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernelschristos
2005-08-1964 bit inode changes.christos
2005-07-31revert "defflag VMSWAP" changes for now.yamt
2005-07-30add "options VMSWAP" to non INSTALL kernels.yamt
2005-07-30defflag VMSWAP.yamt
2005-07-17Add support for reading cloop2 compressed filesystem image,hubertf
2005-07-11Add m68k sunos_machdep.hchristos
2005-07-07Add (commented out) IPSEC_NAT_T option.tron
2005-06-30adaptions to config_search() change, and minor autoconf fixes, mostly from Ha...drochner
2005-06-28Cosmetic changes, notably drop trailing spaces.junyoung
2005-06-25Add file-system PTYFS (commented out) so that people know its existence.rpaulo
2005-06-23Use FS_OPS() macro.junyoung