| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that mem(4) is a kernel module, we need to add a dependency on | Maxime Henrion | 2004-08-05 | 1 | -0/+1 |
| * | Finish the PRISON_ROOT -> SUSER_ALLOWJAIL renaming by removing | Colin Percival | 2004-08-05 | 1 | -1/+0 |
| * | Remove a product specific workaround for wrong modes when mmap(2)'ing | Poul-Henning Kamp | 2004-08-05 | 1 | -15/+2 |
| * | Work around non-compliant BIOS PCI link devices. Some systems have the | Nate Lawson | 2004-08-05 | 1 | -0/+31 |
| * | Remove the attempt to cache the previous page mapped at our identity | Nate Lawson | 2004-08-05 | 1 | -15/+2 |
| * | Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does not | Alexander Kabaev | 2004-08-05 | 2 | -5/+9 |
| * | Implement TCP/UDP Transmit/Receive checksum offload. | Pyun YongHyeon | 2004-08-05 | 4 | -17/+174 |
| * | Do a lockless read of the BPF interface structure descriptor list head | Robert Watson | 2004-08-05 | 1 | -0/+21 |
| * | Move definition of mem_range_softc from mp_machdep.c to machdep.c so | Robert Watson | 2004-08-05 | 2 | -2/+3 |
| * | - Push down the acquisition and release of Giant into pmap_enter_quick() | Alan Cox | 2004-08-04 | 6 | -2/+11 |
| * | - Add two fields to bio structure: 'bio_cflags' which can be used by | Pawel Jakub Dawidek | 2004-08-04 | 3 | -22/+25 |
| * | Oops. Didn't commit this as part of the mem module fix. | Mark Murray | 2004-08-04 | 2 | -0/+2 |
| * | Remove a potential deadlock on i386 SMP by changing the lazypmap ipi and | John Baldwin | 2004-08-04 | 2 | -9/+2 |
| * | Workaround a possible deadlock on SMP due to a spin lock LOR by disabling | John Baldwin | 2004-08-04 | 1 | -0/+6 |
| * | Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock() | John Baldwin | 2004-08-04 | 2 | -13/+20 |
| * | Whitspace fix. | John Baldwin | 2004-08-04 | 1 | -1/+1 |
| * | Use a 256MB TR instead of a 64MB TR to make sure that the kernel | Arun Sharma | 2004-08-04 | 1 | -1/+1 |
| * | o Fix a typo in the comment. | Maxim Konovalov | 2004-08-04 | 1 | -1/+1 |
| * | Assert Giant in namei(). Bugs have been reported in which, following | Robert Watson | 2004-08-04 | 1 | -0/+2 |
| * | Assert Giant in the following file descriptor-related functions: | Robert Watson | 2004-08-04 | 1 | -0/+10 |
| * | Fix module builds for i386 and amd64. | Mark Murray | 2004-08-04 | 8 | -77/+84 |
| * | Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcb | Robert Watson | 2004-08-04 | 1 | -15/+0 |
| * | More minor cleanups and one small bug fix: | Bill Paul | 2004-08-04 | 4 | -36/+32 |
| * | Remove spl's from kern_resource.c. | Robert Watson | 2004-08-04 | 1 | -4/+0 |
| * | Annotate locking strategy for 'struct uidinfo'. | Robert Watson | 2004-08-04 | 1 | -6/+11 |
| * | Post-locking clean up/simplification, particularly, the elimination of | Alan Cox | 2004-08-04 | 3 | -169/+146 |
| * | Correct a very rare case where command ordering could be compromised | Justin T. Gibbs | 2004-08-04 | 7 | -110/+358 |
| * | Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next | Joe Marcus Clarke | 2004-08-04 | 2 | -2/+2 |
| * | Unbreak LINT by making sure that method is always defined. | Philip Paeps | 2004-08-04 | 2 | -0/+8 |
| * | Fix and add deivce ID's. | Hidetoshi Shimokawa | 2004-08-04 | 2 | -4/+9 |
| * | - Add "prefer" balance algorithm. When used, only disk with the biggest | Pawel Jakub Dawidek | 2004-08-04 | 2 | -7/+66 |
| * | MFp4: We don't really need g_mirror_free_disk() function. | Pawel Jakub Dawidek | 2004-08-04 | 1 | -14/+2 |
| * | In dev_pager_updatefake, m->valid is typically 0 on entry. It | Doug Rabson | 2004-08-04 | 1 | -1/+2 |
| * | Fix problems with the OFW console which happen when the system goes | Garance A Drosehn | 2004-08-04 | 1 | -1/+1 |
| * | Further cleanup: merge the three led toggling functions | Philip Paeps | 2004-08-03 | 2 | -78/+106 |
| * | Bump WARNS to 2 for all other ACPI drivers and minor cleanup. | Nate Lawson | 2004-08-03 | 4 | -16/+20 |
| * | Use the acpi_{Get,Set}Integer functions instead of rolling custom ones. | Nate Lawson | 2004-08-03 | 2 | -156/+64 |
| * | Making a loadable null.ko for /dev/(null|zero) proved rather | Mark Murray | 2004-08-03 | 12 | -22/+1 |
| * | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | Maxime Henrion | 2004-08-03 | 8 | -19/+16 |
| * | Fix the ACPI_DEBUG case by removing a now unused variable. | Nate Lawson | 2004-08-03 | 1 | -3/+0 |
| * | Minor cleanups: | Bill Paul | 2004-08-03 | 1 | -2/+8 |
| * | Fix comment. | Pawel Jakub Dawidek | 2004-08-03 | 1 | -3/+2 |
| * | Don't skip permission checks when sending signals to zombie processes. | Pawel Jakub Dawidek | 2004-08-03 | 1 | -13/+7 |
| * | Initialize variables to fix kernel build on AMD64. | David E. O'Brien | 2004-08-03 | 1 | -0/+2 |
| * | o Delayed checksums are now calculated in divert_packet() for diverted packets | Andre Oppermann | 2004-08-03 | 1 | -10/+0 |
| * | o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be | Andre Oppermann | 2004-08-03 | 2 | -10/+18 |
| * | o Move all parts of the IP reassembly process into the function ip_reass() to | Andre Oppermann | 2004-08-03 | 2 | -116/+131 |
| * | Add style(9) foolishness. | Doug Rabson | 2004-08-03 | 1 | -8/+8 |
| * | Implement minimalistic L2TP sessions statistics and correct man page | Bjoern A. Zeeb | 2004-08-03 | 2 | -3/+104 |
| * | Use the slot, not an otherwise unused index variable as the probe offset. | Nate Lawson | 2004-08-03 | 1 | -2/+2 |