Go to file
Paul Traina f3a4ca94cd Add support for /very/ experimental -e (exposure) option.
Add support for LKM operation.

Change M_NOWAIT on buffer memory allocation to M_WAIT in hopes we'll be
able to get ourselves a nice fat buffer from the kernel if we suspend.

Note: The LKM support looks kinda screwy in two areas, where I found
      problems with the kernel proper.  First, calling dev_attach()
      at module load time will cause a panic.  I haven't investigated.
      Secondly, I had to manually call qcam_drvinit() to register the
      device softc structure by hand at module load time.  This seems
      bogus,  it should be called as a core part of the module load
      process for character/block device drivers.
1996-03-21 08:22:59 +00:00
bin
eBones
etc refer to RFC1918 for private networks, instead of obsoleted RFC1597 1996-03-20 15:29:10 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu Fix an infinite loop for empty files in the archive, and handle 1996-03-18 23:08:29 +00:00
include
lib The 4.4-lite vfprintf counted the %# hex prefix and the sign in 1996-03-20 18:28:48 +00:00
libexec Fix bug that caused a coredump when attempting to enter passive mode when 1996-03-18 11:09:03 +00:00
lkm Add in both parts of the driver. LKM qcam driver now works. 1996-03-21 08:18:26 +00:00
release Sync the ftp site list with reality. Some day, this will be an algorithm 1996-03-21 06:32:48 +00:00
sbin Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
secure Comment out the NOPROFILE=yes to make this orthogonal with the rest of our 1996-03-17 15:43:32 +00:00
share Add poland back - it got removed somehow! :-( 1996-03-21 06:12:40 +00:00
sys Add support for /very/ experimental -e (exposure) option. 1996-03-21 08:22:59 +00:00
tools
usr.bin Cast char's to (u_char) before passing them to isctype() functions. 1996-03-19 21:21:06 +00:00
usr.sbin Add support for /very/ experimental -e (exposure) option. 1996-03-21 08:19:10 +00:00
COPYRIGHT
Makefile