summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2010-03-15rename DEBUG_ASLR -> PAX_ASLR_DEBUGchristos
2010-03-13DTrace: only build in kernel CTF support if DTrace support is enableddarran
2010-03-12DTrace: Add support for CTF sections in the netbsd elf image, load thesedarran
2010-03-06use a MI major number for uhso(4) driverplunky
2010-03-05Use 'a && b && ...' contructs for running multiple commands on a single linenjoly
2010-03-03Put several fixes to ne(4) driver for better 8 bit mode support,tsutsui
2010-03-02Define i4b files in netisdn/files.i4b.uebayasi
2010-03-01DTrace: Add an SDT (Statically Defined Tracing) provider framework, anddarran
2010-02-23DTrace: remove kern_dtrace.c, no longer useddarran
2010-02-21Added a defflag option for KDTRACE_HOOKS and included opt_dtrace.h in thedarran
2010-02-21Add the DTrace kernel hooks file to the kernel build.darran
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-01-31Device accessors are only marginally related to autoconf, so put thempooka
2010-01-31Place *hook implementations in kern_hook.c instead of them floatingpooka
2010-01-30Trade 200-something bytes for the death of an ifdef.pooka
2010-01-24ipfilter depends on bpf_filter, not bpfilter (since the year 2000).pooka
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-19Specify bpf_filter attribute only when the device uses the filter engine.pooka
2010-01-12Make cgd(4) into a detachable pseudo-device. Thanks, Jan Danielsson,dyoung
2010-01-10Remove ad clause on a UCB license.snj
2009-12-31Welcome to 2010.jnemeth
2009-12-16* support passing ident on the command linepooka
2009-12-16Make it possible to leave out .note.netbsd.ident with command line flag -i.pooka
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-27Due to the schizophrenic nature of kobj (mem + vfs source),pooka
2009-11-25Add attribute mii to smsh(4).kiyohara
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-18* make it possible to include kern_module in a kernel without vfspooka
2009-11-15Fix borkeagedsl
2009-11-15Get patch part of version from comment.dsl
2009-11-15Use shell builtins instead of awk and sed.dsl
2009-11-12igsfb needs videomode.snj
2009-11-10"cgd.c" doesn't use variable size stack allocations anymore.tron
2009-11-04Split uiomove() and high-level copy routines out of the crowdedpooka
2009-11-04Heave-ho mutex/rwlock object routines into separate modules -- theypooka
2009-11-03Alphabetize.dyoung
2009-10-29Describe new -n option in a comment; improve description of -m option.apb
2009-10-26Add -n option to print major and minor version, e.g. 5.99 on -current.joerg
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-02Give humanize_number & format_bytes their own spots in the sun and movepooka
2009-09-30Initial import of an SD/MMC driver for the Winbond W83L518D (and probablyjmcneill
2009-09-26Marvell has two "l"s, but not two "e"s.jakllsch
2009-09-26As, siisata attaches not just at pci, but for a while now, also at cardbus,jakllsch
2009-09-16Chop init_sysctl into base nodes (init_sysctl_base.c) and thepooka
2009-09-06hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.sborrill
2009-09-06Remove autoconf dependency on vfs and dk:pooka
2009-08-14Add support for multi-position electro-mechanical keylocks. An examplembalmer
2009-08-10Tab police.simonb
2009-08-09Add [default] option to make UAREAs swappable. Disabling the option makesmatt
2009-08-09Support SMSC LAN9118 Family Ethernet interfaces device driver.kiyohara