| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the spechash lock order reversal by keeping an updated sum | Poul-Henning Kamp | 2002-10-24 | 3 | -19/+30 |
| * | Make sure GEOM has stopped rattling the disks before we try to mount | Poul-Henning Kamp | 2002-10-24 | 1 | -0/+4 |
| * | Don't taste the first provider, it's /dev/geom.ctl and it's not going | Poul-Henning Kamp | 2002-10-24 | 1 | -1/+2 |
| * | Oops, I missed a few changes in 'device acpica' -> 'device acpi' change. | John Baldwin | 2002-10-24 | 2 | -6/+6 |
| * | Rename 'device acpica' to 'device acpi'. | John Baldwin | 2002-10-24 | 5 | -153/+153 |
| * | Fix ipfw2 panics on 64-bit platforms. | Maxime Henrion | 2002-10-24 | 1 | -6/+2 |
| * | src and dst address were erroneously swapped in SRC_SET and DST_SET | Luigi Rizzo | 2002-10-24 | 1 | -2/+2 |
| * | Don't try to be cute and save a call/return by implementing a degenerate | Poul-Henning Kamp | 2002-10-24 | 1 | -5/+1 |
| * | Provide kernel options for the various MAC policy modules so that | Robert Watson | 2002-10-24 | 3 | -1/+22 |
| * | device rc no longer requires a count since jhb newbussified the rc | Robert Watson | 2002-10-24 | 1 | -1/+1 |
| * | respect TDF_SINTR, also for SINGLE_NO_EXIT threading mode, if a thread | David Xu | 2002-10-24 | 2 | -12/+12 |
| * | Add new loader tunable hw.acpi.ec.event_driven so that we control | Mitsuru IWASAKI | 2002-10-24 | 1 | -1/+4 |
| * | Fix kernel build on sparc64 in the IPDIVERT case. | Maxime Henrion | 2002-10-24 | 1 | -1/+1 |
| * | don't forget to remove kse from idle queue. | David Xu | 2002-10-24 | 2 | -0/+4 |
| * | Move thread related code from kern_proc.c to kern_thread.c. | Julian Elischer | 2002-10-24 | 4 | -320/+1010 |
| * | - Now that uma_zalloc_internal is not the fast path don't be so fussy about | Jeff Roberson | 2002-10-24 | 1 | -179/+198 |
| * | o Fix a size calculation based on a 8KB page, while under EFI | Marcel Moolenaar | 2002-10-24 | 5 | -33/+71 |
| * | The rc driver is not needed for pc98. | Yoshihiro Takahashi | 2002-10-24 | 1 | -1/+0 |
| * | Build the following modules on ia64 as well: | Marcel Moolenaar | 2002-10-24 | 1 | -1/+20 |
| * | - Move the destructor calls so that they are not called with the zone lock | Jeff Roberson | 2002-10-24 | 1 | -5/+6 |
| * | Remove gcc-specific optimization/debugging CFLAGS | Kris Kennaway | 2002-10-24 | 1 | -1/+1 |
| * | Commit of Makefile missed in earlier pass. | Robert Watson | 2002-10-24 | 1 | -0/+9 |
| * | Unbreak the automatic remapping of an INADDR_ANY destination address | Ian Dowse | 2002-10-24 | 1 | -5/+4 |
| * | Provide a simple sample labeled access control policy, mac_partition. | Robert Watson | 2002-10-23 | 2 | -0/+337 |
| * | Provide a simple sample labeled access control policy, mac_partition. | Robert Watson | 2002-10-23 | 1 | -0/+1 |
| * | We must be careful to avoid recursive copy-on-write faults when | Kirk McKusick | 2002-10-23 | 1 | -1/+14 |
| * | We always need sys/pcpu.h now, not just for the SMP case. | John Baldwin | 2002-10-23 | 1 | -1/+1 |
| * | Remove NO_GEOM from sparc64. | Poul-Henning Kamp | 2002-10-23 | 1 | -2/+0 |
| * | - New-bussify the rc(4) device driver. | John Baldwin | 2002-10-23 | 9 | -2211/+611 |
| * | Don't send/recieve packets when the interface is down. | Hidetoshi Shimokawa | 2002-10-23 | 1 | -0/+9 |
| * | npx(4) doesn't honor port hints so don't provide an example one. | John Baldwin | 2002-10-23 | 1 | -1/+0 |
| * | - Dequeue OCBs more safely in sbp_abort_all_ocbs(). | Hidetoshi Shimokawa | 2002-10-23 | 1 | -15/+24 |
| * | MFi386: revision 1.10 | Yoshihiro Takahashi | 2002-10-23 | 1 | -2/+0 |
| * | Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>) | Poul-Henning Kamp | 2002-10-23 | 1 | -0/+2 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2002-10-23 | 2 | -20/+18 |
| * | Very minor whitespace/style nit. | Mark Murray | 2002-10-23 | 2 | -4/+2 |
| * | Put parentheses around function-like macros to shut up warnings. | Mark Murray | 2002-10-23 | 1 | -5/+5 |
| * | Kill EOL spaces. | Maxim Konovalov | 2002-10-23 | 1 | -24/+23 |
| * | Use syslog for messages about dropped sessions, do not flood a console. | Maxim Konovalov | 2002-10-23 | 1 | -1/+1 |
| * | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot. | Kirk McKusick | 2002-10-23 | 1 | -1/+1 |
| * | Handle binaries with arbitrary number PT_LOAD sections, not only | Alexander Kabaev | 2002-10-23 | 1 | -14/+19 |
| * | fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4" | SUZUKI Shinsuke | 2002-10-22 | 1 | -5/+9 |
| * | Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUS | Thomas Quinot | 2002-10-22 | 3 | -26/+52 |
| * | Style fix: space between 'switch' and '('. | Robert Watson | 2002-10-22 | 2 | -2/+2 |
| * | Don't dereference the 'x' pointer if it is NULL, instead skip the | John Baldwin | 2002-10-22 | 1 | -6/+12 |
| * | s/mls/biba/ in a copy+paste error for a printf. | Robert Watson | 2002-10-22 | 1 | -1/+1 |
| * | - Expand struct trapframe to 256 bytes, make all fields fixed width and the | Jake Burkholder | 2002-10-22 | 9 | -156/+303 |
| * | - No need for pmtimer hint anymore. | John Baldwin | 2002-10-22 | 1 | -2/+0 |
| * | No need for pmtimer hint anymore. | John Baldwin | 2002-10-22 | 2 | -2/+0 |
| * | Add an identify method that creates a pmtimer0 device if it doesn't alreedy | John Baldwin | 2002-10-22 | 1 | -2/+19 |