| Commit message (Expand) | Author | Age | Files | Lines |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 3 | -0/+14 |
* | Don't show the command line when doing "make lint". | phk | 2002-10-15 | 1 | -1/+1 |
* | Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes) | mjacob | 2002-10-15 | 1 | -1/+4 |
* | Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. | pirzyk | 2002-10-14 | 1 | -0/+1 |
* | Allow firewire, sbp (SCSI over firewire), and fwe (non-standard raw | jhb | 2002-10-14 | 2 | -0/+13 |
* | Add in the GEOM control module. | phk | 2002-10-13 | 1 | -0/+1 |
* | Connect trm(4) to the build. | cognet | 2002-10-13 | 2 | -0/+3 |
* | Remove the P1003_1B kernel option; it is no longer used. | mike | 2002-10-13 | 2 | -3/+0 |
* | Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more. | mike | 2002-10-13 | 2 | -3/+0 |
* | Build the kernel with -mconstant-gp. This means that function calls, | marcel | 2002-10-13 | 1 | -0/+2 |
* | ia64 specific CFLAGS change: | marcel | 2002-10-13 | 1 | -1/+1 |
* | Have the linker collect and combine all unwind_info and unwind | marcel | 2002-10-12 | 1 | -2/+2 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 1 | -0/+1 |
* | Use the new freebsd output format from Binutils 2.13.1. | obrien | 2002-10-11 | 3 | -3/+3 |
* | Hook up strsep(3) to libkern following a repo-copy by Peter. This will | rwatson | 2002-10-10 | 1 | -0/+1 |
* | geom_mbr.c and geom_bsd.c would be kinda useful here too, at least | peter | 2002-10-10 | 1 | -0/+2 |
* | Import the libc fnmatch() into the kernel. This will be used by, | dd | 2002-10-08 | 1 | -0/+1 |
* | Add device driver for Belkin F5U103 and compatible USB-to-serial adapters. | kan | 2002-10-08 | 2 | -0/+3 |
* | warn about p1003_1b_semaphores | alfred | 2002-10-07 | 1 | -0/+2 |
* | NB: This commit does *NOT* make GEOM the default in FreeBSD | phk | 2002-10-05 | 8 | -21/+40 |
* | Add code for ACPI PCI link object manipulation. | iwasaki | 2002-10-05 | 1 | -0/+1 |
* | hookup new crypto support to the config/build process | sam | 2002-10-04 | 7 | -0/+59 |
* | add crypto interface to the MFILES list | sam | 2002-10-04 | 1 | -1/+2 |
* | major 70 is for /dev/crypto (to be consistent with openbsd) | sam | 2002-10-04 | 1 | -0/+1 |
* | Use the -mno-align-long-strings on i386's to debloat the kernel a little. | bde | 2002-10-04 | 1 | -1/+1 |
* | newbus & bus_space the mcd(4) driver. | mdodd | 2002-10-04 | 4 | -2/+8 |
* | Alas, poor matcd, I knew ye well. | scottl | 2002-10-04 | 3 | -3/+0 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 2 | -0/+3 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -1/+0 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -0/+1 |
* | Moved most interrupt related code to a new file, interrupt.S. | jake | 2002-09-28 | 2 | -2/+7 |
* | Prepare for the uncoming import of the ServeRAID driver | scottl | 2002-09-27 | 1 | -0/+2 |
* | Move the aac driver from MI to MD NOTES. It is a long way from being | scottl | 2002-09-26 | 1 | -6/+0 |
* | Do away with AAC_COMPAT_LINUX option entirely. The functionality will | scottl | 2002-09-25 | 3 | -8/+1 |
* | The AAC_COMPAT_LINUX option was really annoying, since it made the | scottl | 2002-09-25 | 2 | -1/+2 |
* | OLDCARD -> NEWCARD | imp | 2002-09-24 | 1 | -8/+11 |
* | Two new majors. devd and watchdog | imp | 2002-09-24 | 1 | -0/+2 |
* | MFi386: revision 1.419 | nyan | 2002-09-24 | 1 | -0/+1 |
* | Add a new legacy(4) device driver for use on machines that do not have | jhb | 2002-09-23 | 1 | -0/+1 |
* | - Hook ALQ up to the build. | jeff | 2002-09-22 | 1 | -0/+1 |
* | - Add options ALQ and KTR_ALQ. | jeff | 2002-09-22 | 1 | -0/+2 |
* | Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in a | jake | 2002-09-22 | 1 | -0/+1 |
* | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | jake | 2002-09-22 | 1 | -0/+1 |
* | Cleanup of amdpm(4). | nsouch | 2002-09-21 | 2 | -0/+4 |
* | Ahem, actually add the DDB_TRACE option and finish changing DDB_UNATTENDED | jhb | 2002-09-19 | 2 | -1/+7 |
* | - added macio and psim files | grehan | 2002-09-19 | 1 | -1/+8 |
* | psim device support | grehan | 2002-09-19 | 1 | -0/+1 |
* | Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Remove | peter | 2002-09-19 | 1 | -4/+9 |
* | move wl (isa wavelan card, not "wi") to i386-only | peter | 2002-09-19 | 1 | -6/+0 |
* | move "profile 2" to i386 | peter | 2002-09-19 | 1 | -4/+0 |