summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-304-0/+1796
* Don't need to hold schedlock specifically for stop() ans it calls wakeup()julian2002-07-301-6/+1
* Make reference counting for mbuf clusters [only] work like in RELENG_4.bmilekic2002-07-301-49/+37
* o Replace vm_page_sleep_busy() with vm_page_sleep_if_busy()alc2002-07-301-7/+4
* Remove code that removes thread from sleep queue beforejulian2002-07-301-7/+0
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-3021-1766/+755
* This commit was generated by cvs2svn to compensate for changes in r100966,iwasaki2002-07-3064-1655/+8457
|\
| * Vendor import of the Intel ACPI CA 20020725 drop.iwasaki2002-07-3075-2377/+8799
* | o In do_sendfile(), replace vm_page_sleep_busy() by vm_page_sleep_if_busy()alc2002-07-301-5/+6
* | When referencing nd_cnp after namei(), always pass SAVENAME intorwatson2002-07-302-10/+18
* | Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr()rwatson2002-07-302-15/+21
* | Commit a version of the uvisor driver for connecting Handspringjoe2002-07-304-0/+450
* | If we get 0xffff back when reading the status register, assume the cardjhb2002-07-301-0/+5
* | Regen.rwatson2002-07-305-7/+17
* | Introduce a mac_policy() system call that will provide MAC policiesrwatson2002-07-301-0/+2
* | Add support for controlling line1 mixer device, which on some cards representssobomax2002-07-301-2/+9
* | For processes which are set-user-ID or set-group-ID, the kernel performs a fewnectar2002-07-301-1/+2
* | Fix braino in last commit.phk2002-07-301-3/+0
* | Move ffs_isfreeblock() to ffs_alloc.c and make it static.phk2002-07-303-26/+25
* | Regen after usbdevs rev.1.95.sobomax2002-07-302-2/+18
* | Add ID for Luwen EasyDisk USB flash memory drive.sobomax2002-07-301-0/+4
* | Add a quick check that device actually has sound capabilities. The problemsobomax2002-07-301-1/+8
* | In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT maytanimura2002-07-302-3/+21
* | - Add vfs_badlock_{print,panic} support to the remaining VOP_ASSERT_*jeff2002-07-301-8/+20
* | - Add automatic post vop debug checks. These work in both the success andjeff2002-07-301-5/+14
* | - Acknowledge recursive vnode locks in the vop_unlock specification. Thejeff2002-07-301-1/+1
* | o In vm_object_madvise() and vm_object_page_remove() replacealc2002-07-301-15/+10
* | - Optimize wakeup() and its friends; if a thread waken up is beingtanimura2002-07-305-72/+92
* | o Lock page queue accesses by pmap_release_free_page().alc2002-07-302-0/+4
* | Add definitions for statistical and high-resolution profiling. The callingjake2002-07-303-66/+91
* | The data cache on UltraSPARC III is not directly mapped, so don't assertjake2002-07-301-2/+0
* | Update docs to reflect change in count of procs reserved for rootsilby2002-07-301-1/+1
* | Panic if the data cache has too many virtual colors (more than 2).jake2002-07-301-0/+2
* | Use _ALIGN_DATA and _ALIGN_TEXT.jake2002-07-302-4/+4
* | Rebuild of files generated from syscalls.master.rwatson2002-07-305-17/+57
* | Prototype function arguments, only with MAC-specific structuresrwatson2002-07-301-6/+6
* | Hook up kern_mac.c to the build.rwatson2002-07-301-0/+1
* | Stubs for the TrustedBSD MAC system calls to permit TrustedBSD MACrwatson2002-07-309-0/+837
* | o Introduce vm_page_sleep_if_busy() as an eventual replacement foralc2002-07-292-0/+23
* | Remove a XXXKSE comment. the code is no longer a problem..julian2002-07-291-1/+1
* | Create a new thread state to describe threads that would be ready to runjulian2002-07-295-21/+80
* | Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-2928-1620/+1198
* | If we are in hostap mode, do not go into promisc mode. This causesimp2002-07-291-11/+33
* | Drop support for COPY, -c has been the default mode of install(1)ru2002-07-295-11/+11
* | Use a common way to release locks before exit.maxim2002-07-291-2/+4
* | - Add VBAD to the list of vnodes that are ignored on locking operations.jeff2002-07-291-1/+1
* | - Backout the patch made in revision 1.75 of vfs_mount.c. The vputs herejeff2002-07-292-3/+4
* | o Pass VM_ALLOC_WIRED to vm_page_grab() rather than calling vm_page_wire()alc2002-07-293-33/+12
* | Revert rev 1.131.silby2002-07-291-4/+2
* | whitespace commit: fix indentation in fxp_intr_body.luigi2002-07-291-97/+97
OpenPOWER on IntegriCloud