Go to file
christos 0213791d0c 1. Eliminate some unnecessary to kvm_{m,re}alloc.
2. Don't malloc/free procbase/procbase2/lwpbase continuously. Keep track
   of the size, and only do it if necessary.
3. Write a macro to malloc/realloc and set the size of members so that it
   is done correctly. Previous open coded version in kvm_file.c always
   set the length, which is incorrect.
4. Remove bogus check against INT_MAX.
5. use NULL to initialize pointers instead of 0.
2006-02-16 20:48:42 +00:00
bin Ensure we exit with an error if we don't actually do anything. 2006-02-11 11:04:57 +00:00
common Don't rename bswap{16,32} if either _KERNEL or _STANDALONE are defined, 2006-02-08 21:52:36 +00:00
crypto Add a namespace.h to rename the most conflict inducing names from libssh. 2006-02-13 16:49:33 +00:00
dist Update the targets(5) manual page to reflect the new syntax. 2006-02-16 19:29:28 +00:00
distrib Add text requested by term (b) of 2006-02-16 03:15:02 +00:00
doc Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so 2006-02-09 19:18:56 +00:00
etc Update the default targets file to reflect the new syntax. 2006-02-16 19:30:57 +00:00
games moduli utils moved from games to usr.bin. 2006-01-24 19:01:45 +00:00
gnu Now that the libiberty config.h was made MD again, we need to instruct 2006-02-16 10:36:24 +00:00
include convert "magiclinks" from a per-fs mount option to a system-wide sysctl. 2006-02-12 01:32:06 +00:00
lib 1. Eliminate some unnecessary to kvm_{m,re}alloc. 2006-02-16 20:48:42 +00:00
libexec Remove -Wl,-non_shared (same meaing as -static). 2006-02-03 02:01:19 +00:00
regress Moved to interface/interface.c 2005-12-25 22:24:57 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin So that we can build a full-featured fdisk cross-tool with -DBOOTSEL, 2006-02-14 04:48:15 +00:00
share CP936/GBK mapping table incomplete. 2006-02-15 19:33:06 +00:00
sys Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
tools Two changes to facilitate building tools on Darwin: 2006-02-14 04:59:33 +00:00
usr.bin make "locale -a" read locale.alias file. 2006-02-16 19:19:49 +00:00
usr.sbin Add postinstall item for the rwhod de-preivledging. 2006-02-14 17:14:21 +00:00
x11 Add support for Xews4800mips under src/x11. 2005-12-29 15:52:20 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile * Add an "iso-image" target in the top level Makefile, 2006-01-28 21:34:07 +00:00
Makefile.inc
UPDATING Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00