FreeBSD src
Go to file
David Greenman 269312019a * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
profiling, and various protection checks that cause security holes
  and system crashes.
* Changed min/max/bcmp/ffs/strlen to be static inline functions
  - included from cpufunc.h in via systm.h. This change
  improves performance in many parts of the kernel - up to 5% in the
  networking layer alone. Note that this requires systm.h to be included
  in any file that uses these functions otherwise it won't be able to
  find them during the load.
* Fixed incorrect call to splx() in if_is.c
* Fixed bogus variable assignment to splx() in if_ed.c
1993-07-27 10:52:31 +00:00
bin install new manual page 1993-07-21 23:07:02 +00:00
etc Changed sys.386bsd to sys 1993-07-26 22:46:16 +00:00
gnu changed BINMODE= 6555 and CATMODE= 0664 1993-07-27 03:28:32 +00:00
lib/csu/i386 Added ${COPY} knob to the install commands 1993-07-03 00:21:21 +00:00
libexec/makekey Libcrypt upgrade 1993-07-20 23:49:11 +00:00
sbin New manual page system 1993-07-02 06:10:31 +00:00
share/man/man4 add links to ../ 1993-07-23 21:29:57 +00:00
sys * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
usr.bin Added getopt(1) from NetBSD 1993-07-26 22:22:37 +00:00
usr.sbin TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin. 1993-07-20 19:38:44 +00:00