| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it. | Poul-Henning Kamp | 2002-10-26 | 1 | -1/+0 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 1 | -1/+0 |
| * | Split 4.x and 5.x signal handling so that we can keep 4.x signal | Peter Wemm | 2002-10-25 | 1 | -0/+1 |
| * | Oops, I missed a few changes in 'device acpica' -> 'device acpi' change. | John Baldwin | 2002-10-24 | 1 | -1/+1 |
| * | Rename 'device acpica' to 'device acpi'. | John Baldwin | 2002-10-24 | 3 | -151/+151 |
| * | Provide kernel options for the various MAC policy modules so that | Robert Watson | 2002-10-24 | 3 | -1/+22 |
| * | The rc driver is not needed for pc98. | Yoshihiro Takahashi | 2002-10-24 | 1 | -1/+0 |
| * | - New-bussify the rc(4) device driver. | John Baldwin | 2002-10-23 | 2 | -1/+1 |
| * | Reserve a major number for NVIDIA. | Matthew N. Dodd | 2002-10-22 | 1 | -0/+1 |
| * | All bpf.h/NBPF consumers are gone so stop generating bpf.h | Brooks Davis | 2002-10-21 | 1 | -3/+0 |
| * | Add kernel dump support, based on the ia64 version (which was committed | Thomas Moestl | 2002-10-20 | 1 | -0/+1 |
| * | After much delay and anticipation, welcome RAIDFrame into the FreeBSD | Scott Long | 2002-10-20 | 4 | -0/+72 |
| * | Put back NORMAL_C_NOWERROR, it was actually used. | Maxime Henrion | 2002-10-19 | 1 | -0/+1 |
| * | Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We now | Marcel Moolenaar | 2002-10-19 | 1 | -2/+0 |
| * | Add Geom Based Disk Encryption to the tree. | Poul-Henning Kamp | 2002-10-19 | 3 | -0/+6 |
| * | - Remove ${NORMAL_C_NOWERROR}, it is not used anymore. To build | Maxime Henrion | 2002-10-19 | 1 | -3/+2 |
| * | Make the unwind functions standard and not optional on ddb. They | Marcel Moolenaar | 2002-10-19 | 1 | -1/+1 |
| * | (1) added LSI Logic copyright, and legal line 3 in license, and string | Eric Moore | 2002-10-18 | 1 | -0/+1 |
| * | Build openfirmio on sparc64. | Thomas Moestl | 2002-10-18 | 1 | -0/+1 |
| * | Cover the ELF headers with the text segment so that they get loaded | Marcel Moolenaar | 2002-10-18 | 1 | -1/+1 |
| * | Allocate major 177 for the OpenFirmware control device, which I have | Thomas Moestl | 2002-10-17 | 1 | -0/+1 |
| * | my(4) requires miibus, so that move it into proper section and also add a | Maxim Sobolev | 2002-10-17 | 1 | -1/+2 |
| * | Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotes | Bruce Evans | 2002-10-17 | 1 | -21/+21 |
| * | Add new syscons option SC_NO_SUSPEND_VTYSWITCH. | Mitsuru IWASAKI | 2002-10-17 | 6 | -0/+6 |
| * | MFi386: revision 1.181. | Yoshihiro Takahashi | 2002-10-16 | 1 | -0/+1 |
| * | Tie new "Fast IPsec" code into the build. This involves the usual | Sam Leffler | 2002-10-16 | 3 | -0/+14 |
| * | Don't show the command line when doing "make lint". | Poul-Henning Kamp | 2002-10-15 | 1 | -1/+1 |
| * | Enable mpt && ISP_TARGET_MODE in isp (for Lint purposes) | Matt Jacob | 2002-10-15 | 1 | -1/+4 |
| * | Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems. | Jim Pirzyk | 2002-10-14 | 1 | -0/+1 |
| * | Allow firewire, sbp (SCSI over firewire), and fwe (non-standard raw | John Baldwin | 2002-10-14 | 2 | -0/+13 |
| * | Add in the GEOM control module. | Poul-Henning Kamp | 2002-10-13 | 1 | -0/+1 |
| * | Connect trm(4) to the build. | Olivier Houchard | 2002-10-13 | 2 | -0/+3 |
| * | Remove the P1003_1B kernel option; it is no longer used. | Mike Barcroft | 2002-10-13 | 2 | -3/+0 |
| * | Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more. | Mike Barcroft | 2002-10-13 | 2 | -3/+0 |
| * | Build the kernel with -mconstant-gp. This means that function calls, | Marcel Moolenaar | 2002-10-13 | 1 | -0/+2 |
| * | ia64 specific CFLAGS change: | Marcel Moolenaar | 2002-10-13 | 1 | -1/+1 |
| * | Have the linker collect and combine all unwind_info and unwind | Marcel Moolenaar | 2002-10-12 | 1 | -2/+2 |
| * | - Create a new scheduler api that is defined in sys/sched.h | Jeff Roberson | 2002-10-12 | 1 | -0/+1 |
| * | Use the new freebsd output format from Binutils 2.13.1. | David E. O'Brien | 2002-10-11 | 3 | -3/+3 |
| * | Hook up strsep(3) to libkern following a repo-copy by Peter. This will | Robert Watson | 2002-10-10 | 1 | -0/+1 |
| * | geom_mbr.c and geom_bsd.c would be kinda useful here too, at least | Peter Wemm | 2002-10-10 | 1 | -0/+2 |
| * | Import the libc fnmatch() into the kernel. This will be used by, | Dima Dorfman | 2002-10-08 | 1 | -0/+1 |
| * | Add device driver for Belkin F5U103 and compatible USB-to-serial adapters. | Alexander Kabaev | 2002-10-08 | 2 | -0/+3 |
| * | warn about p1003_1b_semaphores | Alfred Perlstein | 2002-10-07 | 1 | -0/+2 |
| * | NB: This commit does *NOT* make GEOM the default in FreeBSD | Poul-Henning Kamp | 2002-10-05 | 8 | -21/+40 |
| * | Add code for ACPI PCI link object manipulation. | Mitsuru IWASAKI | 2002-10-05 | 1 | -0/+1 |
| * | hookup new crypto support to the config/build process | Sam Leffler | 2002-10-04 | 7 | -0/+59 |
| * | add crypto interface to the MFILES list | Sam Leffler | 2002-10-04 | 1 | -1/+2 |
| * | major 70 is for /dev/crypto (to be consistent with openbsd) | Sam Leffler | 2002-10-04 | 1 | -0/+1 |
| * | Use the -mno-align-long-strings on i386's to debloat the kernel a little. | Bruce Evans | 2002-10-04 | 1 | -1/+1 |