Go to file
cgd c6b52a9608 split iso.h into two parts: iso.h (which now contains _only_ definitions
about ISO9660 file system structure), and cd9660_extern.h (which now
contains the definitions and data structures used by the kernel).
There's lots of other stuff scattered around this code that should go
into cd9660_extern.h, but doesn't need to right now.  This changed patterned
on ffs, which has 'fs.h' which describes the FS structure, and ffs_extern.h
for kernel-internals gunk.  Now libsa can include iso.h without the nasty
hack that was there before.
1997-01-24 00:24:53 +00:00
bin
distrib parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
etc PTY Master is 5, slave is 4. This has been wrong for a long time. How? 1997-01-22 19:31:37 +00:00
games fix typo in Napoleon's name 1997-01-23 06:06:29 +00:00
gnu
include
lib - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
libexec set transflag to 0 in dologout, to prevent a SIGURG taking us back to the main loop. 1997-01-23 05:57:55 +00:00
regress
sbin eliminate duplicate paragraph and fix typos; PR misc/3128 1997-01-23 06:34:39 +00:00
share (this shouldn't have been in the main trunk) 1997-01-23 12:25:22 +00:00
sys split iso.h into two parts: iso.h (which now contains _only_ definitions 1997-01-24 00:24:53 +00:00
usr.bin parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
usr.sbin apply typo fix per misc/3134 (from Thorsten Frueauf) 1997-01-23 00:31:14 +00:00
Makefile