summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Switch from conditionally dropping Giant in exit1() to asserting it iskris2008-02-171-6/+1
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Remove custom queue macros in Coda, replacing them with queue(9) tailqrwatson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDrwatson2008-02-171-1/+0
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-172-7/+12
* Add implementations of sinl(), cosl(), and tanl().das2008-02-177-0/+367
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
* Add kernel functions for 128-bit long doubles. These could be improveddas2008-02-173-0/+239
* Add kernel functions for 80-bit long doubles. Many thanks to Steve anddas2008-02-173-0/+264
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-174-50/+154
* Advertise to CAM the ability of 790X controllers to negotiate informationgibbs2008-02-171-2/+3
* Fix quoting for the dnsbl example -- m4 misparses quoted strings withgshapiro2008-02-171-1/+1
* Use better examples (and comment them out for safety).gshapiro2008-02-171-5/+12
* Switch libmilter from select(2) to poll(2) so milters are not limitedgshapiro2008-02-171-0/+1
* Fix typo in comment.imp2008-02-171-1/+1
* MFp4 (e500):marcel2008-02-167-0/+817
* MFp4 (e500):marcel2008-02-1616-0/+1933
* Re-sort options. While here:marcel2008-02-161-5/+8
* Enable option WITNESS_SKIPSPIN by default.marcel2008-02-161-0/+1
* New release notes: AMD 6.1.5, awk 20071023, CVS 1.11.12, OpenPAMbmah2008-02-161-1/+13
* Create a thread to handle passive cooling for 1st zone which has _PSV,ume2008-02-161-19/+20
* Allow the user to override the current active cooling state if staterpaulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,rpaulo2008-02-161-1/+1
* Allow underscore in domain names while resolving. While having underscoredelphij2008-02-161-1/+2
* - fix typodanger2008-02-151-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),antoine2008-02-151-1/+0
* - Make Disk_Names() behave as documented in libdisk(3): return an arrayantoine2008-02-151-5/+14
* Bump __FreeBSD_version in order to signal introduction of lockmgr_args()attilio2008-02-151-1/+1
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-155-64/+71
* Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilegerwatson2008-02-151-1/+6
* Add myself and the mentorship relation of des.olli2008-02-151-0/+2
* The possibly interruptible msleep in coda_call() means well, but isrwatson2008-02-151-1/+1
* Spell replys as replies.rwatson2008-02-152-8/+8
* Reorder and clean up make_coda_node(), annotate weaknesses in therwatson2008-02-151-20/+25
* Sigh, the weak reference for ceill(), floorl() and truncl() was inbde2008-02-153-6/+10
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-156-8/+26
* Add open_to_operation, a security regression test that opens files withrwatson2008-02-142-0/+1263
* No network addresses in the system isn't a good excuseyar2008-02-141-4/+4
* Make netstat -rn more resilient to having the routing table change out fromjhb2008-02-141-19/+43
* Some language and mdoc style improvements.brueffer2008-02-141-5/+7
* On Montecito processors, the instruction cache is in fact notmarcel2008-02-142-0/+19
* In the new order of things dictated by nmount(2), a read-only mountyar2008-02-141-3/+4
* Now that mxge supports MSI-X interrupts, reverse the logic and flaggallatin2008-02-142-8/+10
* Oops, the weak reference for ceill(), floorl() and truncl() was in thebde2008-02-146-12/+12
* Don't attach to non Core CPUs. This is needed because on the PIII,rpaulo2008-02-141-0/+9
* Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a isbde2008-02-142-8/+8
* Forced commit to note that the minus sign in the fancy expressionbde2008-02-140-0/+0
* _pthread_mutex_isowned_np(): use a more reliable method; the current codedes2008-02-141-1/+1
* Fix sendfile(2) write-only file permission bypass.simon2008-02-142-15/+18
* Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs tobde2008-02-141-2/+2
OpenPOWER on IntegriCloud