summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When translating and -C is specified, behave as if the complemented set wastjr2002-07-291-0/+26
* 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
* Don't depend on pollution in <machine/limits.h> (by way ofmike2002-07-291-0/+1
* New release notes: tr(1) equivalence classes (+MFC), tr(1) -C.bmah2002-07-292-2/+16
* Conform to RFC 959, Appendix II, when replyingyar2002-07-291-2/+7
* If we are in hostap mode, do not go into promisc mode. This causesimp2002-07-291-11/+33
* When translating and the -c option is specified, handle the case where thetjr2002-07-291-6/+11
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-2979-163/+155
* Use a common way to release locks before exit.maxim2002-07-291-2/+4
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-294-3/+9
* - Add VBAD to the list of vnodes that are ignored on locking operations.jeff2002-07-291-1/+1
* Fix typo.murray2002-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
* New release notes: wicontrol(8) -l/-L, traceroute 1.4a12.bmah2002-07-292-4/+18
* Fix Makefiles to actually work.mjacob2002-07-294-0/+4
* Forced commit.silby2002-07-290-0/+0
* 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
* Use login_getpwclass() instead of login_getclass() so that the rootfanf2002-07-291-1/+2
* 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
* fetch(1) is WARNS-5 clean (tested on i386 and Alpha)des2002-07-281-0/+1
* Use strtol(3) instead of a home-grown version, and fix a "possiblydes2002-07-281-36/+24
* 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
* Recognize frames for lcall_syscall and int0x80_syscall.peter2002-07-281-2/+4
* Update, correct and bring in sync with reality all the i4b kernelhm2002-07-2817-437/+358
* Add enough consts to keep everyone happy.dwmalone2002-07-281-1/+1
* Don't reuse a const char * when we really want a char *.dwmalone2002-07-281-5/+7
* Improve WARNS situation for kdump:dwmalone2002-07-281-45/+58
* Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* ANSIify function definitions to avoid a warning.dwmalone2002-07-289-54/+31
* The return value of snprintf should be always nonnegative, so it shoulddwmalone2002-07-281-1/+1
* ANSIify function definitions to avoid a warning.dwmalone2002-07-282-39/+14
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-14/+7
* ANSify function definitions to avoid a warning.dwmalone2002-07-281-10/+7
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-6/+3
OpenPOWER on IntegriCloud