summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use VOP_NULL rather than VOP_PANIC for Coda's vop_print routine, so asrwatson2008-01-191-1/+1
* Lock the new directory vnode returned by coda_mkdir(), as this is requiredrwatson2008-01-191-1/+5
* Borrow the VM object associated with an underlying cache vnode with therwatson2008-01-191-1/+5
* Remove files conditional on the obsolete MK_FORTRAN knob. They are alreadybrueffer2008-01-181-12/+0
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-183-3/+6
* expm1(-big) generates an inexact exception but not underflow.das2008-01-181-1/+1
* Add a flag for Ethernet@WireSpeed capability and correct chip revisions.jkim2008-01-183-8/+12
* Fix some boolean logic errors. && vs & and other sillyness. *blush*peter2008-01-181-3/+3
* Update VOP_LOCK() and VOP_UNLOCK() prototypes.attilio2008-01-181-3/+3
* Add some regression tests for libm's exponential functions. Thesedas2008-01-183-1/+181
* Hook up exp2l() and related docs to the build.das2008-01-182-6/+7
* Introduce a new log(3) manpage and move the relevant functions there.das2008-01-182-69/+118
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-184-0/+725
* Add a new union member to access the exponent and sign of a long doubledas2008-01-181-0/+5
* Fix mbuf pool watermark configuration (mismerged from OpenBSD in 1.132).jkim2008-01-181-1/+1
* Fix gratuitous whitespace bugcsjp2008-01-181-1/+2
* Add a case for AUE_LISTEN. This removes the following console error message:csjp2008-01-181-0/+1
* o FreeBSD 6.3-RELEASE added.maxim2008-01-181-1/+4
* Move unlock of global UNIX domain socket lock slightly lower inrwatson2008-01-181-1/+1
* Include the thread name (in addition to the proc name) in "info threads."emaste2008-01-181-3/+13
* In the rev. 1.153, the one place for converting minor number to unitkib2008-01-181-1/+3
* Use nfsrv_destroycache() only once, else it crashes the server.remko2008-01-181-1/+0
* refactor code so it can run in a chroot without having to have /dev/mountedjulian2008-01-181-33/+48
* pcib is compiled in when "device pci" is specified.brueffer2008-01-181-2/+2
* Style changes from avatar.ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedambrisko2008-01-183-122/+253
* Make sure reading td_runtime in critical section since thread may bedavidxu2008-01-181-1/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,rwatson2008-01-181-25/+55
* Correct the sysconf variable name, _SC_CLK_TCK.ru2008-01-181-2/+2
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedkib2008-01-181-0/+3
* Still no new leapseconds: Bulletin C-35phk2008-01-181-3/+3
* Remove a chunk of duplicated code, test the destination address against thethompsa2008-01-181-56/+27
* _POSIX_THREAD_CPUTIME is now supported.davidxu2008-01-181-1/+1
* Use m_collapse(9) to collapse mbuf chains instead of relying onyongari2008-01-181-1/+1
* Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measuredavidxu2008-01-182-0/+17
* I misread the Tinderbox error; this should really unbreak 64-bit builds.kientzle2008-01-181-1/+1
* Fix 64-bit build after my last commit. <sigh>kientzle2008-01-181-1/+1
* The previous commit caused the archive_write_disk interface tokientzle2008-01-181-0/+2
* Issues with hardlinks in newc-format files prompted me tokientzle2008-01-183-6/+198
* Reconnect the progress callback. It may not get calledkientzle2008-01-181-2/+8
* SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthrdavidxu2008-01-181-2/+0
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-186-44/+202
* IEEE 802.1D-2004 states, frames containing any of the group MAC Addressesthompsa2008-01-181-1/+14
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-176-442/+6
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsjhb2008-01-171-0/+17
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzejhb2008-01-173-2/+275
* - remove bogus_imm counterkmacy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-174-99/+88
* Remove remnants of old *_FORTRAN build flags.brueffer2008-01-171-2/+0
* Remove a conditional that is always true.jhb2008-01-171-1/+1
OpenPOWER on IntegriCloud