Go to file
jdolecek debb6d80a3 make the code includable into other programs:
* make static all symbols which do not need to be exported
* rename main() to mount_FOO()
* new main() now just calls mount_FOO(), main() is only compiled in if
  MOUNT_NOMAIN is not defined
* a_gid(), a_uid() and a_mask() were put into ../mount/fattr.[ch], local
  versions removed
2000-10-30 20:56:57 +00:00
bin list parenthesis usage similar way as other operators 2000-10-30 16:20:12 +00:00
crypto Apply the following: 2000-10-30 18:58:37 +00:00
dist one more string format cleanup 2000-10-10 12:51:19 +00:00
distrib Fix typo, pointed out privately by Petri Koistinen. 2000-10-30 20:21:08 +00:00
etc Make md(4) device files on "all" target. 2000-10-29 13:03:37 +00:00
games NetBSD will put hair on a UNIX admin's chest 2000-10-09 00:58:16 +00:00
gnu #include <elfos.h> only for i386 compiler for now -- it causes lossage 2000-10-29 12:21:14 +00:00
include Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check 2000-10-20 18:46:05 +00:00
lib be consistent in the use of u_long. eventually they should be uintptr_t. 2000-10-27 21:38:10 +00:00
libexec In dlopen(), use the main program's library search path, to match semantics of 2000-10-29 13:11:38 +00:00
regress move usr.bin/sort/TEST/stest to regress/usr.bin/sort, add to 2000-10-26 23:51:31 +00:00
sbin make the code includable into other programs: 2000-10-30 20:56:57 +00:00
share Replace a tab by a space, and CNTL' by CTRL'. 2000-10-27 11:25:16 +00:00
sys add a semicolon to make this compile again 2000-10-30 14:40:33 +00:00
usr.bin While I'm here.. document the rest of the environment variables I found in 2000-10-30 10:16:15 +00:00
usr.sbin Patch from Takahiro Kambe to fix crashes if dynamic DNS updates 2000-10-29 22:55:57 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING ca -> lsu 2000-10-19 15:02:38 +00:00