summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-1510-178/+296
* fix comment about what pnpinfo is setimp2007-02-151-1/+2
* Fix spurious I/O errors when under high load.scottl2007-02-152-2/+6
* Correct -c and -d description.matteo2007-02-152-16/+16
* Expand history and authors section of mbuf.9 man page to discuss recentrwatson2007-02-151-0/+28
* Mention the nat command in the synopsis and in the action section.piso2007-02-151-0/+13
* Enhances mdmfs(8) to mount md-based device such as uzip.matteo2007-02-151-4/+9
* 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
* pkill(1) and pgrep(1) have been moved to /bin so that they areyar2007-02-151-3/+3
* Don't be paranoid about hostname(1) and order the things logically.yar2007-02-151-1/+1
* Don't nag about unset $hostname if DHCP is in use.yar2007-02-151-1/+6
* 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
* Kill blank line at EOF.trhodes2007-02-151-1/+0
* Hook ypclnt.3 up to the build.trhodes2007-02-151-0/+1
* Add a ypclnt.3 manual page referenced by various other YP based manual pages.trhodes2007-02-151-0/+362
* 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
* Default output to stdout as the man page suggests.brian2007-02-141-3/+1
* Only go through our cylinder group and inode info when we need to.brian2007-02-141-45/+49
* Re-indent main() in preparation for further changes.brian2007-02-141-126/+87
* 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
* Fix two typos in comments.jkim2007-02-141-2/+2
* Fix a typo from the previous commit.jkim2007-02-141-1/+1
* Add missing 'break' that in this case is harmless.jhb2007-02-141-0/+1
* Fix compilation for statically linked snd_envy24{ht}/spicds. Use explicitariff2007-02-143-3/+3
* Minor rearrangement of global variables, comments, etc, in UNIX domainrwatson2007-02-141-37/+34
* Retire most of the classful network behaviour of netstat -r output, for IPv4.bms2007-02-142-52/+20
* Change unp_mtx to supporting recursion, and do not drop the unp_mtx overrwatson2007-02-141-13/+5
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Correctly handle writes beyond the end of the archive entrykientzle2007-02-141-1/+9
* Add some entries to log unknown devices, based on the bus they appearjoerg2007-02-141-0/+30
* New sentence -> new line. While here, fix apostrophe abuse.brueffer2007-02-141-4/+7
* Avoid the unnecessary acquisition of the free page queues lock when a pagealc2007-02-141-4/+5
* Optimize bitcount32 by replacing 6 logical operations with 2. The keycperciva2007-02-141-3/+3
* Add KTR tracingkevlo2007-02-141-0/+4
* Another crashdump fix: nfiles was renamed to openfiles in 5.x.jhb2007-02-141-1/+1
OpenPOWER on IntegriCloud