Go to file
plunky c76d621ddd handle the difference between C99 and GNUC semantics of inline
functions with external linkage, by using "inline" for STDC and
"extern inline" for GNUC

(as noted by joerg@, using static inline may be clearer)
2010-05-04 09:07:11 +00:00
bin Add MKBSDTAR, defaulting to no. It switching cpio and tar to the 2010-04-23 19:41:02 +00:00
common Fix rb_tree_iterate to get the min/max element of the tree for the 2010-04-30 13:58:09 +00:00
compat Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
crypto Make this compile with gcc 4.5 - patch from Juan RP in PR pkg/43244 2010-05-04 00:02:46 +00:00
dist ip_fil_compat.c is another file that needs to be both in src/dist/ipf and 2010-04-17 22:05:53 +00:00
distrib Prevent a -ve int -> uint32 underflow, noticed by joerg. 2010-05-03 23:04:12 +00:00
doc Use tcx(4) and zx(4) (which is in share/man/man4/man4.sparc) 2010-05-03 16:36:26 +00:00
etc Add RCS ID, per PR 43243 2010-05-03 17:15:58 +00:00
external DTrace: print a warning no CTF section is found when processing arguments. 2010-05-03 09:28:38 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games rename pollard_pminus1->pollard_rho for consistency 2010-04-28 18:04:31 +00:00
gnu Make this build. 2010-04-21 12:58:38 +00:00
include handle the difference between C99 and GNUC semantics of inline 2010-05-04 09:07:11 +00:00
lib Rework the example a little. 2010-05-04 07:58:28 +00:00
libexec Wording. 2010-04-29 21:34:04 +00:00
regress pull in some more headers to get prototypes into scope, and, more 2010-03-23 20:32:13 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin C99 says that offsetof() expands to a constant expresssion, so we 2010-04-20 21:25:25 +00:00
share Reference bswap(3). Improvements in the HISTORY section. Remove the AUTHORS 2010-05-04 05:49:12 +00:00
sys use box drawing font if needed 2010-05-04 05:10:25 +00:00
tests convert to ifdef USE_ATF 2010-05-01 12:11:53 +00:00
tools remove OSX specific fix where CLOCK_REALTIME is not defined. 2010-03-27 07:16:57 +00:00
usr.bin Prefer a real device for pseudoroot and only create a fake device 2010-05-02 15:35:00 +00:00
usr.sbin Add rump_au-naturel, which instead of mounting a file system inside 2010-04-29 22:42:48 +00:00
x11 fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
build.sh move change from rev 1.232 to the initialization part. 2010-03-30 13:17:47 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile adjust the do-compat-* rules now that src/compat/lib and friends no longer exist 2009-12-13 09:29:27 +00:00
Makefile.inc
UPDATING Note shared objects extension change, and stalled files. 2010-02-22 12:35:32 +00:00