NetBSD/sys
perry 17bba44783 Change the x86 boot blocks so they don't include builder login and date.
For now, we include kernel revision as a way of allowing users to
notice that boot blocks have gotten very old, so the first line of the
printout looks like this (depending on the particular block):

  >> NetBSD/x86 BIOS Boot, Revision 3.4 (from NetBSD 5.0)

This may be changed a bit pending feedback. (Some people think that
the kernel revision shouldn't be there at all, for example.)

Part of the project to assure that bit-identical sources produce
bit-identical release binaries.
2008-07-15 21:29:37 +00:00
..
altq Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
arch Change the x86 boot blocks so they don't include builder login and date. 2008-07-15 21:29:37 +00:00
coda Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
compat Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
conf Add the kernel revision to vers.c, as in: 2008-07-15 20:10:06 +00:00
contrib/dev/ath Use BUILDSYMLINKS from <bsd.files.mk> instead of custom copy rules 2008-01-17 01:13:01 +00:00
crypto use __KERNEL_RCSID() 2007-12-11 23:31:07 +00:00
ddb Take care not to dereference NULL datapointer from fd table 2008-07-14 10:15:11 +00:00
dev Make acpilid(4) detachable. 2008-07-15 16:19:37 +00:00
dist Wrap definition of pfil6_wrapper in #ifdef INET6. 2008-06-22 11:36:33 +00:00
fs Keep the directory to read '..' from locked until its dirent is read and 2008-07-15 15:49:05 +00:00
gdbscripts Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
ipkdb
kern Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
lib Add KASSERTMSG(e, msg) for umass.c. XXX directly calls panic. 2008-07-02 15:25:08 +00:00
lkm - device/softc split 2008-07-09 13:15:40 +00:00
miscfs Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. 2008-07-02 19:49:58 +00:00
modules Fix build of the i915drm and radeondrm modules after the #include changes 2008-07-08 10:11:02 +00:00
net make this compile again 2008-07-10 05:15:32 +00:00
net80211 Replace gcc-style designated initialisers with c99-style. 2008-06-24 10:33:46 +00:00
netatalk Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netbt do not hold bt_lock while detaching bthub, as devices may need to aquire 2008-06-26 14:17:27 +00:00
netinet Add IANA allocation and header for RFC 5006 (RA RDNSS) IPv6 Router 2008-07-11 07:35:05 +00:00
netinet6 remove undeclared caddr_t. makes i386 ALL kernel build again. 2008-06-27 09:16:21 +00:00
netipsec Ignore freed rtcache entries. 2008-07-01 20:18:45 +00:00
netisdn Also delete a now-unused local variable. 2008-05-23 14:10:50 +00:00
netiso s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
netkey Ignore freed rtcache entries. 2008-07-01 20:18:45 +00:00
netnatm Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
netsmb Make it compile. 2008-06-24 11:20:37 +00:00
nfs explicitly set birthtime to VNOVAL, since there is no such thing in nfsv{2,3} 2008-07-15 16:06:58 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Nuke the "-p" argument to ukfs_mkdir(). It's not a particularly 2008-07-15 16:21:19 +00:00
secmodel Remove include of sys/pset.h in sys/lwp.h header. 2008-03-09 15:39:14 +00:00
stand
sys Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
ufs expunge_ufs*(): Use the buffer cache to update the inodes on the snapshot like 2008-07-15 08:20:56 +00:00
uvm English improvement in comments. 2008-07-11 07:09:18 +00:00
Makefile Build and install modules into /kernel/modules. Each module gets a 2008-05-02 23:12:00 +00:00