Go to file
cube 9f1eb3e30f Change all archs that did:
#define clockframe somethingelse

to:

struct clockframe {
	struct somethingelse cf_se;
};

and change access macros accordingly.

That means that, at least for that very issue, things will not go
ka-boomy if you don't have the actual definition of struct clockframe
before including systm.h.
2005-08-11 20:32:55 +00:00
bin Make inpath work like strstr again. :) 2005-08-10 21:53:01 +00:00
crypto Drop trailing whitespace. 2005-08-07 11:19:35 +00:00
dist merge dhcp-3.0.3 2005-08-11 17:13:21 +00:00
distrib Add vnconfig(8). ok christos 2005-08-10 20:04:40 +00:00
doc imported dhcp-3.0.3 2005-08-11 17:22:35 +00:00
etc Changes suggested by lukem: 2005-08-10 13:52:05 +00:00
games Added a missing '-' in score list output. 2005-08-10 19:21:21 +00:00
gnu We have strerror_r now. 2005-07-28 18:34:02 +00:00
include Add strerror_r. 2005-07-28 16:26:53 +00:00
lib document the flags O_ALT_IO and O_NOCTTY 2005-08-11 10:35:24 +00:00
libexec Sort options. 2005-08-07 11:13:34 +00:00
regress 10 seconds is more than enough time to wait. 2005-07-27 00:02:14 +00:00
rescue Add vnconfig(8). ok christos 2005-08-10 20:04:40 +00:00
sbin Make this build for __GNUC__ <= 2 (i.e. for vax). The cast to 2005-08-10 11:48:17 +00:00
share document pmap_procwr. 2005-08-11 11:20:48 +00:00
sys Change all archs that did: 2005-08-11 20:32:55 +00:00
tools Fix the toolification of disklabel by using the nbinclude namespace 2005-06-22 21:35:28 +00:00
usr.bin Query the v6 sockets only if USE_INET6 != "no". Patch provided by Jukka Salmi 2005-08-10 20:32:57 +00:00
usr.sbin Add "by default" (Liam Foy) 2005-08-09 23:27:31 +00:00
x11 fontconfig depends on expat - so insert a .WAIT for parallel builds. 2005-07-22 08:47:20 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin. 2005-07-01 09:55:37 +00:00
build.sh Remove support for build.sh -m xen, this has been merged in the i386 2005-05-29 10:54:40 +00:00