summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Break setfmac.8 into two actual man pages, and reword bits of thechris2003-03-133-66/+120
* Now that bus_dmamem_alloc() handles its Giant mutex requirements itself,scottl2003-03-131-2/+0
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-135-115/+109
* Don't return with a value in a void function.dwmalone2003-03-131-4/+4
* Catch up to p_tracep -> p_tracevp rename to unbreak world.jhb2003-03-131-1/+1
* Add a default case that just outputs a new line for the case of anjhb2003-03-131-0/+3
* Clean up the way gdtoa sources are found.obrien2003-03-132-8/+7
* Teach kdump(8) to handle events marked with KTR_DROP. If a record hasjhb2003-03-131-0/+12
* Rework the wording of the comment for the security.bsd.see_other_uidsmux2003-03-131-2/+2
* Add a new userland-visible ktrace flag KTR_DROP and an internal ktrace flagjhb2003-03-132-1/+13
* - Cache a reference to the credential of the thread that starts a ktrace injhb2003-03-136-24/+60
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-136-6/+44
* Memory allocated with contigmalloc() should be freed withmux2003-03-131-1/+4
* Fix two minor mismatch reporting output errors.tobez2003-03-131-2/+2
* This corrects a longstanding endian bug in processing LLC/SNAP encodedharti2003-03-132-5/+5
* Complete the endianness support -- sparc64 can now do i386.ru2003-03-131-16/+10
* Greatly simplify the unlocking logic by holding the TCP protocol lock untilhsu2003-03-132-16/+4
* Document return type of wordfree() (void). Reduce the space betweentjr2003-03-131-3/+4
* o Partially revert rev. 1.103, fix 'ipfw show': dynamically adjust amaxim2003-03-131-11/+39
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* In m_dup_pkthdr(), convert the supplied `how' argument into mallociedowse2003-03-131-1/+2
* Add pci id# for the sis648sos2003-03-132-0/+4
* - Add a lock for protecting against msleep(bp, ...) wakeup(bp) races.jeff2003-03-134-36/+46
* - Remove a dead check for bp->b_vp == vp in vtruncbuf(). This has not beenjeff2003-03-131-14/+17
* - Remove a race between fsync like functions and flushbufqueues() byjeff2003-03-134-50/+34
* - Lock the buf before clearing flags.jeff2003-03-132-2/+2
* - Lock bufs before inspecting their flags.jeff2003-03-131-6/+9
* - Lock the buf before inspecting its contents.jeff2003-03-131-6/+4
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-135-10/+198
* Make sure we actually have a dev before dereferencing in case someonealfred2003-03-131-1/+1
* - Tune down read_max. For single disks we get no gain out of reading morejeff2003-03-131-1/+1
* MFp4: Catch up to recent __dtoa() interface changes and removal of cvt()'stjr2003-03-131-11/+10
* Document the net.inet.tcp.rfc3390 sysctl variable.hsu2003-03-131-1/+15
* Add support for RFC 3390, which allows for a variable-sizedhsu2003-03-132-4/+18
* Tidy up previous change: move comment about obtaining an exclusivetjr2003-03-131-5/+4
* Back out previous. The locking here needs a rethink.tjr2003-03-131-15/+3
* Pass the correct malloc flags to m_tag_alloc().mux2003-03-131-1/+1
* - When the VM daemon is out of swap space and looking for adas2003-03-123-4/+23
* Document the net.inet.tcp.rfc3042 sysctl variable.hsu2003-03-121-0/+4
* Document strtof() and strtold(). Update vendor license.das2003-03-121-32/+75
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-1221-13/+289
* Implement the Limited Transmit algorithm (RFC 3042).hsu2003-03-122-0/+28
* Local patches:das2003-03-121-49/+99
* This commit was generated by cvs2svn to compensate for changes in r112158,das2003-03-1283-0/+24573
|\
| * Initial import of David Gay's gdtoa library for conversion betweendas2003-03-1283-0/+24573
* - Various little style fixes.jhb2003-03-121-8/+5
* Ditch a static global and the mutex that protected it. Achieve themtm2003-03-121-27/+18
* Correct clock frequency for the IC Book Labs' cards, so that it's possiblesobomax2003-03-121-32/+32
OpenPOWER on IntegriCloud