summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
...
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Use dynamic major number allocation for /dev/console, there is nophk2005-02-271-1/+0
* The zs(4) driver is superseded by uart(4) and broken in -CURRENT. Removemarius2005-02-271-2/+0
* Add a new option, ARM_CACHE_LOCK_ENABLE (I forgot it in my last commit).cognet2005-02-261-0/+1
* Declare the sbus(4) front-end of puc(4) also for fhc(4), allowingmarius2005-02-261-0/+1
* Get SYSDIR set correctly for building ports.imp2005-02-251-4/+7
* use __target in preference to targetimp2005-02-251-4/+4
* - Correct one aspect of the driver_object/device_object/IRP framework:wpaul2005-02-242-0/+2
* Move acpi_perf and acpi_throttle into acpi.ko. Remove the acpi_perfnjl2005-02-241-2/+2
* Split the chip-specific code from the generic Utopia code. This simplifiesharti2005-02-241-0/+2
* Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.njl2005-02-232-2/+1
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-222-0/+7
* Add CARP to kernel build.glebius2005-02-221-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-222-0/+3
* Hook EST up to the build.njl2005-02-201-0/+1
* Add support for Windows/x86-64 binaries to Project Evil.wpaul2005-02-162-1/+15
* Add sys/dev/ieee488/ibfoo.c for hte pcii driver. Fixes the broken tinderboxscottl2005-02-141-0/+1
* Barrow from kmod.mk and protect against adding -fno-strict-aliasingobrien2005-02-131-1/+1
* Back out no longer necessary work-arounds added in rev. 1.59 for buildingmarius2005-02-121-5/+3
* Further embellish rev. 1.180: protect against -fno-strict-aliasingru2005-02-111-2/+2
* Make non-SOFTUPDATES kernels compile again.phk2005-02-111-2/+1
* Fix build error (s/wd80x3.c/if_ed_wd80x3.c/).nyan2005-02-111-1/+1
* bump the Makefile config versions now that config is 600001...jmg2005-02-108-8/+8
* Add strspn() to libkern.glebius2005-02-101-0/+1
* Break out obscure ISA cards into their own files, as well as ne2000imp2005-02-095-0/+13
* Emblish rev 1.180 to -fno-strict-alias w/-Os & -O3 also.obrien2005-02-091-1/+3
* Next step on the road to IRPs: create and use an imitation of thewpaul2005-02-081-0/+1
* Fix sloppy use of "manpage", bump .Dd where applicable and rename RED tomlaier2005-02-071-1/+1
* Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.konjl2005-02-061-0/+1
* Further elaborate the GPIB driver. We now support a minimal subset ofphk2005-02-061-0/+1
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-051-1/+1
* Hook up ng_ipfw to kernel build.glebius2005-02-053-0/+3
* cosmetic changes.nyan2005-02-041-6/+6
* The bs and wdc drivers are gone.nyan2005-02-041-8/+0
* MFi386: revision 1.514.nyan2005-02-041-0/+1
* Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.njl2005-02-042-1/+6
* - Split out PCI support.mdodd2005-02-031-0/+2
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-031-0/+1
* - remove NO_MODULES since they've been working for some timegrehan2005-02-031-3/+5
* Don't lose the frame pointer for PPC modules: backtrace doesn't work.grehan2005-02-021-1/+1
* Add a IEEE488 driver for PCIIA compatible cards.phk2005-02-012-0/+10
* Add required ingimp2005-01-261-1/+1
* Add -fno-strict-alias whenever someone is compiling with -O2,imp2005-01-261-0/+1
* Generally force -Werror for modules when not compiling with icc. Thisimp2005-01-261-0/+3
* Embellish rev 1.61. If we're not building a debug kernel, use -O2 as before.obrien2005-01-221-2/+7
* Bring in MemGuard, a very simple and small replacement allocatorbmilekic2005-01-213-0/+11
* Add a new make option, ARM_BIG_ENDIAN, to compile big endian kernels.cognet2005-01-191-0/+6
* MFp4: fix a minor formatting inconsistancyimp2005-01-191-1/+1
* While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as itobrien2005-01-181-1/+1
* If USER of HOSTNAME is set to an empty value, use the fallback value.ru2005-01-151-1/+1
OpenPOWER on IntegriCloud