Go to file
uwe 6f23ef4104 Use .pushsection/.popsection instead of going "back" with .previous
(it does but has a side-effect) or .text (which is probably ok, but
still less kosher).

Make section macros work for traditional cpp (I guess we haven't used
that for a *long* time, b/c it was broken).

Use __unused instead of explicit attribute for __COPYRIGHT (to be
changed in the next commit).

Define __KERNEL_COPYRIGHT in terms of __COPYRIGHT rather than
duplicating the logic and accidentally inverting it.

Results in identical obj tree for an i386 build modulo ar archives
(with timestamps embedded) and few .o files (and programs they are
part of) that embed timestamps as strings.
2007-10-06 00:21:46 +00:00
bin Convert to using raise_default_signal(3). 2007-10-05 07:22:23 +00:00
common Improve consistency between <sys/bswap.h> and what's actually 2007-09-19 20:31:34 +00:00
crypto new plog macro 2007-10-02 09:48:08 +00:00
dist Fix an off-by-511 error, pointed out by Andrey Yakovlev 2007-09-26 12:01:49 +00:00
distrib Add sysctl.conf man page. 2007-10-05 21:32:02 +00:00
doc Note ability to dump kernel cores to RAID 1 sets. 2007-10-05 01:42:07 +00:00
etc Fix up the it(4) example. 2007-09-05 14:18:55 +00:00
games __attribute -> __attribute__ 2007-09-16 18:39:54 +00:00
gnu Rerun mknative for all archs. 2007-09-21 10:51:02 +00:00
include Add raise_default_signal(3) -- raise the default signal handler. 2007-09-25 01:13:54 +00:00
lib Port to NetBSD. Note: posix_memalign() is here, but it's not exported 2007-10-05 23:42:23 +00:00
libexec - Don't use the names malloc/free/etc, since we can end up pulling in libc's 2007-10-05 22:21:07 +00:00
regress lib/36938 mbtowc misbehaving after invalid char sequence 2007-09-18 15:12:07 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Remove intval from %union, it's unused... ok christos@. 2007-10-01 17:01:55 +00:00
share Add USE_JEMALLOC. 2007-10-06 00:21:44 +00:00
sys Use .pushsection/.popsection instead of going "back" with .previous 2007-10-06 00:21:46 +00:00
tools add raise_default_signal 2007-09-28 09:12:49 +00:00
usr.bin Add the ability to .export variables to the environment. 2007-10-05 15:27:45 +00:00
usr.sbin Add a check for obsolete sendmail in /etc/mailer.conf, installs a 2007-10-05 10:28:45 +00:00
x11 Apply variation of fix supplied by Havard Eidnes <he@NetBSD.org> 2007-09-17 04:51:04 +00:00
build.sh Fix a tyop and align properly 2007-09-18 12:57:37 +00:00
BUILDING Convert build.sh iso-dir=directory option to -C cddir as per jmmv@ on 2007-09-01 09:32:19 +00:00
Makefile Provide 'do-libgcc' to build gnu/lib/crtstuff${LIBGCC_EXT} (if necessary) 2007-09-07 04:20:44 +00:00
Makefile.inc
UPDATING At pooka@'s request, add hints about the recent 2007-10-02 12:45:51 +00:00