summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-122-1/+25
* Happy birthday to me :)glewis2003-03-121-0/+1
* - Avoid dropping the proc lock around a simple permissions check and justjhb2003-03-121-18/+16
* Correct the last commit, only look for subfunctions on the same PCI slot.sos2003-03-121-4/+4
* Correct CS4205 base vendor id.orion2003-03-121-1/+1
* correct two more flag misuses; m_tag* use malloc flagssam2003-03-122-2/+2
* Update for FILE v3.41.ru2003-03-122-9/+31
* Simplify the assignment statement.ru2003-03-121-1/+1
* Record the sudden death of bsd.kern.mk and bsd.sgml.mk.ru2003-03-121-2/+0
* Record the BOG death here too.ru2003-03-121-2/+0
* Document the fact that hdestory calls free on the keys added withdwmalone2003-03-121-5/+25
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accessestjr2003-03-121-3/+15
* In wait1(), remove the zombie process from zombproc before removingtjr2003-03-121-5/+5
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Put back including sys/devicestat.h for 4-stable.simokawa2003-03-121-0/+3
* clean up the en driver since it will survice for a while bykjc2003-03-121-96/+0
* Update sendfile.2 to include a TUNING section that documents theseanc2003-03-122-0/+43
* - Added support for multiple page directory pages to pmap_pinit andjake2003-03-122-166/+114
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thattjr2003-03-121-10/+1
* MFp4: Make `spanp' const.tjr2003-03-121-3/+4
* correct malloc flag argumentsam2003-03-121-1/+1
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().tjr2003-03-122-1/+115
* Do not depend on namespace pollution, explicitly include sys/sx.hkan2003-03-121-0/+1
* fix module building; drivers now require opt_{ubsec,hifn}.hsam2003-03-112-2/+8
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallysam2003-03-112-0/+455
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-116-11/+82
* Trim an extra blank line that snuck into the last commit.jhb2003-03-111-1/+0
* gack; revert previous commit; not only did I read things backward butsam2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1sam2003-03-111-1/+1
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-1115-109/+70
* - Change witness_displaydescendants() to accept the indentation level asjhb2003-03-111-21/+25
* - Split the itismychild() function into two functions: insertchild()jhb2003-03-111-42/+144
OpenPOWER on IntegriCloud