Go to file
lukem 37085e7c0d Rename ls.c::main() -> ls.c::ls_main(), and add a wrapper in main.c::main().
This allows other programs to link in against ls (e.g, ftpd), without having
to have hacks to deal with multiple main()s.

Yes, I know this is ugly. The clean alternative (move lots of this
into libutil, yada yada yada) isn't fun, and the effort probably isn't
justified...
1999-05-17 12:16:03 +00:00
bin Rename ls.c::main() -> ls.c::ls_main(), and add a wrapper in main.c::main(). 1999-05-17 12:16:03 +00:00
distrib - make empty media options with non-empty other interface options work. 1999-05-16 20:42:27 +00:00
etc updates for the 1.4 release 1999-05-17 03:35:55 +00:00
games Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
gnu Patch from Richard Earnshaw to work around the ldrb label-movement problem. 1999-05-05 22:02:58 +00:00
include #ifdef __STDC__ -> #if __STDC__ 1999-04-20 20:15:47 +00:00
lib The only two data link types that support the "inbound" and "outbound" 1999-05-15 17:39:07 +00:00
libexec Don't even make depend if we're not going to build ld.elf_so. this is 1999-05-07 22:04:27 +00:00
regress first cut on a testsuite for sys/kern/subr_extent.c 1999-05-11 19:14:50 +00:00
sbin Add NOTES section. Indicate that fstype in disklabel should be set to 4.2BSD. 1999-05-16 20:58:49 +00:00
share For consistency with USB docs, s/revision/release/ 1999-05-16 12:03:27 +00:00
sys - Nuke one unused global variable 'mem_size'. 1999-05-17 11:12:44 +00:00
usr.bin only enable editing by default if stdin is a tty. 1999-05-17 04:26:45 +00:00
usr.sbin Back out last commit, local includes were out of sync. 1999-05-16 18:00:35 +00:00
Makefile Add the FORCE_DOMESTIC flag to force the 'all', 'includes', 1999-04-25 19:13:05 +00:00