summaryrefslogtreecommitdiff
path: root/sys/arch/bebox
AgeCommit message (Expand)Author
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-23Use the LWP cached credentials where sane.ad
2006-06-28Add CARP to GENERIC kernel configs. CARP is not enabled by default.liamjfoy
2006-05-14integrate kauth.elad
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-29Use device_cfdata().thorpej
2006-03-28Add stf to all kernel configs which have INET6 and gif, except the INSTALLpavel
2006-03-26Use device_unit().thorpej
2006-02-25Use device_is_a().thorpej
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-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2006-01-25free -> deallocchristos
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-11-25swcr -> swcryptothorpej
2005-11-25"pseudo-device crypto" really refers to the /dev/crypto API to thethorpej
2005-11-25Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is alsothorpej
2005-11-23In decr_intr(), update lasttb only when clock interrupt is not masked.nonaka
2005-11-03turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that theychs
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-06Change the driver open function's conditional for overriding exclusive ttykleink
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-30defflag VMSWAP.yamt
2005-07-17Add support for reading cloop2 compressed filesystem image,hubertf
2005-07-15The ANSIfication unconvered that we were calling devlookup() withhe
2005-07-07Add (commented out) IPSEC_NAT_T option.tron
2005-06-28#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"junyoung
2005-06-28- ANSIfy, remove trailing spaces.junyoung
2005-06-28De-__P() and some cosmetic changes.junyoung
2005-06-28ANSI, KNF, trailing spaces, and etc.junyoung
2005-06-28ANSIfy & remove trailing spaces.junyoung
2005-06-28Remove trailing spaces.junyoung
2005-06-28- No need to define NULL here since it's already defined in stand.h.junyoung
2005-06-27ANSI, KNF, de-__P, drop trailing spaces, and some other cosmetic changes.junyoung
2005-06-25Add file-system PTYFS (commented out) so that people know its existence.rpaulo
2005-06-23Use FS_OPS() macro.junyoung
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung