freebsd-skq/sys
chris 220d3c3bf1 Fix a typo that was doing something kind of silly, and that is initializing
the creation time for files to the uninitialized value:

	vap->va_ctime = vap->va_ctime;

Changed to what was intended, assigning it to the modification time (thus
making all three values of access time, modification time and creation time
the same thing).

Reviewed by:	grog
1999-12-21 06:29:00 +00:00
..
alpha MFS_ROOT is deprecated so use MD_ROOT instead. Also add the md 1999-12-20 05:11:51 +00:00
amd64 Remove references to register_intr() etc in comments. 1999-12-20 15:11:31 +00:00
boot - Supported the bd_getbigeom function and use this function to get BIOS 1999-12-19 14:05:46 +00:00
cam Make sure we don't look at an edt entry that could go away when we try 1999-12-20 16:16:53 +00:00
coda Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
compat Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
compile
conf Sync with sys/i386/conf/options.i386 rev 1.130. 1999-12-20 11:00:02 +00:00
contrib The ipfilter module name wasn't exactly conventional.. 1999-12-20 15:49:38 +00:00
ddb
dev don't use the sbpro mic vol register during init on ess cards; it causes 1999-12-21 06:18:03 +00:00
fs Fix a typo that was doing something kind of silly, and that is initializing 1999-12-21 06:29:00 +00:00
geom Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
gnu Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
i4b update to isdn4bsd beta release 0.90 1999-12-14 20:54:38 +00:00
i386 GC unreferenced code (to avoid warnings) 1999-12-20 18:05:01 +00:00
isa Add SUP2070 (Diamond SupraExpress 56i) 1999-12-20 20:31:23 +00:00
isofs/cd9660 Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
kern Reimplement buf_daemon / getnewbuf() interaction for dealing with 1999-12-20 20:28:40 +00:00
libkern
miscfs Fix a typo that was doing something kind of silly, and that is initializing 1999-12-21 06:29:00 +00:00
modules Manual page style work. 1999-12-21 01:25:21 +00:00
msdosfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
net M_PREPEND-related cleanups (unregisterifying struct mbuf *s). 1999-12-19 01:55:37 +00:00
netatalk
netatm
netgraph Fix bugs in the MP fragment reassembly code that can cause a panic. 1999-12-17 23:29:04 +00:00
netinet The ipfilter module name wasn't exactly conventional.. 1999-12-20 15:49:38 +00:00
netinet6 M_PREPEND-related cleanups (unregisterifying struct mbuf *s). 1999-12-19 01:55:37 +00:00
netipx Lose a register declaration to avoid a warning 1999-12-20 18:43:04 +00:00
netkey
netnatm
netncp
netns
nfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
nfsclient Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
nfsserver M_PREPEND-related cleanups (unregisterifying struct mbuf *s). 1999-12-19 01:55:37 +00:00
ntfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
nwfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
pc98 merge i386/isa/clock.c 1.147: don't talk about register_intr in comments. 1999-12-20 15:24:56 +00:00
pccard
pci Update the xl driver to recognize yet another 3c905B/3c905C class NIC: 1999-12-16 18:33:57 +00:00
posix4
powerpc
rpc
svr4 Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
sys Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
tools
ufs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
vm Introduce NDFREE (and remove VOP_ABORTOP) 1999-12-15 23:02:35 +00:00
Makefile