Go to file
pgoyette 87b1c2cb4e Apply proper conversion (which is _no_ conversion) when setting limit
values for sensors of type ENVSYS_INTEGER.
2010-10-05 05:03:49 +00:00
bin Simplify by using setenv() instead of putenv(). 2010-10-03 08:21:27 +00:00
common Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
compat
crypto fixed some typos in logs (reported by fazaeli (at) sepehrs.com) 2010-09-27 11:57:59 +00:00
dist avoid integer overflow that can lead to buffer overflow 2010-09-20 19:39:20 +00:00
distrib Use consistent names for distribution RAMDISK kernels: 2010-10-04 15:56:53 +00:00
doc update IANA info. 2010-10-04 22:31:53 +00:00
etc update from the IANA database 2010-10-04 22:31:11 +00:00
external added commented out trace build. 2010-10-03 22:06:43 +00:00
extsrc
games Avoid undefined behavior, from Chris Spiegel in PR 43860. 2010-09-26 21:12:23 +00:00
gnu Fix -o behavior with patterns that match the empty string, as per PR 43896. 2010-09-28 00:54:04 +00:00
include make putenv POSIX compliant. 2010-10-01 20:11:32 +00:00
lib Avoid unnecessary malloc(). Since __findenv() kindly treats 2010-10-05 02:23:38 +00:00
libexec Oops. Remove trailing whitespace in previous. 2010-09-30 19:45:24 +00:00
regress Don't overrun the buffer, when writing some payload. 2010-10-03 19:41:25 +00:00
rescue
sbin Avoid NaN when calculating std-dev, which fixes a crash on VAX. 2010-09-20 11:49:48 +00:00
share New sentence, new line. 2010-10-03 06:36:49 +00:00
sys Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
tests Add tests for putenv(3) 2010-10-01 20:12:20 +00:00
tools Replace the current usage of Elf64_Half with Elf64_Word and rename 2010-08-28 21:30:02 +00:00
usr.bin Print version string to stdout instead of stderr; 2010-10-02 19:31:14 +00:00
usr.sbin Apply proper conversion (which is _no_ conversion) when setting limit 2010-10-05 05:03:49 +00:00
x11
build.sh Replace a couple uses of '$@' with '$*' 2010-08-24 20:52:31 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING