ache
00cb60f46f
I forget the fact that cd_read_toc reads toc header in any case
1996-02-02 20:43:11 +00:00
ache
de77025d55
Remove #pragma pack, use byte filler in ioc_read_subchannel
...
instead, all other structures already aligned
1996-02-02 20:41:11 +00:00
pst
26db461f3e
Remove the ability for the user mode programs to specify bidirectional
...
vs unidirectional transfer modes. The kernel handles hardware, user mode
programs shouldn't get in the way.
This cleans up some really ugly grots that I hated too. :-)
Suggested by: Sujal Patel <smpatel@wam.umd.edu>
1996-02-02 20:37:51 +00:00
pst
4207bcc720
Add support for Connectix QuickCam(tm)
...
* this is my unoptimized driver, it works fine, it's not as fast as it
* could be (yet) -- I have yet to merge in ideas from other QuickCam
* developers.
1996-02-02 19:27:57 +00:00
pst
2982676e0d
Add support for Connectix QuickCam(tm)
...
* warning: this user interface is still in flux pending negotiations
* with other quickcam driver authors. It is _not_ compatible with the
* original linux interface due to the fact that it was too restrictive.
1996-02-02 19:26:37 +00:00
pst
ef78cb2df2
Add support for Connectix QuickCam(tm)
1996-02-02 19:25:24 +00:00
pst
acb82eb21b
Add Peter's list of major numbers
1996-02-02 19:12:43 +00:00
dg
ee3d120406
Killed last change - it was bogus. cpu_switch() already assumes that
...
return address is on the stack.
1996-02-02 18:30:06 +00:00
mpp
3c9b360579
Fix some incorrect locations in the FILES sections of some man pages.
1996-02-02 18:22:04 +00:00
mpp
c6120ae4f8
Added missing gsc(4) (Genius scanner related man page).
1996-02-02 18:12:12 +00:00
mpp
4ea9ae6b00
Add some missing manual page links.
1996-02-02 17:48:46 +00:00
pst
9cb3ec85d3
Add in hooks for quickcam driver
1996-02-02 06:55:35 +00:00
wosch
114c8c73e7
recursive grep, enabled with -DHAVE_FTS=1
...
enable mmap (-DHAVE_MMAP=1)
1996-02-02 06:45:26 +00:00
jkh
64d13f8d9c
Understand about the doc distribution.
1996-02-02 06:44:02 +00:00
wosch
e09588cb82
man page link tmpfs.8 -> mfs.8 for former SunOS users
1996-02-02 06:31:57 +00:00
hsu
dc7dcae547
There is no longer a typedef clash with <rpc/auth.h>, so remove
...
conditional. Also, use the system defined fixed sized types.
This removes a 32-bit dependency on non-32-bit architectures.
1996-02-02 06:17:42 +00:00
wosch
80aa0b1b79
man page link swapfile.8 -> vnconfig.8
1996-02-02 06:14:09 +00:00
wosch
44dd497d49
_de_DE_ISO8859_1_* -> _de_DE_ISO_8859_1_*
...
+ Muttertag
+ first german newspaper(s) in WWW
+ Konrad Zuse
1996-02-02 06:05:20 +00:00
wosch
ced7d52dbc
easter and easter depending day
1996-02-02 06:04:06 +00:00
wosch
f351e4d35e
- handle events that move around from year to year, i.e.,
...
``the last Monday in April'
- handle easter
new options
-f calendarfile
-A days
-B days
Calendar HOME directory ~/.calendar
don't sent mail if ~/.calendar/nomail exist
1996-02-02 06:02:41 +00:00
wosch
358b3e4f05
Umlauts corrected
1996-02-02 05:27:27 +00:00
wosch
ec52b9e55d
add ruid and rgid to file 'status'
1996-02-02 05:19:20 +00:00
wosch
bcba98f11c
filenames corrected
1996-02-02 05:14:04 +00:00
wosch
315bad4039
Submitted by: bruce, davidg, dyson
...
add a BUG section for mmap with current limitation
section SYNOPSIS completed
1996-02-02 05:06:29 +00:00
mpp
6e83fbce86
Correct some manual page cross reference errors. E.g. su is a section
...
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
1996-02-02 00:26:12 +00:00
jkh
4b84f30ed0
Reshuffle the task list somewhat, add Alexander Seth Jones as the
...
coordinator for the AFS port, since he just volunteered!
1996-02-01 21:00:38 +00:00
ache
f017f796fc
Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctls
...
Obtained from: NetBSD (partially)
1996-02-01 19:15:41 +00:00
ache
4861dbe70d
Fix user input parser, play command even not work in old variant
1996-02-01 19:09:50 +00:00
mpp
44b58afd46
Added mount_ext2fs to SUBDIR list.
1996-02-01 19:04:17 +00:00
ache
aa6525c79f
Frame whole file with #pragma pack(1) and #pragma pack(4),
...
structures listed here used to access hardware data directly
1996-02-01 18:18:54 +00:00
mpp
c96c09bb15
Fix the ".Os" macro to not display "BSD Experimental" if no arguments
...
are specified. Just "BSD" is displayed instead.
1996-02-01 18:04:22 +00:00
ache
b22c9963d3
Remove statement that does nothing now, forget in my prev. commit
1996-02-01 17:35:15 +00:00
ache
d1ddc81872
addr_type field was ever not assigned, control field was assigned incorrectly
1996-02-01 17:27:01 +00:00
ache
8e4aa03a96
Return to #pragma pack(4) after header is done
...
Obtained from: NetBSD
1996-02-01 17:19:46 +00:00
ache
3886ec630b
Wrong field was used to determine audio/data disks
1996-02-01 17:17:28 +00:00
ache
de3cde140a
Fix TOC size calculation: old code assing volume size here
1996-02-01 16:51:53 +00:00
fenner
5f45605dbe
Make routed use real netmasks when installing routes; for unknown
...
class B and C networks routed would use the network number as the
netmask. This can cause some real interesting behaviour.
1996-02-01 16:25:29 +00:00
ache
01dd9d5479
Oops, pick wrong volume size for leadout entry
1996-02-01 16:22:58 +00:00
ache
b3cccfa336
Add comment: reflect the fact that lba stored in network byte order
1996-02-01 16:16:11 +00:00
ache
f0bc7a6609
Oops, I pick wrong size field for leadout entry
1996-02-01 16:11:42 +00:00
joerg
f59c5786b4
Correct a minor but important error in the rtprio example.
1996-02-01 14:14:22 +00:00
markm
3d3cbeb2c7
Add mount_devfs to the subdir list.
1996-02-01 14:01:22 +00:00
jkh
51b17c5689
Sync with latest Meteor and Spigot sources from James.
...
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
1996-02-01 07:36:34 +00:00
jkh
6d6f872341
Update my hardware section. Still waiting for more "Picks" configurations,
...
folks! Am I to be the only hardware blow-hard in here? :-)
1996-02-01 07:31:47 +00:00
asami
4c61d54ccc
Added Mita Yoshio <mita@iis.u-tokyo.ac.jp> for his contribution of
...
the tgif port.
1996-02-01 06:55:17 +00:00
mpp
f5c04e1d3e
Remove groff/tmac/mm.diff - it is just a small file containing a context
...
diff that was probably mistakenly committed when the package was brought in.
1996-01-31 21:07:22 +00:00
mpp
7bec7dc2d1
Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"
...
You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need
the X3.159-1989 string reported.
Suggested by Garrett Wollman.
1996-01-31 20:55:35 +00:00
se
d42d2beca4
Slight modification of ncr_setmaxtags: set usrtags=0 for drives
...
that don't announce support for command queues.
SCSI_NCR_DFLT_TAGS can be specified in the kernel config file
and sets the default number of tags per disk drive.
A value of 0 means "no tags".
Minor correction in debug messages: Values from the msg_in
buffer were being printed in the msg_out trace message ...
1996-01-31 19:24:34 +00:00
mpp
7b62020208
Fix some grammar problems (mainly its/it's stuff).
1996-01-31 19:03:02 +00:00
gibbs
039957a808
Free the externalizing buffer.
1996-01-31 18:46:36 +00:00