summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement the "nocpu" directive.ru2005-11-0311-9/+22
* Detect memory leaks when memory type is being destroyed.pjd2005-11-031-0/+21
* There is no need to explicitly add "status" to $extra_commands inrse2005-11-031-1/+1
* Update list of controllers ciss(4) driverrse2005-11-031-3/+5
* Serialize access to the info/dir file; needed for parallel installs.ru2005-11-032-1/+2
* Appropriate NULL pointer checking to avoid mysterious panic duringariff2005-11-032-2/+2
* o NetBSD 2.0.3 and NetBSD 2.1 added.maxim2005-11-031-9/+12
* Merge from RELENG_6: FreeBSD 6.0. Not sure the release date is correctmaxim2005-11-031-2/+6
* Remove the remaining spl*() calls. Add some assertions. Eliminate somealc2005-11-031-13/+2
* Restore part of the code dropped in rev. 1.25 that makes sure ether_demux()ru2005-11-031-0/+9
* In nfs_flush(), clear the NMODIFIED bit only if there are no dirtyps2005-11-031-1/+2
* Consistently use OPT_* macros to test/set boot options.ru2005-11-032-12/+24
* Fix for a race between the thread transmitting the request and theps2005-11-031-1/+5
* The default fill byte is 0xf6, not 0xf5.ru2005-11-031-1/+1
* Be cross-arch friendly.ru2005-11-031-1/+1
* Fix .Dd argument.ru2005-11-031-1/+1
* Support sending realtime signal information via signal queue, realtimedavidxu2005-11-031-8/+40
* Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-036-86/+67
* Suggest the user to use 'diff -urN' instead of 'diff -crN'.delphij2005-11-031-1/+1
* Oops, don't change tdsignal call.davidxu2005-11-031-1/+1
* Add thread_find() function to search a thread by lwpid.davidxu2005-11-033-12/+24
* List IFT_BRIDGE as a valid type so that arp entries can be properly deleted.thompsa2005-11-031-1/+6
* It had been noticed disc2 was overflowing earlier but committing thekensmith2005-11-031-6/+1
* Add `local' and `return' to the list of built-ins.jcamou2005-11-031-0/+8
* Small changes in the AlphaStation 200 and PC14 area. PC164 SRM doeswilko2005-11-021-3/+3
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-025-8/+14
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-028-191/+433
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-027-99/+55
* Mandatory mbuf cluster reference counting and groundwork for UMAandre2005-11-024-179/+270
* Fix several races between socket closure and node/hookglebius2005-11-021-77/+97
* Fix two races which happen when netgraph is restructuring:glebius2005-11-021-8/+47
* Rework the ng_item queueing on nodes:glebius2005-11-022-124/+118
* Remove a redundant _get_curthread() call.davidxu2005-11-021-1/+0
* This commit was generated by cvs2svn to compensate for changes in r151970,harti2005-11-021-3/+17
|\
| * Vendor patch: fix the reporting of ifOperStatus. We now consider anharti2005-11-021-3/+17
* | Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)bde2005-11-024-46/+14
* | In raise(), use a shortcut to directly send signal to current thread.davidxu2005-11-021-7/+2
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-0221-41/+35
* | Updated the comment about the optimization for tiny x (the previousbde2005-11-021-2/+4
* | o Update list of holidays in Russia.maxim2005-11-021-7/+10
* | Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() fails,alc2005-11-021-1/+50
* | Removed dead code for handling tan[f]() on odd multiples of pi/2. Thisbde2005-11-022-6/+2
* | Fix an erroneous description of the file descriptor assignments forjdp2005-11-021-5/+3
* | Fixed some of the silliness related to rev.1.8. In 1.8, "double" inbde2005-11-021-1/+1
* | Rate limit vnode_pager_putpages printfs to once a second.ps2005-11-011-3/+8
* | Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386.jhb2005-11-012-0/+2
* | Catch up with ACPI-CA 20051021 importjkim2005-11-0114-259/+343
* | Update to reflect import of ACPI-CA 20051021 with includes fixupsjkim2005-11-011-27/+30
* | Local change: remove unnecessary __cdecljkim2005-11-012-2/+2
* | Local change: remove compilation warningsjkim2005-11-014-10/+10
OpenPOWER on IntegriCloud