| Commit message (Expand) | Author | Age | Files | Lines |
* | Reserve 187 (twa) for the new 3ware ATA RAID controller. | ps | 2004-02-02 | 1 | -0/+1 |
* | Compiled longrun.c when defined options CPU_ENABLE_LONGRUN, | shiba | 2004-01-31 | 1 | -0/+1 |
* | Fix pathname so 'make tags' in a kernel build directory looks in | kensmith | 2004-01-29 | 1 | -1/+1 |
* | Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow direct | grehan | 2004-01-29 | 1 | -0/+1 |
* | Add missing 'device ataraid' to support ATA software RAID. | ale | 2004-01-26 | 1 | -0/+1 |
* | Fixed some style bugs. | nyan | 2004-01-26 | 1 | -14/+10 |
* | Fixed some style bugs (insertion sort errors, tab lossage, and ornation | bde | 2004-01-25 | 1 | -17/+13 |
* | Remove trailing whitespace. | des | 2004-01-25 | 1 | -24/+24 |
* | Replace description of the mutex profiling code with a reference to | des | 2004-01-25 | 1 | -20/+2 |
* | Move LongRun support out of identcpu.c, where it hardly belongs, into its | sobomax | 2004-01-25 | 1 | -0/+1 |
* | - Compile 4BSD in LINT since ULE will be tested by GENERIC kernel builds. | jeff | 2004-01-25 | 1 | -2/+2 |
* | - ULE is not exactly experimental anymore. Change some comments and enable | jeff | 2004-01-24 | 1 | -5/+5 |
* | Add missing options from pcvt_conf.h to options.i386. This | philip | 2004-01-23 | 1 | -1/+11 |
* | Only enforce -fno-strict-aliasing for optimization levels that | ru | 2004-01-22 | 1 | -1/+4 |
* | The gdbinit.${MACHINE_ARCH} script may not exist. | ru | 2004-01-21 | 1 | -0/+2 |
* | Add required GFB options as well as one for ofw/syscons. | grehan | 2004-01-21 | 1 | -0/+6 |
* | Add syscons files, and also generate a syscons font since Apple | grehan | 2004-01-21 | 1 | -0/+19 |
* | Fix sort misordering. | obrien | 2004-01-20 | 2 | -2/+2 |
* | Add new CPU_ENABLE_TCC option, from NOTES: | sobomax | 2004-01-18 | 2 | -0/+2 |
* | Use generic net80211 framework for awi driver. | onoe | 2004-01-15 | 1 | -3/+0 |
* | - add openpic macio and psim/iobus attachments | grehan | 2004-01-15 | 1 | -4/+6 |
* | MFi386: revision 1.462 | nyan | 2004-01-14 | 1 | -0/+2 |
* | Re-add libkern/ffs.c. I thought sparc64 had an inline version, but | des | 2004-01-14 | 1 | -0/+1 |
* | Forgot ffsl() and flsl() on alpha. | des | 2004-01-13 | 1 | -0/+2 |
* | Add ffsl(), fls() flsl() to platforms that don't already have them. | des | 2004-01-13 | 5 | -1/+12 |
* | Add emu10k1-alsa%diked.h dependancies. | obrien | 2004-01-12 | 2 | -1/+11 |
* | Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output, | njl | 2004-01-11 | 1 | -0/+1 |
* | Stay in sync with src/COPYRIGHT and src/sys/sys/copyright.h, | ru | 2004-01-11 | 1 | -2/+2 |
* | Release audit device major number reservation. The new audit | rwatson | 2004-01-11 | 1 | -1/+0 |
* | Properly fix the FreeBSD copyright. | ru | 2004-01-10 | 1 | -3/+3 |
* | s/FreeBSD Inc./The FreeBSD Foundation/g | ru | 2004-01-10 | 1 | -4/+4 |
* | Add the NDISAPI option. | wpaul | 2004-01-08 | 1 | -0/+1 |
* | Remove the AUTO_EOI_2 option for PC-98 as it has never done anything anyway | jhb | 2004-01-06 | 1 | -1/+0 |
* | Define KERNBUILDDIR again. The RELENG_5_2 tree is stable enough that | imp | 2004-01-03 | 1 | -0/+1 |
* | Backed out a small part of rev.1.15. -Winline now works better, so | bde | 2003-12-30 | 1 | -2/+1 |
* | Backed out rev.1.48. -Winline now works better so there should be no | bde | 2003-12-30 | 1 | -1/+1 |
* | Garbage-collected CLK_USE_TSC_CALIBRATION. | bde | 2003-12-30 | 2 | -2/+0 |
* | Garbage-collected some vestiges of objformat support (mainly ${FMT}). | bde | 2003-12-29 | 3 | -6/+4 |
* | Fixed some style bugs (manly a few English usage errors in comments and | bde | 2003-12-29 | 1 | -15/+15 |
* | gdbinit target: Remove comment lines from dot.gdbinit. This allows us to | grog | 2003-12-29 | 1 | -2/+3 |
* | Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk. | ru | 2003-12-25 | 1 | -1/+1 |
* | Push m_apply() and m_getptr() up into the colleciton of standard mbuf | bms | 2003-12-15 | 1 | -1/+0 |
* | Fix a locking problem with MD_ROOT_SIZE. | phk | 2003-12-13 | 1 | -1/+0 |
* | Commit the first cut of Project Evil, also known as the NDISulator. | wpaul | 2003-12-11 | 1 | -0/+6 |
* | Move the ia32_sigtramp.S file back under amd64/. This interfaces closely | peter | 2003-12-11 | 1 | -1/+1 |
* | Assimilate ia64 back into the fold with the common freebsd32/ia32 code. | peter | 2003-12-11 | 1 | -3/+6 |
* | Use gcc's superior ffs() builtin. | peter | 2003-12-10 | 1 | -1/+0 |
* | The DEV_ACPI option is no longer used, so g/c it. | jhb | 2003-12-10 | 1 | -1/+0 |
* | Remove duplicate script for locore.o | gallatin | 2003-12-09 | 1 | -3/+0 |
* | Add PowerPC CFLAGS. | obrien | 2003-12-07 | 1 | -0/+9 |