aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Now that mem(4) is a kernel module, we need to add a dependency onMaxime Henrion2004-08-051-0/+1
* Finish the PRISON_ROOT -> SUSER_ALLOWJAIL renaming by removingColin Percival2004-08-051-1/+0
* Remove a product specific workaround for wrong modes when mmap(2)'ingPoul-Henning Kamp2004-08-051-15/+2
* Work around non-compliant BIOS PCI link devices. Some systems have theNate Lawson2004-08-051-0/+31
* Remove the attempt to cache the previous page mapped at our identityNate Lawson2004-08-051-15/+2
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notAlexander Kabaev2004-08-052-5/+9
* Implement TCP/UDP Transmit/Receive checksum offload.Pyun YongHyeon2004-08-054-17/+174
* Do a lockless read of the BPF interface structure descriptor list headRobert Watson2004-08-051-0/+21
* Move definition of mem_range_softc from mp_machdep.c to machdep.c soRobert Watson2004-08-052-2/+3
* - Push down the acquisition and release of Giant into pmap_enter_quick()Alan Cox2004-08-046-2/+11
* - Add two fields to bio structure: 'bio_cflags' which can be used byPawel Jakub Dawidek2004-08-043-22/+25
* Oops. Didn't commit this as part of the mem module fix.Mark Murray2004-08-042-0/+2
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andJohn Baldwin2004-08-042-9/+2
* Workaround a possible deadlock on SMP due to a spin lock LOR by disablingJohn Baldwin2004-08-041-0/+6
* Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock()John Baldwin2004-08-042-13/+20
* Whitspace fix.John Baldwin2004-08-041-1/+1
* Use a 256MB TR instead of a 64MB TR to make sure that the kernelArun Sharma2004-08-041-1/+1
* o Fix a typo in the comment.Maxim Konovalov2004-08-041-1/+1
* Assert Giant in namei(). Bugs have been reported in which, followingRobert Watson2004-08-041-0/+2
* Assert Giant in the following file descriptor-related functions:Robert Watson2004-08-041-0/+10
* Fix module builds for i386 and amd64.Mark Murray2004-08-048-77/+84
* Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcbRobert Watson2004-08-041-15/+0
* More minor cleanups and one small bug fix:Bill Paul2004-08-044-36/+32
* Remove spl's from kern_resource.c.Robert Watson2004-08-041-4/+0
* Annotate locking strategy for 'struct uidinfo'.Robert Watson2004-08-041-6/+11
* Post-locking clean up/simplification, particularly, the elimination ofAlan Cox2004-08-043-169/+146
* Correct a very rare case where command ordering could be compromisedJustin T. Gibbs2004-08-047-110/+358
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextJoe Marcus Clarke2004-08-042-2/+2
* Unbreak LINT by making sure that method is always defined.Philip Paeps2004-08-042-0/+8
* Fix and add deivce ID's.Hidetoshi Shimokawa2004-08-042-4/+9
* - Add "prefer" balance algorithm. When used, only disk with the biggestPawel Jakub Dawidek2004-08-042-7/+66
* MFp4: We don't really need g_mirror_free_disk() function.Pawel Jakub Dawidek2004-08-041-14/+2
* In dev_pager_updatefake, m->valid is typically 0 on entry. ItDoug Rabson2004-08-041-1/+2
* Fix problems with the OFW console which happen when the system goesGarance A Drosehn2004-08-041-1/+1
* Further cleanup: merge the three led toggling functionsPhilip Paeps2004-08-032-78/+106
* Bump WARNS to 2 for all other ACPI drivers and minor cleanup.Nate Lawson2004-08-034-16/+20
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.Nate Lawson2004-08-032-156/+64
* Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-0312-22/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-038-19/+16
* Fix the ACPI_DEBUG case by removing a now unused variable.Nate Lawson2004-08-031-3/+0
* Minor cleanups:Bill Paul2004-08-031-2/+8
* Fix comment.Pawel Jakub Dawidek2004-08-031-3/+2
* Don't skip permission checks when sending signals to zombie processes.Pawel Jakub Dawidek2004-08-031-13/+7
* Initialize variables to fix kernel build on AMD64.David E. O'Brien2004-08-031-0/+2
* o Delayed checksums are now calculated in divert_packet() for diverted packetsAndre Oppermann2004-08-031-10/+0
* o Move the inflight sysctls to their own sub-tree under net.inet.tcp to beAndre Oppermann2004-08-032-10/+18
* o Move all parts of the IP reassembly process into the function ip_reass() toAndre Oppermann2004-08-032-116/+131
* Add style(9) foolishness.Doug Rabson2004-08-031-8/+8
* Implement minimalistic L2TP sessions statistics and correct man pageBjoern A. Zeeb2004-08-032-3/+104
* Use the slot, not an otherwise unused index variable as the probe offset.Nate Lawson2004-08-031-2/+2