| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily turn nowerror on for i386 and amd64 pmap.c. I'd like to study | peter | 2007-07-05 | 1 | -1/+1 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -2/+2 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 1 | -4/+0 |
* | Fix the dependency for the linux_support.s, explicitely add linux_assym.h. | kib | 2007-05-23 | 1 | -1/+2 |
* | Move futex support code from <arch>/support.s into linux compat directory. | kib | 2007-05-23 | 1 | -0/+1 |
* | sort. | nyan | 2007-04-06 | 1 | -1/+1 |
* | Be more conservative and compile libkern/memset.c only on architectures | kan | 2007-04-06 | 1 | -0/+1 |
* | opt_ah.h ends up copied into a kernelcompile directory in some | mjacob | 2006-12-18 | 1 | -1/+1 |
* | MD support for PCI Message Signalled Interrupts on amd64 and i386: | jhb | 2006-11-13 | 1 | -0/+1 |
* | Backout the linux aio stuff. Several problems where identified and the | netchild | 2006-10-29 | 1 | -1/+0 |
* | Move "device splash" back to MI NOTES and "files", it's MI. | ru | 2006-10-23 | 1 | -1/+0 |
* | Move MI parts of syscons into MI "files". | ru | 2006-10-23 | 1 | -7/+0 |
* | MFP4 (with some minor changes): | netchild | 2006-10-15 | 1 | -0/+1 |
* | Update the ipmi(4) driver: | jhb | 2006-09-22 | 1 | -1/+7 |
* | Add the linux 2.6.x stuff (not used by default!): | netchild | 2006-08-15 | 1 | -0/+3 |
* | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 1 | -0/+3 |
* | Implement support for HMAC/SHA1 and HMAC/SHA256 acceleration found in | pjd | 2006-07-22 | 1 | -0/+2 |
* | Add a pure open source nForce Ethernet driver, under BSDL. | obrien | 2006-06-26 | 1 | -0/+1 |
* | - Add C-bus and ISA front-ends for le(4) so it can actually replace | marius | 2006-05-17 | 1 | -0/+1 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 1 | -6/+0 |
* | Removed the deprecated lance driver, lnc, from files. | gnn | 2006-05-14 | 1 | -1/+0 |
* | Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux | ambrisko | 2006-05-09 | 1 | -0/+1 |
* | - change the example of compiling only specific modules to not contain | netchild | 2006-05-07 | 1 | -0/+1 |
* | Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards. | scottl | 2006-04-27 | 1 | -0/+8 |
* | o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front- | marcel | 2006-04-24 | 1 | -2/+0 |
* | Merge minidumps from amd64 where they were originally developed. | peter | 2006-04-21 | 1 | -0/+1 |
* | Retire NETSMBCRYPTO as a kernel option and make its functionality | yar | 2006-03-05 | 1 | -1/+1 |
* | Tie the ipmi driver into the i386/amd64 builds. | ambrisko | 2006-02-13 | 1 | -0/+3 |
* | Attach ce(4) to the build. | rik | 2006-01-31 | 1 | -0/+3 |
* | Add BPF Just-In-Time compiler support for ng_bpf(4). | jkim | 2005-12-07 | 1 | -1/+1 |
* | Add experimental BPF Just-In-Time compiler for amd64 and i386. | jkim | 2005-12-06 | 1 | -0/+1 |
* | Reduction. | ru | 2005-11-27 | 1 | -1/+0 |
* | Make config(8) understand ORed dependecies in "files*" and | ru | 2005-11-27 | 1 | -38/+14 |
* | Remove duplicates. | ru | 2005-11-26 | 1 | -2/+0 |
* | Pull up sys/modules/acpi/acpi/Makefile,v 1.10 change by iedowse@. | ru | 2005-11-21 | 1 | -1/+1 |
* | Add /dev/speaker support to amd64. | ru | 2005-11-11 | 1 | -1/+1 |
* | Add support for XBOX to the FreeBSD port. The xbox architecture is | imp | 2005-11-09 | 1 | -0/+4 |
* | Finally complete some work on generalizing the PCF8584-based I2C | joerg | 2005-10-28 | 1 | -1/+1 |
* | Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of | anholt | 2005-09-17 | 1 | -0/+1 |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 1 | -1/+0 |
* | Add VIA/ACE "PadLock" support as a crypto(9) driver. | pjd | 2005-08-18 | 1 | -0/+1 |
* | Connect reiserfs build to every platforms, not only i386 and pc98. | dumbbell | 2005-06-21 | 1 | -9/+0 |
* | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | dumbbell | 2005-06-18 | 1 | -8/+8 |
* | Refactor the NETSMBCRYPTO option so that it does the same on all | marcel | 2005-06-12 | 1 | -2/+0 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 1 | -5/+6 |
* | MFP4: | jkoshy | 2005-06-09 | 1 | -1/+1 |
* | Add support for XMM registers in GDB for x86 processors that support | dfr | 2005-05-31 | 1 | -0/+1 |
* | Connect the ReiserFS filesystem to the build (i386 only). | dumbbell | 2005-05-24 | 1 | -0/+9 |
* | Update the file.* entries for the new home of hwpmc | scottl | 2005-04-29 | 1 | -5/+5 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 1 | -0/+1 |