summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add routines needed for high resolution profiling.jake2002-07-292-0/+84
* Add a symbol for btext.jake2002-07-292-0/+2
* Remove a stale comment.jake2002-07-292-8/+0
* Use _ALIGN_TEXT. Implement __cyg_profile_func_enter andjake2002-07-292-20/+138
* Add _ALIGN_DATA and _ALIGN_TEXT macros.jake2002-07-291-1/+9
* Remove some stuff that snuck in last commit.jake2002-07-291-5/+0
* OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-284-12/+10
* o Modify vm_page_grab() to accept VM_ALLOC_WIRED.alc2002-07-282-1/+5
* Make a temporary copy of the output data in the generic sysctl handlerstruckman2002-07-281-6/+45
* o Lock page queue accesses by vm_page_free().alc2002-07-281-14/+19
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-289-0/+15
* Fix a bug introduced in previous commit. Due to the interaction of thejake2002-07-281-2/+2
* o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+8
* Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* Lock page queue accesses by vm_page_free().alc2002-07-281-0/+8
* Correct misindentation of DRA_UID.dd2002-07-281-1/+1
* o Lock page queue accesses by vm_page_free().alc2002-07-281-2/+3
OpenPOWER on IntegriCloud