summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.antoine2008-03-171-13/+3
* Locking in the ses_ioctl handler doesn't have to be so strict becausescottl2008-03-171-21/+25
* Fix two races in the handling of the d_gianttrick for the D_NEEDGIANTkib2008-03-172-36/+127
* Fix indentation for a closing brace in in_pcballoc().rwatson2008-03-171-1/+1
* - There is no more "uidinfo struct" mutex.pjd2008-03-171-2/+1
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-175-2/+62
* A cautionary XXX comment about seemingly bogus errata checks.phk2008-03-171-0/+8
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-2/+16
* Revert last commit and stop committing before morning tea.phk2008-03-171-26/+5
* Increase time we wait for things to settle to 1 millisecond,phk2008-03-171-5/+26
* don't set sniffer mode to ON when the driver is running with theweongyo2008-03-171-2/+1
* Remove extra semicolons.thompsa2008-03-171-2/+2
* Make remote GDB work for AIM processors. For BookE, the kernelmarcel2008-03-172-43/+27
* Use correct bitmask for identifying chip family.phk2008-03-171-1/+1
* Remove impossible (hk_peer == NULL) check from ng_address_hook().mav2008-03-161-1/+0
* Add session ID hashing to speedup incoming packets dispatch in casemav2008-03-161-38/+47
* Whitespace cleanups.pjd2008-03-161-7/+7
* - Use wait-free method to manage ui_sbsize and ui_proccnt fields in thepjd2008-03-162-65/+51
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-166-0/+44
* Switch the LACP state machine over to its own mutex to protect the internals,thompsa2008-03-163-130/+156
* Consistently use ANSI C declarationsfor all functions in kern_synch.c.rwatson2008-03-161-19/+7
* Style fixes.pjd2008-03-161-11/+7
* Fix information leak. We can find PIDs of running processes from withinpjd2008-03-161-1/+2
* Simplify the inner loop of vm_fault()'s delete-behind heuristic.alc2008-03-161-2/+2
* Implement soon-to-be-used rw_unlock() macro.pjd2008-03-161-0/+6
* Regen.rdivacky2008-03-166-8/+24
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-163-11/+44
* Commit SYSINIT() ;-adding patch missed in previous pass.rwatson2008-03-161-1/+1
* Remove trailing ';' from C_SYSINIT() macro definition, in keepingrwatson2008-03-161-1/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-1689-128/+144
* Properly set size of the file_zone to match kern.maxfiles parameter.sobomax2008-03-163-3/+38
* Fix mmap(2) on ZFS after some changes in VM subsystem.pjd2008-03-152-0/+8
* Fix panic on e.g. "kldload /dev/null".ru2008-03-152-0/+9
* BUS_DMA_ISA is left over from Alpha, and is not used in the tree atimp2008-03-152-2/+1
* Change spelling and eliminate a typo in comments to reduce diffs withemaste2008-03-141-11/+11
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-1411-33/+218
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-143-24/+61
* Remove the "Fast " from thebz2008-03-141-1/+1
* Add a quirk to ignore ASUS LCM display found on some ASUS laptops.jkim2008-03-142-0/+3
* Make the function prototype for cpu_search() match the declaration so thatjhb2008-03-141-2/+2
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.bz2008-03-142-7/+5
* #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().bz2008-03-142-6/+8
* Replace the function name in two identical printfsbz2008-03-141-2/+4
* Add stub for pc98.nyan2008-03-141-0/+6
* Correct a typo.jkoshy2008-03-141-2/+6
* Fix a silly bogon which prevented all the CPUs that are tagged as interruptjhb2008-03-142-8/+8
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-1311-121/+270
* Replace the non-MPSAFE timeout(9) API in ffs_softdep.c with the MPSAFEcokane2008-03-131-8/+15
* Use the SMAP data from the loader if it is provided instead of usingjhb2008-03-131-60/+99
* style(9) & style.Makefile(9)obrien2008-03-1314-258/+297
OpenPOWER on IntegriCloud