summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate from p4 repo:imp2002-07-221-9/+16
* Three minor changes:imp2002-07-221-14/+15
* Remove unneeded caddr_t casts.alfred2002-07-221-5/+5
* Fix the transfer size calculation.sos2002-07-221-1/+1
* Sync with the spl changes in -stable.sos2002-07-222-2/+6
* Update the tags handling a bit, which makes support for thesos2002-07-223-83/+72
* Cleanup:alfred2002-07-222-285/+134
* Change struct vmspace->vm_shm from void * to struct shmmap_state *, thisalfred2002-07-222-4/+4
* Remove caddr_t.alfred2002-07-224-43/+38
* sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.ume2002-07-221-1/+1
* do not refer to IN6P_BINDV6ONLY anymore.ume2002-07-222-8/+1
* remove caddr_t from fo_ioctl callsalfred2002-07-221-2/+2
* remove caddr_talfred2002-07-221-9/+8
* sin6_len is not an address family. I believe this doesn'tume2002-07-221-1/+1
* - Remove unnecessary break statement.robert2002-07-221-2/+1
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
* Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
* Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-222-0/+18
* Copy manufacturer and version string into the kernel, and copy it toimp2002-07-223-2/+10
* Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
* Sort vnode access mode flags.rwatson2002-07-221-6/+8
OpenPOWER on IntegriCloud