summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* correct comment for setsockopt arg size.ume2002-07-251-3/+3
* Set interrupt clear pointer for SBus slots to point to correct spot.mjacob2002-07-251-2/+2
* o Remove a vm_page_deactivate() that is immediately followed by aalc2002-07-251-3/+0
* make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.ume2002-07-251-3/+3
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-254-10/+7
* Make sure that if are in fact using 'full SMP', make the interruptmjacob2002-07-253-12/+25
* Put MODULE_VERSION back here so that ispfw is happy.mjacob2002-07-251-0/+2
* Change the default setting of an IPv4-mapped IPv6 address to off.ume2002-07-251-1/+1
* Regen.takawata2002-07-252-3/+10
* MFNetBSD: FTDI USB-serial converter chips description.takawata2002-07-251-1/+2
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-253-12/+30
* get suspension counting right.julian2002-07-252-0/+8
* fix some style problems and remove a mis-merged assert.julian2002-07-252-60/+24
* slight stylisations to take into account recent code changes.julian2002-07-241-7/+3
* Add some locking asserts and some commentsjulian2002-07-244-0/+10
* Fix a typojulian2002-07-241-5/+7
* Oops, another unused arg to nfssvc_nfsd(). *blush*peter2002-07-241-3/+3
* Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unusedpeter2002-07-242-41/+10
* Fake a resume method for this chip via calling detach/attach. This letsambrisko2002-07-241-1/+10
* When single threading a multithreaded program, awaken thejulian2002-07-242-0/+14
* Fix a stupid bug where I wasn't initializing the namesmux2002-07-241-9/+10
* o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,alc2002-07-243-56/+11
* make sure to set/unset INP_IPV4 according to a valueume2002-07-241-0/+4
* Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free therwatson2002-07-241-2/+18
* Move m_freem() from uipc_mbuf.c to subr_mbuf.c so it can take advantagebmilekic2002-07-242-8/+48
* Stick a dark comment in about the fact that the NFS server code allocatesrwatson2002-07-241-0/+7
* Catch up to rev 1.87 of sys/sys/socketvar.h (sb_cc changed from u_longmike2002-07-241-1/+1
* Move sio's ebus attachment to the MI files section so it is compiled injhb2002-07-242-1/+1
* Move sio_isa.c back to MD files files due to PC98 brain damage.jhb2002-07-246-1/+5
* MFi386: revision 1.407 (move the em driver entry to MI file)nyan2002-07-241-2/+0
* When suspending a thread, update the appropriate (sic) statistic.julian2002-07-242-0/+2
* revert some of the handling of STOP signals injulian2002-07-241-8/+0
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-244-17/+17
* Only log things net.inet.ip.fw.verbose is setluigi2002-07-241-1/+2
* Fix warning.jake2002-07-241-0/+4
* Attempt to clarify comment in selrecord.alfred2002-07-241-4/+8
* Introduce mb_free() to the MBP_PERSIST{,ENT} interface. What this meansbmilekic2002-07-231-17/+70
* Fix the sound driver vchan support to work when hw.snd.maxautovchanskan2002-07-231-1/+2
* Fix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work for allkan2002-07-231-13/+13
* de-count pcipeter2002-07-239-9/+9
* de-count pci now that ahc/ahd are taken care of.peter2002-07-233-3/+3
* pci is (finally) no longer a 'count' device. ahc/ahd were the lastpeter2002-07-231-1/+1
* Minimal tweak to not depend on NPCI, but still maintain portabilitypeter2002-07-232-6/+12
* o Lock page queue accesses by vm_page_dontneed().alc2002-07-232-4/+5
* - Pass the VM_ALLOC_WIRED flag to vm_page_alloc() in pmap_growkernel() soarr2002-07-231-5/+2
* o Extend the scope of the page queues lock in vm_pageout_scan()alc2002-07-231-2/+1
* - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() inarr2002-07-231-12/+12
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
* Don't forget to recalculate the IP checksum of the originalru2002-07-231-4/+12
* Don't shrink socket buffers in tcp_mss(), application might have alreadyru2002-07-222-4/+8
OpenPOWER on IntegriCloud