Go to file
christos b44c2ed92e - don't use alloca and then check if alloca returns null and then try to
free it. Allocating from the stack does not return null, and freeing it
  will have unpredictable results. use malloc instead.
- now we are using malloc remove -Wno-stack-protector kludge
2015-10-30 23:21:05 +00:00
bin Be explicit about what is negated. 2015-08-28 11:29:48 +00:00
common Fix 64-bit atomic operations on 32-bit kernel and userland, and add 2015-10-18 02:28:07 +00:00
compat remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
crypto List source name, not object name to unbreak AFLAGS.*. 2015-10-01 23:00:12 +00:00
dist/pf Fix obviously broken condition. 2015-08-28 12:17:41 +00:00
distrib Add nouveau 2015-10-30 22:29:23 +00:00
doc mention vioscsi 2015-10-30 23:06:49 +00:00
etc Fix the problem of just having a valid interface name in dhcpcd_flags. 2015-10-16 18:06:22 +00:00
external build nouveau on evbarm, too 2015-10-29 10:10:09 +00:00
extsrc
games remove cpp abuse 2015-08-17 17:17:01 +00:00
gnu evbsh5 is no more 2015-10-15 20:02:24 +00:00
include add tzgetgmtoff 2015-10-29 17:48:55 +00:00
lib Add 'J' (Juliett) as military time zone name meaning the local time zone. 2015-10-30 21:36:25 +00:00
libexec - don't use alloca and then check if alloca returns null and then try to 2015-10-30 23:21:05 +00:00
regress moved to tests/net/in_cksum. 2015-01-05 22:39:29 +00:00
rescue Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). 2014-09-11 13:10:03 +00:00
sbin remove advertising clause. 2015-10-16 17:38:17 +00:00
share New sentence, new line. 2015-10-29 07:46:08 +00:00
sys Fake mode sense data for illegal targets. qemu reports 256 targets... 2015-10-30 21:59:25 +00:00
tests tests for %Z 2015-10-30 18:25:49 +00:00
tools bump for printf/syslog format changres 2015-10-16 00:41:07 +00:00
usr.bin - Added error checks for initgroups(3) and setgroups(2). 2015-10-29 11:31:52 +00:00
usr.sbin Added missed break statement. (Missed break in -z option implicitly implies 2015-10-26 08:53:45 +00:00
build.sh Make evbarm64 (little endian) the default for aarch64. 2015-06-27 06:00:28 +00:00
BUILDING remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
Makefile remove the xfree86 reachover makefiles and the vast majority of 2015-07-23 08:03:24 +00:00
Makefile.inc
UPDATING add note about the most recent acpica update 2015-09-19 18:31:41 +00:00