summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Do allow PIOCSFL in jail for setguid processes; this is more consistentrwatson2007-02-191-4/+2
* Unbreak ddb stepping over special frames after the following commit:kib2007-02-191-2/+2
* Remove union_dircheckp hook, it is not needed by new unionfs code anymore.kib2007-02-191-65/+33
* MFi386 rev. 1.544 of i386/i386/pmap.c:kib2007-02-191-0/+14
* Add two new options, FLASHADDR, which defines the address the flash iscognet2007-02-192-0/+4
* Teach the kernel and the ELF trampoline how to boot from onboard flash.cognet2007-02-192-37/+82
* There's no such thing as a GENERIC kernel on arm.cognet2007-02-193-3/+3
* Correct typos containing my login name (plus one more in expr.y).ceri2007-02-181-1/+1
* The table of known CPU models ends with an entry that has a versionmarcel2007-02-181-1/+1
* #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committedrwatson2007-02-181-0/+4
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-184-8/+0
* Enable vm_page_free() and vm_page_free_zero() to be called on some pagesalc2007-02-181-2/+4
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyrwatson2007-02-173-2/+578
* Remove a stale comment. Add punctuation to a nearby comment.alc2007-02-171-6/+1
* Add support for chipsets that has NULL'd BAR's for legacy ports.sos2007-02-172-10/+12
* This README file is obsolete. The cited problems were fixed long agomckusick2007-02-171-58/+0
* Add codec id for Sigmatel STAC9271D.ariff2007-02-161-2/+4
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-163-41/+1
* Remove unused inp6_ifindex field from inpcb, as well as unused macrorwatson2007-02-161-2/+0
* Remove unused in6p_ip6_hlim macro shortcut for non-presentrwatson2007-02-161-1/+0
* CompUSA mutli-format pcmica flash reader/writerimp2007-02-161-0/+2
* Updated tuple list, kindaimp2007-02-161-1/+1
* Add poitner to JEDEC publication 106imp2007-02-161-0/+4
* Two changes:imp2007-02-161-1/+4
* Fix typo in commentimp2007-02-161-1/+1
* Backing out an earlier change. It seems harmless for NFS to miss the "forcemohans2007-02-161-6/+0
* Add bootverbose printfs to indicate which IDT vectors are assigned to MSIjhb2007-02-152-0/+12
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-1534-237/+302
* Support AHCI chips where the ports are not consecutively numbered as insos2007-02-152-76/+126
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-1510-178/+296
* Fix spurious I/O errors when under high load.scottl2007-02-152-2/+6
* Catch up file descriptor printing function in DDB to the addition of kqueuesrwatson2007-02-151-0/+4
* Break file descriptor printing logic out of db_show_files() intorwatson2007-02-151-9/+32
* Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able torwatson2007-02-151-3/+3
* If both ISDOTDOT and NOCROSSMOUNT are set then lookup() might breaks outkib2007-02-151-3/+4
* Style(9).kib2007-02-151-5/+11
* It turns out that it is easier to not NULL out pccard and cardbusimp2007-02-152-15/+7
* Fix three bugs:imp2007-02-151-6/+25
* Unbreak non-H/W VLAN extraction case.yongari2007-02-151-2/+4
* Relax the page queue lock assertions in vm_page_remove() andalc2007-02-151-2/+3
* Teach DDB how to print sockets, socket buffers, protosw's, and domainrwatson2007-02-152-0/+531
* Fix accidental removal of an empty line from the previous commit.jkim2007-02-151-0/+1
* Regen.jkim2007-02-153-4/+10
* MFP4: 113033jkim2007-02-152-2/+20
* Regen.jkim2007-02-153-5/+12
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-155-115/+119
* Adjust the global MSI blacklisting strategy so we don't have to explicitlyjhb2007-02-141-0/+26
* - Fix an off by one error in pci_remap_msix_method() that effectivelyjhb2007-02-141-2/+10
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* Use bge_writereg_ind() to do global reset as we did before 1.159 for certainjkim2007-02-141-1/+1
OpenPOWER on IntegriCloud