Commit Graph

12667 Commits

Author SHA1 Message Date
jdp
6d575a1ae3 Removed "iso_addr.c" from the Makefile. Support for it has been removed
from the system, and a required include file no longer exists.
1996-02-17 02:12:47 +00:00
peter
1e1d050e1f This is an extract of changes from what I am currently running...
- Optimise the linux a.out loading and uselib system calls so they
  take advantage of some of John's recent interface improvements.
  Basically, this means they make far less map changes than before.
- Attempt to plug some potentially nasty kernel_map memory leaks..
- Improve support for QMAGIC libs (I only use QMAGIC (ie: a.out libraries from
  the slackware 3.0 dist) but this depends on other changes to enhance
  the /compat/linux support)
- uselib goes out through a single exit as part of the resource tracking
  that I did when closing the resource leaks on errors.  This could be
  cleaner than what I did, but making a 30-deep nested if/else was not my
  idea of fun, neither did I want to repeat the same code 30 times over for
  each failure possibility.  I guess this function needs to be split into
  smaller functions to solve this.

I've been running the Linux Netscape-2.0 (with Java) to test this, and apart
from the long-standing problem with the missing scrollbars, it appears to
still work as before with ZMAGIC libs (and the leaks)..  However, I've
been using it with mods for the signal trampoline code for native linux stack
frames on signals and exterminated the blasted sigreturn printf() problem,
so I can't be certain that there is not a dependency on something else.
1996-02-16 18:40:50 +00:00
gibbs
0f127b3868 Allow I/O port ranges above the standard ISA one so the PCI probe will succeed.
Reviewed by:  Richard J Kuhns <rjk@sparcmill.grauel.com>
1996-02-16 17:24:19 +00:00
wollman
35f41896c1 For some reason, the changes to make route.c compile didn't make it over.
Fixed.

Pointed-out-by: joerg
1996-02-16 15:42:14 +00:00
jkh
73a216517f Three part commit:
1. Import UART technical description from Frank Durda IV
   <uhclem@nemesis.lonestar.org>.

2. Push existing sio chapter out of hw.sgml and make a separate
   document out of it.

3. Make hw.sgml include the first two under serial devices section.
Submitted by:	Frank Durda IV <uhclem@nemesis.lonestar.org> & I
1996-02-16 13:28:22 +00:00
jkh
6a555c5827 Point to new mirror site for Ireland: ftp.ie.freebsd.org 1996-02-16 12:18:30 +00:00
jkh
0eb6604ffa Add a check for when the user tries to FTP over a symlink in ${DISTDIR}. 1996-02-16 11:19:00 +00:00
joerg
d4cf537a64 Add an .Xr for chflags(1) into the SEE ALSO sectoin.
Submitted by:	jhs
1996-02-16 00:08:53 +00:00
joerg
93cd79e39d Install newsyslog.conf.
Bothered me in:	 all recent SNAPs
1996-02-15 23:37:01 +00:00
jdp
0b3f8924f6 Corrected a couple of errors in the fts(3) manual page. The prototype
for "fts_open" was wrong.  Also, the "fts_info" field of the FTSENT
structure was misleadingly described as containing "flags".  Actually, it
contains a single integer value.
1996-02-15 21:48:54 +00:00
adam
503b750e77 improve the comment for BOOTWAIT 1996-02-15 21:14:36 +00:00
mpp
7b852b38c0 Fixed a bunch of man page cross references that were
in the main text of various man pages.

Thanks to Warner Losh for adding an option to manck to allow
it to scan the entire man page looking for bogus xrefs, instead
of just checking the SEE ALSO section.
1996-02-15 20:07:05 +00:00
mpp
565e7eb7e1 Added a little NOTES section explaining that passing in a string that
resides in read-only memory is going to cause the program to core dump,
and this is commmon with older pre-ANSI C programs.

(I've scratched my head over this one at 3 in the morning before
while trying to port some ancient program)

Suggested by:	Gary Kline <kline@tera.com>
1996-02-15 05:02:16 +00:00
mpp
4654b0c6dd Fix typo in xref in NOTES section. 1996-02-14 22:26:04 +00:00
markm
7ce4ee9300 Fixes to allow eBones to properly bootstrap in a release environment
Submitted by:	joerg
1996-02-14 19:32:53 +00:00
wollman
31c6f5e3ad Don't make a netns directory. 1996-02-14 16:42:17 +00:00
wollman
a6c3275bd4 Don't install netns, it doesn't exist any more. 1996-02-14 15:17:53 +00:00
wollman
95ab70329a finish killing off netns. (For some reason, CVS `undeleted' these
during my last commit.)
1996-02-13 18:19:17 +00:00
wollman
74f9949ef8 Kill XNS.
While we're at it, fix socreate() to take a process argument.  (This
was supposed to get committed days ago...)
1996-02-13 18:16:31 +00:00
wollman
2a8106f540 XNS sort-of-support is no more. 1996-02-13 17:30:37 +00:00
gibbs
af5623bdb1 - Properly set the watchdog timer only during transmits.
- Clean up the access to our ifnet structure by caching a pointer
  to it instead of always digging through our softc structure.

Submitted by: Watchdog fixes by Serge A. Babkin <babkin@hq.icb.chel.su>
1996-02-13 15:55:33 +00:00
phk
c2f771cb28 Document that the firewall will no longer reorder the rules. 1996-02-13 15:20:20 +00:00
wpaul
bfdf5033f9 Turn on ypxfr. 1996-02-13 14:59:20 +00:00
phk
197ecfc004 rewrap some long lines. 1996-02-13 14:16:36 +00:00
phk
dc02e8fa68 use devfs_add_devswf and avoid local variable. 1996-02-13 14:15:13 +00:00
joerg
f4941f9a1d Ooops, i've botched a backslash in my previous commit.
Also, move the "ammunition" block above, so it's handled before the
man pages are bing moved out to their own distribution.
1996-02-13 13:28:41 +00:00
joerg
19bb6dac0f Add a small `gethostname' package. It uses __sysctl(2), and thus
avoids the kludgy backquotes that are required by now (`hostname`).

Usage:

require "gethostname.pl";
$thishost = &gethostname'gethostname;
1996-02-13 13:17:49 +00:00
markm
360f16524b Remove the old DES library from the bootstrap: target
Found by: Joerg
1996-02-13 12:25:32 +00:00
phk
59b9ef7b7c Correct & Update the printing of CPU features. We have printed rubbish
since version 1.117 when Garrett made the switch to %b.  Updated to
reflect Intel AP-485 (241618-004).
1996-02-13 10:30:36 +00:00
joerg
4f7cb59ea4 Include both, the regular and the `secure' telnet, when building
a release.
1996-02-13 09:24:43 +00:00
joerg
8ac33a0c93 Special fixup to build and install the non-des ed(1) and init(8) into
the "bin" distribution.
1996-02-13 09:22:42 +00:00
joerg
b7e0511aa1 Include both, the regular and the `secure' telnetd, when building
a release.
1996-02-13 09:20:16 +00:00
joerg
bfdebca773 Include both, the regular and the `secure' libtelnet, when building
a release.
1996-02-13 09:17:42 +00:00
joerg
25b4d85c19 The DES-based init(8) belongs to the "des" distribution. 1996-02-13 09:12:10 +00:00
ache
9832501783 Physically ask for leadout entry instead of asking of
last_track + 1 entry, some drives don't understand it
1996-02-13 03:46:48 +00:00
ache
023fba51be Implement CDIOCSTART 1996-02-13 02:32:36 +00:00
ache
5989a47f15 Recognize NRC MBR-7.4 too 1996-02-12 23:22:33 +00:00
mpp
91dc5ad8d2 Document the new ".Fx" macro in the mdoc man pages. I also
changed the update(4) man page to use this new macro just to
have something to test it on.
1996-02-12 19:27:32 +00:00
mpp
32504b87f2 Added a ".Fx" macro to the mdoc package. Usage:
.Fx version.rel { , . ; : ( ) [ ]

Example:

The
.Nm xyzzy
command first appeared in
.Fx 2.2 .

Produces:

The xyzzy command first appeared in FreeBSD 2.2.

Suggested by wollman.
1996-02-12 19:25:18 +00:00
gibbs
c0a1ab5ae7 Correct the PCI ID for the Buslogic 946. 1996-02-12 17:00:39 +00:00
gclarkii
e3b25bbe26 Lets see...
Cruft removed (small amounts)
Added entry about IJPPP pred1 and some sites.
Changed entry on commiters to read "All CVS commits" instead of current commits
1996-02-12 15:15:01 +00:00
wpaul
2db58a77fd Add rpc.yppasswdd 1996-02-12 15:11:59 +00:00
wpaul
372bf4632e This commit was generated by cvs2svn to compensate for changes in r14062,
which included commits to RCS files with non-trunk default branches.
1996-02-12 15:09:01 +00:00
wpaul
fd226e97ab Import new rpc.yppasswdd. (Note: accompanying changes to passwd(1) and
chpass(1) are on the way too.) This version supports all the features
of the old one and adds several new ones:

- Supports real multi-domain operation (optional, can be turned
  on with a command-line flag). This means you can actually have
  several different domains all served from one NIS server and
  allow users in any of the supported domains to change their passwords.
  The old yppasswdd only allowed changing passwords in the domain
  that was set as the system default domain name on the NIS master
  server. The new one can change passwords in any domain by trying
  to match the user information passed to it against all the passwd
  maps it can find. This is something of a hack, but the yppasswd.x
  protocol definiton does not allow for a domain to be passwd as an
  argument to rpc.yppasswdd, so the server has no choice but to
  grope around for a likely match. Since this method can fail if
  the same user exists in two domains, this feature is off by default.
  If the feature is turned on and the server becomes confused by
  duplicate entries, it will abort the update.

- Does not require NIS client services to be available. NIS servers do
  _NOT_ necessarily have to be configured as NIS clients in order to
  function: the ypserv, ypxfr and yppush programs I've written recently
  will operate fine even if the system domain name isn't set, ypbind isn't
  running and there are no magic '+' entries in any of the /etc files.
  Now rpc.yppasswdd is the same way. The old yppasswdd would not work
  like this because it depended on getpwent(3) and friends to look up
  users: this will obviously only work if the system where yppasswdd is
  running is configured as an NIS client. The new rpc.yppasswdd doesn't
  use getpwent(3) at all: instead it searches through the master.passwd
  map databases directly. This also makes it easier for it to handle
  multiple domains.

- Allows the superuser on the NIS master server to change any user's
  password without requiring password authentication. rpc.yppasswdd
  creates a UNIX domain socket (/var/run/ypsock) which it monitors
  using the same svc_run() loop used to handle incoming RPC requests.
  It also clears all the permission bits for /var/run/ypsock; since
  this socket is owned by root, this prevents anyone except root from
  successfully connect()ing to it. (Using a UNIX domain socket also
  prevents IP spoofing attacks.) By building code into passwd(1) and
  chpass(1) to take advantage of this 'trusted' channel, the superuser
  can use them to send private requests to rpc.yppasswdd.

- Allows the superuser on the NIS master to use chpass(1) to update _all_
  of a user's master.passwd information. The UNIX domain access point
  accepts a full master.passwd style structure (along with a domain
  name and other information), which allows the superuser to update all
  of a user's master.passwd information in the NIS master.passwd maps.
  Normal users on NIS clients are still only allowed to change their full
  name and shell information with chpass.

- Allows the superuser on the NIS master to _add_ records to the NIS
  master.passwd maps using chpass(1). This feature is also switchable
  with a command-line flag and is off by default.
1996-02-12 15:09:01 +00:00
wpaul
5e58fc97c7 Toss the old yppasswdd into the attic. 1996-02-12 14:50:23 +00:00
wpaul
cc833767f1 Remove yppasswdd. (It's going away in a minute.) 1996-02-12 14:48:44 +00:00
phk
f42cd74e6c Some fixes:
- shared libraries are in ${SHLIBDIR}, not necessarily in ${LIBDIR}.
- don't remove or create any shared library versions except 2.0.

and improvements:
- don't use rm -r.
- indent the long shell command.

Submitted by:	bde
1996-02-12 12:40:04 +00:00
gibbs
9f94f9c060 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE
exactly as I did (should have checked there first I guess) except my
macro for TAILQ_INSERT_BEFORE took an unneeded arg.  We now match 4.4Lite2.

Suggested by: Jeffrey Hsu <hsu@FreeBSD.org>
1996-02-12 08:20:54 +00:00
mpp
ed9c62cab2 Correct the xref for msgctl: msgctl(2) -> msgctl(3) 1996-02-12 07:06:23 +00:00
mpp
6f901bd85e Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).
Obtained from: NetBSD
1996-02-12 07:03:24 +00:00