aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add session ID hashing to speedup incoming packets dispatch in caseAlexander Motin2008-03-161-38/+47
* Whitespace cleanups.Pawel Jakub Dawidek2008-03-161-7/+7
* - Use wait-free method to manage ui_sbsize and ui_proccnt fields in thePawel Jakub Dawidek2008-03-162-65/+51
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-166-0/+44
* Switch the LACP state machine over to its own mutex to protect the internals,Andrew Thompson2008-03-163-130/+156
* Consistently use ANSI C declarationsfor all functions in kern_synch.c.Robert Watson2008-03-161-19/+7
* Style fixes.Pawel Jakub Dawidek2008-03-161-11/+7
* Fix information leak. We can find PIDs of running processes from withinPawel Jakub Dawidek2008-03-161-1/+2
* Simplify the inner loop of vm_fault()'s delete-behind heuristic.Alan Cox2008-03-161-2/+2
* Implement soon-to-be-used rw_unlock() macro.Pawel Jakub Dawidek2008-03-161-0/+6
* Regen.Roman Divacky2008-03-166-8/+24
* Implement sched_setaffinity and get_setaffinity usingRoman Divacky2008-03-163-11/+44
* Commit SYSINIT() ;-adding patch missed in previous pass.Robert Watson2008-03-161-1/+1
* Remove trailing ';' from C_SYSINIT() macro definition, in keepingRobert Watson2008-03-161-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-1689-128/+144
* Properly set size of the file_zone to match kern.maxfiles parameter.Maxim Sobolev2008-03-163-3/+38
* Fix mmap(2) on ZFS after some changes in VM subsystem.Pawel Jakub Dawidek2008-03-152-0/+8
* Fix panic on e.g. "kldload /dev/null".Ruslan Ermilov2008-03-152-0/+9
* BUS_DMA_ISA is left over from Alpha, and is not used in the tree atWarner Losh2008-03-152-2/+1
* Change spelling and eliminate a typo in comments to reduce diffs withEd Maste2008-03-141-11/+11
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-1411-33/+218
* Correct IPsec behaviour with a 'use' level in SP but no SA available.Bjoern A. Zeeb2008-03-143-24/+61
* Remove the "Fast " from theBjoern A. Zeeb2008-03-141-1/+1
* Add a quirk to ignore ASUS LCM display found on some ASUS laptops.Jung-uk Kim2008-03-142-0/+3
* Make the function prototype for cpu_search() match the declaration so thatJohn Baldwin2008-03-141-2/+2
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.Bjoern A. Zeeb2008-03-142-7/+5
* #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().Bjoern A. Zeeb2008-03-142-6/+8
* Replace the function name in two identical printfsBjoern A. Zeeb2008-03-141-2/+4
* Add stub for pc98.Yoshihiro Takahashi2008-03-141-0/+6
* Correct a typo.Joseph Koshy2008-03-141-2/+6
* Fix a silly bogon which prevented all the CPUs that are tagged as interruptJohn Baldwin2008-03-142-8/+8
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-1311-121/+270
* Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFEColeman Kane2008-03-131-8/+15
* Use the SMAP data from the loader if it is provided instead of usingJohn Baldwin2008-03-131-59/+98
* style(9) & style.Makefile(9)David E. O'Brien2008-03-1314-251/+290
* Add the module dependency on the mem(4) module. This will fix the moduleColeman Kane2008-03-131-0/+1
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64Konstantin Belousov2008-03-137-15/+15
* Add missed parenthesesKonstantin Belousov2008-03-131-1/+1
* Add const qualifier to cpuset mask's pointer, since the cpuset mask shouldDavid Xu2008-03-131-1/+1
* PR 117603Jeff Roberson2008-03-131-2/+5
* - The P_SA flag has been removed. Don't reference it in a KASSERT.Jeff Roberson2008-03-121-2/+1
* - Fix build breakage; there was a reference to a removed syscall inJeff Roberson2008-03-121-4/+3
* The variable MTRR registers actually have variable-sized PhysBase andJohn Baldwin2008-03-124-16/+52
* MFamd64: Break up the probe logic in the mem_drvinit routines so it'sJohn Baldwin2008-03-122-13/+18
* Minimize diffs with i686_mem.c:John Baldwin2008-03-122-6/+9
* Relax the BIOS/OS sempahore handoff code to workaround different hardJohn Baldwin2008-03-121-1/+4
* Partially revert 1.95. It changed the probe for a mouse device to onlyJohn Baldwin2008-03-121-1/+4
* fix inverted test that disabled ACK's on xmitSam Leffler2008-03-121-1/+1
* add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler2008-03-122-1/+18
* Add missing comma.Remko Lodder2008-03-121-1/+1