aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Uncomment GEOM in LINTPoul-Henning Kamp2002-03-261-1/+1
* Only use POSIX Awk features.David E. O'Brien2002-03-251-1/+1
* MFi386: revision 1.396Yoshihiro Takahashi2002-03-251-2/+2
* Add kern/syscalls.c, which is needed for some KTR traces in trap.c.Thomas Moestl2002-03-251-0/+1
* Remove a FMT that was buried in here.David E. O'Brien2002-03-251-2/+2
* Remove the setting of 'FMT'. We now do ELF by default, so only botherDavid E. O'Brien2002-03-243-3/+0
* MFP4. This slipped into a IFC(MFC) by PHK, but it could still be usefulDavid E. O'Brien2002-03-241-3/+18
* Be more systematic about conversion of on-disk formats in a endian/widthPoul-Henning Kamp2002-03-241-1/+1
* Forgot viapm in the NOTES. Fixed.Nicolas Souchu2002-03-231-0/+2
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-233-0/+7
* Collect all functions for copying to and from userspace into the one file.Benno Rice2002-03-211-5/+2
* Minor cleanups to post.mk from bde. Mostly orderingWarner Losh2002-03-201-26/+32
* Use the FreeBSD cross tools instead of the linux ones.Peter Wemm2002-03-191-9/+9
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-1/+1
* Backed out the part of the previous commit related to xargs. It justBruce Evans2002-03-191-6/+4
* Removed env(1) commands. make(1) uses a real shell, andBruce Evans2002-03-191-14/+16
* Add a USB comm driver.Josef Karthauser2002-03-182-0/+8
* lint the previous lint commit.Ruslan Ermilov2002-03-182-2/+2
* Spelling: s/guesst/guessed/Crist J. Clark2002-03-171-1/+1
* Allow "make lint" to mostly work. Our sources are very unclean WRTMark Murray2002-03-172-0/+6
* Teach GEOM about Sun disklabel formats.Poul-Henning Kamp2002-03-151-0/+1
* Remove all the custom toolchain knob tweaking.David E. O'Brien2002-03-151-13/+0
* Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10sJake Burkholder2002-03-131-0/+1
* Use the deo hosted toolchain by default.Jake Burkholder2002-03-131-10/+14
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...Jeff Roberson2002-03-121-0/+1
* Add commented out GEOM line to NOTESPoul-Henning Kamp2002-03-111-0/+3
* Add GEOM to conf/files.Poul-Henning Kamp2002-03-111-0/+11
* Add the GEOM option.Poul-Henning Kamp2002-03-111-0/+1
* Add a driver for the mem and kmem devices, based off the i386 version.Thomas Moestl2002-03-091-0/+1
* Enable DEVICE_POLLING in LINT now that it is safe to compile it there.Luigi Rizzo2002-03-091-2/+1
* Note that several of the recently documented clock-related kernel optionsRobert Watson2002-03-081-0/+3
* Apply a bit more of the patch from conf/35674: document the variousRobert Watson2002-03-081-1/+6
* Apply part of the patch from conf/35674 to move the PFIL_HOOKS optionRobert Watson2002-03-081-2/+5
* Synchronize NOTES with -STABLE LINT with respects to the placementRobert Watson2002-03-081-3/+9
* Add sys/dev/ufm.c.Seigo Tanimura2002-03-051-0/+1
* - Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO2002-03-057-5/+25
* Add generalized power profile code.Mitsuru IWASAKI2002-03-041-1/+0
* Support for USB fm radio.Alfred Perlstein2002-03-042-0/+3
* MFi386: revision 1.394.Yoshihiro Takahashi2002-03-021-1/+1
* Use vnode_if.awk rather than vnode_if.plDavid E. O'Brien2002-03-013-6/+8
* Tag istallion.c with nowerror (third party)Peter Wemm2002-02-281-1/+1
* Tag if_ie.c, isp.c and isp_pci.c as nowerror (qualifier problems, and thirdPeter Wemm2002-02-271-3/+3
* Mark a few more broken pci drivers as nowerror.Peter Wemm2002-02-271-6/+6
* Mark stallion.c as nowerror (known broken, this is a #warning)Peter Wemm2002-02-272-2/+2
* Add gem and hme.Thomas Moestl2002-02-271-0/+5
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-272-8/+4
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-272-2/+0
* Work-in-progress commit syncing up pmap cleanups that I have been workingPeter Wemm2002-02-252-0/+2
* Turn on -Werror by default. This is is easily turned off, by either:Peter Wemm2002-02-251-5/+5
* Add 'nowerror' to the vendor acpica code that spews out warnings.Peter Wemm2002-02-251-31/+31