Go to file
chs 2ed88fe090 several changes prompted by loaning problems:
- fix the loaned case in uvm_pagefree().
 - redo uvmexp.swpgonly accounting to work with page loaning.
   add an assertion before each place we adjust uvmexp.swpgonly.
 - fix uvm_km_pgremove() to always free any swap space associated with
   the range being removed.
 - get rid of UVM_LOAN_WIRED flag.  instead, we just make sure that
   pages loaned to the kernel are never on the page queues.
   this allows us to assert that pages are not loaned and wired
   at the same time.
 - add yet more assertions.
2001-11-06 08:07:49 +00:00
bin put -l explanation before -m, so that the options are in alphabet order 2001-11-05 17:51:56 +00:00
crypto Turn on TCP_NODELAY over loopback 2001-10-18 19:46:12 +00:00
dist SIGALRM code around gethostbyaddr() can leak memory. 2001-11-05 02:12:47 +00:00
distrib Minor version of libtermcap/termlib is bumped to 5. 2001-11-06 05:43:08 +00:00
etc Don't run rules unless DESTDIR is set *and* contains a value. Fixes PR 14410 2001-10-31 02:58:58 +00:00
games Update to the new t_agetstr() API. 2001-11-02 18:27:00 +00:00
gnu Make xmalloc() and xrealloc()'s definitions match their prototypes in 2001-11-05 20:49:47 +00:00
include Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} 2001-11-01 15:03:07 +00:00
lib make comment reflect reality (no functional changes) 2001-11-05 23:31:02 +00:00
libexec Update to the new t_agetstr() API. 2001-11-02 18:27:00 +00:00
regress Simplify a bunch of explicit ${.OBJDIR} references to make these more like 2001-10-31 15:57:49 +00:00
sbin fix many -Wshadow warnings 2001-11-02 05:57:38 +00:00
share Rework to describe the plethora of libraries that arrived with the 2001-11-06 00:06:21 +00:00
sys several changes prompted by loaning problems: 2001-11-06 08:07:49 +00:00
tools * Always use the makewrapper when starting a build phase. 2001-11-02 05:07:22 +00:00
usr.bin Fix whitespace usage. 2001-11-05 03:35:49 +00:00
usr.sbin None of the other calls to logerror() include a newline at the end of the 2001-11-06 05:39:27 +00:00
build.sh export DESTDIR when set via -D. 2001-11-05 02:17:47 +00:00
BUILDING By popular demand, one preformatted version of BUILDING, plaintext, no CRs. 2001-11-01 16:34:21 +00:00
BUILDING.mdoc By popular demand, one preformatted version of BUILDING, plaintext, no CRs. 2001-11-01 16:34:21 +00:00
Makefile By popular demand, one preformatted version of BUILDING, plaintext, no CRs. 2001-11-01 16:34:21 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING note wcstod.c needs new lint. 2001-10-30 06:05:28 +00:00