summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-102-20/+81
* Introduce a new sysctl flag, CTLFLAG_SKIP, which will causemux2002-08-102-0/+4
* Fix GET_TRAN_SETTINGS to be more correct.scottl2002-08-102-10/+9
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.scottl2002-08-101-8/+7
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().alc2002-08-104-12/+6
* o Remove the setting and clearing of the PG_MAPPED flag from the alpha andalc2002-08-103-14/+6
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-101-3/+3
* Minor corrections.sos2002-08-101-13/+3
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-102-16/+8
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-103-4/+4
* When we allocate our bus address via the kludge that we have in theimp2002-08-102-16/+23
* confirmed OZ6912 and 6972 share same pci IDimp2002-08-101-1/+1
* One bugfix and one new feature.luigi2002-08-102-21/+98
* My quad cpu itanium2 box has its cpu's numbered with a lid startingpeter2002-08-101-2/+2
* Add the ability to use ATAPI devices via CAM.sos2002-08-097-36/+761
* Add help about hint.acpi.0.disable.iwasaki2002-08-091-0/+4
* Make ppp(4) devices clonable and unloadable.brooks2002-08-0912-49/+96
OpenPOWER on IntegriCloud