ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk
r4653
File Last Change
 ../
secure/ 3724 (13 years ago) by laffer1: Turn the version addendum back on.
rescue/ 3735 (13 years ago) by laffer1: turn of zfs and tar for now to unbreak world.
nrelease/ 4160 (12 years ago) by laffer1: update web page for live cd
kerberos5/ 4284 (12 years ago) by laffer1: we have strndup
apache/ 4329 (12 years ago) by laffer1: The overflow bug has been found and fixed. Turn on SSP
cddl/ 4330 (12 years ago) by laffer1: Revert zfs related file changes from several days ago. This was a bad idea.
bin/ 4437 (12 years ago) by laffer1: disable depricated per tg's suggestion
gnu/ 4450 (12 years ago) by laffer1: Introduce lgpl version of libdialog. Retain old version as libodialog for backward compatibility for a few things that still need it like tzsetup and sade. Hopefully sysinstall will die soon.
crypto/ 4464 (12 years ago) by laffer1: telnetd: fix a root exploit from a fixed buffer that was not checked
include/ 4539 (12 years ago) by laffer1: work around a GCC 4.2 bug. typeof(1.0fi) != float _Complex typeof((float _Complex)1.0fi) != float _Complex typeof((float _Complex)1.0i) == float _Complex In other words: if casting to an equal size, GCC seems to take a shortcut. By casting down from a double to a float, GCC doesn't take this shortcut, yielding the proper type. Obtained from: FreeBSD
games/ 4546 (12 years ago) by laffer1: helps if you don't forget the subdirectory
usr.bin/ 4575 (12 years ago) by laffer1: Fix some comments, use strlcpy, clean up the job code.
tools/ 4580 (12 years ago) by laffer1: one of the sources is no longer available. need a new way to get this list
share/ 4581 (12 years ago) by laffer1: Update pci vendors list with 2011 data.
etc/ 4587 (12 years ago) by laffer1: If the cd fails, we don't want to run ln here.
release/ 4591 (12 years ago) by laffer1: Fix more bugs with the installer
sbin/ 4598 (12 years ago) by laffer1: migrate to MidnightBSD partition types
usr.sbin/ 4616 (12 years ago) by laffer1: use new short names
contrib/ 4635 (12 years ago) by laffer1: resolve conflict
libexec/ 4637 (12 years ago) by laffer1: Introduce support for preinit, init and fini arrays per the ELF standard. This patch is based on work by John Marino for DragonFly. This makes us the second BSD to support this feature. From his comments: For the main executable file, the .init_array and .fini_array sections are handled by crt1, just like .init and .fini are. In the case of a statically linked binary, the .preinit_array section is also handled by crt1. The real-time linker handles the .init_array and .fini_array sections for dynamically shared objects (libraries) and .preinit_array for dynamically-linked binaries. There are no .preinit_array sections in the DSOs per standard. These sections are described by the System V Application Binary Interface http://www.sco.com/developers/gabi/latest/ch4.sheader.html#special_sections In order for this patch to work, we also introduced several items from NetBSD needed for newer versions of GCC as well as some features used in this patch. (cdefs.h) Finally, we're also through in manpages for cpu set which is totally unrelated, but an obmission from a previous patch for ULE.
lib/ 4640 (12 years ago) by laffer1: make sure the stack is 16-byte aligned as required by AMD64 ABI
sys/ 4649 (12 years ago) by laffer1: tag
README 3889 (13 years ago) by laffer1: Document the apache directory.
Makefile 4326 (12 years ago) by laffer1: add additional targets to Makefile that we've already done in Makefile.inc1
ObsoleteFiles.inc 4531 (12 years ago) by laffer1: add pkg_tools to obsolete list
COPYRIGHT 4565 (12 years ago) by laffer1: fix typo.. oops :)
UPDATING 4636 (12 years ago) by laffer1: Update Apple's mDNSResponder to 333.10
Makefile.inc1 4653 (12 years ago) by laffer1: don't let environment override the CC and CXX flags.. this can screw up building 32bit libs on amd64
22 directories and 6 files shown