| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dc sources from pci and dev/mii into dev/dc. | imp | 2005-10-18 | 1 | -3/+3 |
* | Strip the $a, $t and $d symbols if we're using DDB. There are useless and | cognet | 2005-10-17 | 1 | -0/+3 |
* | Remove the sx(4) driver at the request of the author. The author | jhb | 2005-10-14 | 2 | -5/+0 |
* | Get rid of duplicate -I's in CFLAGS. | ru | 2005-10-14 | 1 | -5/+1 |
* | snd_ess needs snd_sbc, so add a note about that. | joel | 2005-10-07 | 1 | -1/+2 |
* | Backout strtok() addition to libkern, strsep() is enough and strtok() | pjd | 2005-10-06 | 1 | -1/+0 |
* | Add strtok() and strtok_r() function to libkern. | pjd | 2005-10-06 | 1 | -0/+1 |
* | Include forgotten rtl80x9 file for ed. | imp | 2005-10-05 | 1 | -0/+1 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -3/+1 |
* | Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building | glebius | 2005-10-05 | 2 | -2/+2 |
* | Really detect if DDB is enabled. | cognet | 2005-10-04 | 1 | -1/+4 |
* | Make arm/disassem.c depends on DDB | cognet | 2005-10-04 | 1 | -3/+3 |
* | Makefile magic for the ELF trampoline. | cognet | 2005-10-03 | 1 | -0/+9 |
* | Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports | scottl | 2005-10-03 | 2 | -0/+5 |
* | Soft volume implementation for audio devices without pcm mixer controller. | netchild | 2005-10-02 | 1 | -0/+1 |
* | Remove more OLDCARD references. | imp | 2005-09-28 | 1 | -15/+0 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 3 | -7/+0 |
* | OLDCARD is being removed from the tree, so remove it from here. | imp | 2005-09-25 | 1 | -26/+1 |
* | Add COMPAT_FREEBSD5 option. This should have been done back when I | kensmith | 2005-09-21 | 1 | -0/+3 |
* | Add pccard_device.c | imp | 2005-09-20 | 1 | -0/+1 |
* | Fix genassym.o dependencies. | ru | 2005-09-19 | 1 | -1/+4 |
* | sample.c needs ath magic include path | phk | 2005-09-19 | 1 | -1/+2 |
* | No ED_NO_MIIBUS no more. Not one more or the same number of non positive opt... | imp | 2005-09-18 | 1 | -1/+0 |
* | Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of | anholt | 2005-09-17 | 1 | -0/+1 |
* | Add tnt4882 driver to the build | phk | 2005-09-15 | 2 | -3/+10 |
* | The kernel-depend target doesn't get any information from "compile-with", | obrien | 2005-09-11 | 1 | -0/+19 |
* | Don't pollute the entire kernel build with -I$S/contrib/dev/ath and | obrien | 2005-09-11 | 2 | -6/+13 |
* | Don't pollute the entire kernel build with -I$S/contrib/ipfilter. | obrien | 2005-09-11 | 2 | -16/+26 |
* | Don't pollute the entire kernel build with -I$S/contrib/pf. | obrien | 2005-09-11 | 2 | -19/+32 |
* | Don't pollute the entire kernel build with -I$S/contrib/ngatm. | obrien | 2005-09-11 | 2 | -30/+54 |
* | Don't pollute the entire kernel build with -I$S/dev/twa. | obrien | 2005-09-11 | 2 | -8/+10 |
* | For HEAD, install a kernel with debug information if DEBUG is a kernel | obrien | 2005-09-11 | 1 | -17/+4 |
* | Merge db_interface.c and db_trace.c into db_machdep.c. | marcel | 2005-09-10 | 1 | -2/+1 |
* | Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c. | marcel | 2005-09-10 | 1 | -1/+0 |
* | Hook up the hptmv driver for amd64. | scottl | 2005-09-08 | 1 | -0/+10 |
* | Use the more readable empty() syntax. | obrien | 2005-09-07 | 3 | -9/+9 |
* | Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened | jhb | 2005-08-26 | 1 | -1/+0 |
* | Oops, I forget to add item in files . | takawata | 2005-08-26 | 1 | -0/+1 |
* | Pad the strings sccs[], version[], and osrelease[] up to a minimum of | cperciva | 2005-08-19 | 1 | -3/+10 |
* | Add VIA/ACE "PadLock" support as a crypto(9) driver. | pjd | 2005-08-18 | 1 | -0/+1 |
* | Add code for Ext2FS and ReiserFS labels recognition. | pjd | 2005-08-12 | 1 | -0/+2 |
* | Add strcasecmp() and strncasecmp() to libkern and connect to the build. | pjd | 2005-08-08 | 1 | -0/+1 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+1 |
* | Connect GEOM_ELI class to the build. | pjd | 2005-07-27 | 3 | -0/+7 |
* | Connect GZERO to the build. | pjd | 2005-07-25 | 3 | -0/+3 |
* | MFi386: add vpd driver (vital product data.. model & serial numbers etc) | peter | 2005-07-21 | 1 | -0/+1 |
* | Add the ed driver for lint building. The PCI instances are still useful. | peter | 2005-07-21 | 1 | -0/+6 |
* | Fix smbios(4) and add support for amd64 | jkim | 2005-07-21 | 1 | -0/+1 |
* | Add the latest r300 code from r300.sf.net. This is based on the patch supplied | anholt | 2005-07-20 | 1 | -0/+1 |
* | This has worked for a while now. ex pccard attachment | imp | 2005-07-19 | 1 | -1/+1 |