summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* Move 'em' from files.i386 to files so that it is within reach of thepeter2002-07-222-2/+2
* No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
* The transition time for -Werror has been gone for a while. We are nowpeter2002-07-221-5/+0
* Make this compile.peter2002-07-221-0/+8
* Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.peter2002-07-221-5/+3
* Add units to card, wdc, wcd, wst and wfdpeter2002-07-211-5/+5
* Add unit counts for the i4b stuff where it still uses NFOO etc.peter2002-07-211-13/+13
* Add unit count to 'card'peter2002-07-211-1/+1
* pci/cy_pci.c is still MD, it needs i386/isa/cy.c for the core.peter2002-07-213-1/+2
* Add static unit count to pcipeter2002-07-211-1/+1
* Add static unit count for 'card'peter2002-07-211-1/+1
* Add static unit count for pci here as well.peter2002-07-212-2/+2
OpenPOWER on IntegriCloud