summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Hold the vnode lock throughout execve.jeff2002-08-138-74/+91
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-133-6/+0
* - Extend the vnode_free_list_mtx to cover numvnodes and freevnodes. Thisjeff2002-08-131-3/+15
* Introduce support for labeling and access control of pipe objectsrwatson2002-08-131-0/+60
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Don't redundantly include \n in panic messagesimp2002-08-121-1/+1
* Update for recent changes in the usb code.joe2002-08-121-11/+6
* Shut up warning in debug code.sos2002-08-121-5/+5
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-122-18/+30
* Use the credential authorizing the socket creation operation to performrwatson2002-08-121-2/+2
* Enforce MAC policy in cttyread() as well as the other operationsrwatson2002-08-121-1/+6
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-127-26/+34
* Add PCI ID for ICH4 SMBus controller.mp2002-08-121-1/+5
* Implement IO_NOMACCHECK in vn_rdwr() -- perform MAC checks (assumingrwatson2002-08-121-4/+17
* Correct error handling during MAC transmission check for if_gif.rwatson2002-08-121-2/+5
* Add PCI ID for the ICH4 AC97 controller.mp2002-08-121-0/+4
* Depend on opt_mac.h.rwatson2002-08-121-1/+2
* Use roundup2() to avoid a problem where pmap_growkernel was unableiedowse2002-08-122-2/+2
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-122-1075/+1028
* Fix a comment.phk2002-08-121-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-125-5/+50
* add opt_mac.h to SRCS to unbreak module build.alfred2002-08-121-1/+1
* Assert that the inpcb lock is held when calling tcp_output().jennifer2002-08-121-0/+2
* Declare a module service "kernel_mac_support" when MAC support isrwatson2002-08-1211-0/+74
* Introduce IO_NOMACCHECK, a flag that will be passed to vn_rdwr() torwatson2002-08-121-0/+1
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* Enforce MAC policies for the locally implemented vnode services inrwatson2002-08-122-0/+28
* Add opt_mac.h to dependencies for svr4 module, since I'm about torwatson2002-08-121-5/+5
* Another fix that wasn't pulled in from the MAC branch: therwatson2002-08-121-1/+2
* Fix missing parens in MAC readdir() check. This fix was in the MACrwatson2002-08-121-1/+1
* Teach the OSF/1 emulation layer a little more about mandatory accessrwatson2002-08-121-0/+19
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-1122-0/+7929
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-115-0/+971
* Regenjoe2002-08-112-2/+9
* Add Palm M515.joe2002-08-112-0/+2
* - Call a SHT_REL 'relocation section' rather thanrobert2002-08-111-2/+2
* Fix sendfile(), who was calling vn_rdwr() without aresid parameter andsemenu2002-08-111-2/+2
* o Make a correction to the last change: In aio_cancel(2) return AIO_ALLDONEalc2002-08-111-2/+2
* Make kern.log_console_output a tuneable aswell as a sysctl.dwmalone2002-08-111-0/+1
* add experimental support for Data over Voice (DoV) outgoing calls.hm2002-08-117-12/+45
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-5/+5
* Follow NetBSD's lead and use WI_PORTTYPE_HOSTAP instead of _AP, sinceimp2002-08-113-16/+16
* o In aio_cancel(2), make sure that p->p_aioinfo isn't NULL beforealc2002-08-111-0/+2
* Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8)mux2002-08-111-2/+0
* One declaration for struct xvfsconf is enough. I havemux2002-08-111-10/+0
* o Assert that the page queues lock is held in vm_page_activate().alc2002-08-111-1/+1
* o Lock page queue accesses by vm_page_activate().alc2002-08-111-0/+2
* o Lock page queue accesses by vm_page_activate().alc2002-08-101-0/+4
* o Move a call to vm_page_wakeup() inside the scope of the page queues lock.alc2002-08-101-1/+1
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-106-59/+113
OpenPOWER on IntegriCloud