summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Lock page queue accesses by vm_page_free().alc2002-07-281-0/+2
* Unimplement panic(8) by making sure that we don't recurse into add2002-07-281-5/+11
* Add declarations for btext and etext.jake2002-07-281-0/+3
* Unwind the syscall_with_err_pushed tweak that jake did some time back.peter2002-07-285-8/+48
* uintfptr_t has moved to machine/types.h.jake2002-07-271-1/+0
* o Require that the page queues lock is held on entry to vm_pageout_clean()alc2002-07-273-5/+9
* Make bn_name a const char * to quieten some warnings.dwmalone2002-07-271-1/+1
* Make spxnames a const char * to quieten some warnings in netstat.dwmalone2002-07-271-1/+1
* If a socket is disconnected for some reason (like a TCP connectiondwmalone2002-07-272-0/+2
* Implement a direct mapped address region, like alpha and ia64. Thisjake2002-07-276-42/+182
* Fix location and name of if_an_pci.c in comment.fenner2002-07-271-1/+1
* Reserve VCACHEDLABEL vnode flag for use by the TrustedBSD MACrwatson2002-07-271-1/+1
* Remote socheckproc(), which was removed when p_can*() was introducedrwatson2002-07-271-1/+0
* Slight whitespace cleanup. Whitespace sync to MAC tree.rwatson2002-07-271-2/+2
* Kernel options for Mandatory Access Control (MAC).rwatson2002-07-272-1/+14
* Slight restructuring of the logic for credential change case identificationrwatson2002-07-271-2/+8
* Disable optimization of spinlocks on UP kernels w/o debugging for nowjhb2002-07-273-5/+5
* Whitespace nit in previous revision.jhb2002-07-271-1/+1
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-5/+0
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-1/+0
* Properly change the block_size on different CD media, and use thatsos2002-07-273-6/+15
OpenPOWER on IntegriCloud