Commit Graph

11903 Commits

Author SHA1 Message Date
joerg
d555d3cbdc Add the ``CD-ROM Audio Control Parameter Page''. 1995-12-28 14:24:08 +00:00
ache
9905307e99 Localize it 1995-12-28 13:43:40 +00:00
se
81784b0603 Preserve SIGP bit when clearing INTF condition.
Submitted by:	Gerard Roudier <groudier@htlm.fr>
1995-12-28 13:04:03 +00:00
ache
7a62d3bb4d Add more disc_optim calls to track line disc changes 1995-12-28 11:58:35 +00:00
jkh
3cebea6eb9 Truncate the fgets() return properly. 1995-12-28 04:51:40 +00:00
jkh
d046612fef Gack - if you're going to call semexit() from elsewhere, it shouldn't
be static.. :-)
1995-12-28 01:31:38 +00:00
jkh
27bb84eb65 Go to new scheme for local_startup variable. Now one can specify multiple
directories to check in looking for port startup scripts.  The specific gunge
for apache httpd, gated and pcnfsd in /etc/sysconfig and /etc/netstart is
gone now.  Note that pcnfsd's troubles aren't necessarily over (and probably
why NetBSD brought it into their sources) - anyone adding pcnfsd will STILL
have to tweak /etc/sysconfig in order to set the new variable
`weak_mountd_authentication' to YES.  The flags to mountd are directly affected
by pcnfsd's requirements for non-root mounts, unfortunately! :-(
Submitted by: paul & jkh
1995-12-28 01:24:04 +00:00
asami
bcd430b53f Added $Id$. 1995-12-28 00:22:45 +00:00
asami
94b25826a3 Added parity flag. 1995-12-28 00:18:35 +00:00
joerg
10ec2134d5 Kill the (hopefully) last occurance of gets(3) in the base source tree. 1995-12-27 23:23:43 +00:00
joerg
25337fa305 Don't block SIGINT in getpass(3); this doesn't make sense. 1995-12-27 23:23:00 +00:00
dima
f7fa37d296 gets -> fgets
Submitted by:	fn@@pain.csrv.uidaho.edu
1995-12-27 19:29:59 +00:00
dg
6b2ff3fdc9 Update bcopyb & bcopy to reflect changes I made in the libc version of
bcopy:

Be smarter about handling overlapped copies and only go backwards if it
is really necessary. Going backwards on a P6 is much slower than forwards
and it's a little slower on a P5. Also moved the count mask and 'std'
down a few lines - it's a couple percent faster this way on a P5.
1995-12-27 18:54:51 +00:00
dg
092f38aea5 Be smarter about handling overlapped copies and only go backwards if it
is really necessary. Going backwards on a P6 is much slower than forwards
and it's a little slower on a P5. Also moved the count mask and 'std'
down a few lines - it's a couple percent faster this way on a P5.
1995-12-27 18:47:45 +00:00
pst
e9380ac251 Add NEC CDR 210 to list of devices with broken LUN support 1995-12-27 17:07:12 +00:00
bde
5865dfdfe7 Finished removing MACH_KERNEL stuff. 1995-12-27 16:16:02 +00:00
joerg
3924001140 Spell a German fortune correctly. 1995-12-27 15:30:58 +00:00
joerg
93a2bf7703 Call semexit() from exit(), in order to process `undo vectors'.
This function has actually never been called.
1995-12-27 15:25:30 +00:00
markm
67c492e4c6 Fix typos/lies. 1995-12-27 11:40:47 +00:00
markm
c5d5c6d237 random_machdep.c: New version, also includes revectored interrupts, rather
than hooking permanently.
vector.s:       : Remove the interrupt hook. This is done dynamically, now.
1995-12-27 11:22:05 +00:00
markm
74527dd128 Clean up and make more universal. Next version of random device. 1995-12-27 11:19:41 +00:00
markm
4686e7539f Modify the ioctl to handle revectored interrupts for the entropy gatherers. 1995-12-27 11:18:29 +00:00
asami
5af76fbf19 ccdvar.h from NetBSD-1.1. 1995-12-27 11:01:45 +00:00
asami
4090118092 This commit was generated by cvs2svn to compensate for changes in r13053,
which included commits to RCS files with non-trunk default branches.
1995-12-27 11:01:45 +00:00
asami
3235973260 Make it work for FreeBSD-2.1. 1995-12-27 10:57:20 +00:00
asami
f0580cc342 This commit was generated by cvs2svn to compensate for changes in r13049,
which included commits to RCS files with non-trunk default branches.
1995-12-27 10:56:35 +00:00
asami
d296466eaa Makefile. 1995-12-27 10:56:35 +00:00
asami
16c98a53b1 This commit was generated by cvs2svn to compensate for changes in r13047,
which included commits to RCS files with non-trunk default branches.
1995-12-27 10:55:32 +00:00
asami
15c061b3b7 Oops, forgot pathnames.h. 1995-12-27 10:55:32 +00:00
asami
dbb28d7d47 Changes to make it work on FreeBSD-2.1. 1995-12-27 10:53:21 +00:00
asami
1440ca4ea7 ccdcontrol from NetBSD-1.1. Note it was called "ccdconfig" originally. 1995-12-27 10:51:05 +00:00
asami
ed91dac113 This commit was generated by cvs2svn to compensate for changes in r13044,
which included commits to RCS files with non-trunk default branches.
1995-12-27 10:51:05 +00:00
asami
d34ddb975e ccd.c and ccd.4 from NetBSD-current circa 12/25/95. 1995-12-27 10:49:19 +00:00
asami
af033b7bbc This commit was generated by cvs2svn to compensate for changes in r13041,
which included commits to RCS files with non-trunk default branches.
1995-12-27 10:49:19 +00:00
asami
afa3f75484 ccd.c and ccd.4 from NetBSD-current circa 12/25/95. 1995-12-27 10:49:19 +00:00
pst
17d19976c9 Add rpcgen to build-tools target. 1995-12-27 05:36:20 +00:00
peter
735f647729 Bring in an initial version of setproctitle().. This is intended to
replace the dozen other various hacks in the code that do all sorts
of crude things including spamming the envrionment strings with the new
argv string.

This version is mainly inspired by the sendmail version, with a couple of
ideas taken from the NetBSD implementation as well.
1995-12-26 22:50:08 +00:00
peter
f9393509e0 revert usr/bin change.. /var/log/renamelog is the kicker... 1995-12-26 22:39:27 +00:00
peter
56cc4a570d redirect sup executable into /usr/bin.... 1995-12-26 22:33:03 +00:00
peter
ed0e2a47cb get rid of non-applicable files... 1995-12-26 22:32:29 +00:00
peter
e8640f37cd Add an entry for the NEC CDROM:55 drive to stop it answering all 7 LUNS. 1995-12-26 21:08:39 +00:00
joerg
02325f659c I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)
int shmget(key_t key, int size, int shmflg);

If the 'key' has already existed in the system and set 'shmflg'
as '(IPC_CREAT|IPC_EXC)', then shmget() must return the error 'EEXIST'.

Submitted by:	m_tanaka@pa.yokogawa.co.jp (Mihoko Tanaka)
1995-12-26 16:03:32 +00:00
bde
c7d8218f03 Removed nonexistent option AUTO_EOI_1. 1995-12-26 14:01:16 +00:00
bde
49ed6a09d1 Removed almost all traces of libkern.a. The objects that were in
libkern.a are now specified by listing their source files in
files.${MACHINE}.  The list is machine-dependent to save space.
All the necessary object for each machine must be linked into the
kernel in case an lkm wants one.
1995-12-26 13:58:31 +00:00
bde
6a0ace8bd0 Added prototypes. 1995-12-26 13:25:13 +00:00
bde
30090aa281 Renamed isa/random.c to isa/random_machdep.c to avoid a conflict with
libkern/random.c.
1995-12-26 12:50:24 +00:00
phk
88d76e5717 typo in my last commit. 1995-12-26 09:43:40 +00:00
peter
2be77fc494 Shamelessly steal Garrett Wollman's bmakefiles... 1995-12-26 05:15:20 +00:00
peter
256260b5eb Apply ports/net/sup/patches/patch-ab 1995-12-26 05:11:06 +00:00
peter
0f0c1319be Apply ports/net/sup/patches/patch-aa... 1995-12-26 05:03:11 +00:00