summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2006-09-02Add MI implementation of inittodr, todr_attach, and resettodr.gdamore
2006-09-01Revert my commit that made SYSTRACE depend on PTRACE, this is no longercube
2006-08-31Remove an extraneous line that snuck into my previous commit.dyoung
2006-08-31Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.dyoung
2006-08-30Make SYSTRACE depend on PTRACE because it uses process_domem().cube
2006-08-30Restore dependency on PTRACE for PROCFS.cube
2006-08-30sys_process.c is also used by KTRACE.matt
2006-08-29Make PTRACE and COREDUMP optional. Make the default (status quo) by puttingmatt
2006-08-27Require a config(1) supporting syntax version 20060604 now that we usecube
2006-08-27Add -Wa,-fatal-warnings to AFLAGS. We want assembler warnings to besimonb
2006-08-27raid and ccd now use dk_lookup.christos
2006-08-26Move the sgimips "sbic" driver from arch/sgimips/hpc/sbic.c tobjh21
2006-08-25Remove support for netns and netccitt. For now, don't include files.netnsmatt
2006-08-24Create a linker map file.dsl
2006-08-08Back out revision 1.109 - it's NOT silly to parse the comment whenriz
2006-08-05defflag PPPOE_SERVER and PPPOE_TERM_UNKNOWN_SESSIONS.pavel
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-07-25make veriexec.h be generated again; thanks cube@elad
2006-07-24some fixes:elad
2006-07-23Add a /dev/amr* control file for amr(4) devices, which allows sending rawbouyer
2006-07-22deprecate the VERIFIED_EXEC option; now we only need the pseudo-device toelad
2006-07-14okay, since there was no way to divide this to two commits, here it goes..elad
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-13COMPAT_SUNOS* uses COMPAT_30 getfh toomartin
2006-07-13Make freebsd_sys_getfh use compat_30_sys_getfhmartin
2006-07-09move and renumber bthub major to avoid conflicts with other archsmlelstv
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-06-26add some common code to support the ACPI power management timerdrochner
2006-06-251. implement solaris-like vmem. (still primitive, though)yamt
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-06-07Fix a comment for ral.rpaulo
2006-06-07Now that rt2661.c uses firmware_*, ral needs attribute firmload.martin
2006-06-07add the dev/ic/ files for ral(4).dogcow
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-05-28Move definition of the 'fb' attribute to global scope and make machfb@pcimartin
2006-05-25move wait points for kva from upper layers to vm_map. PR/33185 #1.yamt
2006-05-21it is attributes no attributechristos
2006-05-21Put back -Wno-attribute for now since not all archs have been fixed.christos
2006-05-20Don't use -Wno-attributes for gcc4. All the code has been fixed and it willchristos
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-05-16Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthenelad
2006-05-14integrate kauth.elad
2006-05-12By popular demand, this should be done by config(1).rpaulo
2006-05-11if GCC>3:mrg
2006-05-05Remove the obsolete (and now unused) propdb API.thorpej
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-28Also search for headers in common/includethorpej
2006-04-26Add work in progress lint files that will be used by port specificrpaulo
2006-04-19Order & uniq DEPS, a la <bsd.dep.mk>.lukem