openbsd
27 years agomention .group entries in /etc/passwd.conf
provos [Thu, 10 Apr 1997 20:05:10 +0000 (20:05 +0000)]
mention .group entries in /etc/passwd.conf

27 years agoenable .group entries in /etc/passwd.conf
provos [Thu, 10 Apr 1997 20:04:54 +0000 (20:04 +0000)]
enable .group entries in /etc/passwd.conf

27 years agoDon't use gcc builtin __builtin_return_address(frameno) on
millert [Thu, 10 Apr 1997 17:23:14 +0000 (17:23 +0000)]
Don't use gcc builtin __builtin_return_address(frameno) on
alpha, it crashes the kernel.  This is a work around until
gcc is fixed.  NetBSD PR#3471 fix from Ross Harvey <ross@teraflop.com>

27 years agoNeed to separate i/o and mem on mips
pefo [Thu, 10 Apr 1997 17:16:37 +0000 (17:16 +0000)]
Need to separate i/o and mem on mips

27 years agoZilog z8536 defs
pefo [Thu, 10 Apr 1997 17:13:53 +0000 (17:13 +0000)]
Zilog z8536 defs

27 years agoOoops! These have to be committed after pcidevs. Doing a make and commit
pefo [Thu, 10 Apr 1997 17:02:19 +0000 (17:02 +0000)]
Ooops! These have to be committed after pcidevs. Doing a make and commit
all together at the same time yields the wrong revision number. Sorry.

27 years agoThese two was not ready for commit yet. Backed out.
pefo [Thu, 10 Apr 1997 16:51:35 +0000 (16:51 +0000)]
These two was not ready for commit yet. Backed out.

27 years agoAdd Matrox Mystique
pefo [Thu, 10 Apr 1997 16:33:05 +0000 (16:33 +0000)]
Add Matrox Mystique

27 years agoAttempt to clean up local devices.
pefo [Thu, 10 Apr 1997 16:29:04 +0000 (16:29 +0000)]
Attempt to clean up local devices.
Added support for new QED RT52x0 processors.

27 years agostripped down
pefo [Thu, 10 Apr 1997 16:25:59 +0000 (16:25 +0000)]
stripped down

27 years ago__C -> __abs_c for consistency with usage in tc_*
millert [Thu, 10 Apr 1997 15:45:25 +0000 (15:45 +0000)]
__C -> __abs_c for consistency with usage in tc_*

27 years agohow is this for fast bug fixing response! revert to sigblock() since the
deraadt [Thu, 10 Apr 1997 15:33:50 +0000 (15:33 +0000)]
how is this for fast bug fixing response! revert to sigblock() since the
sigprocmask() code was not equivelant. report from grr@shandakor.tharsis.com,
PR#154

27 years agodo not need sys/types.h; dima@tejblum.dnttm.rssi.ru
deraadt [Thu, 10 Apr 1997 14:07:30 +0000 (14:07 +0000)]
do not need sys/types.h; dima@tejblum.dnttm.rssi.ru

27 years agoalways skip the first 8K of swap. Yes, 8K, not some manufactured number that ends...
deraadt [Thu, 10 Apr 1997 13:48:50 +0000 (13:48 +0000)]
always skip the first 8K of swap. Yes, 8K, not some manufactured number that ends up being 4K

27 years agoadditions & fixes from niklas & i
deraadt [Thu, 10 Apr 1997 13:06:24 +0000 (13:06 +0000)]
additions & fixes from niklas & i

27 years agotheir is -> there is
kstailey [Thu, 10 Apr 1997 11:37:47 +0000 (11:37 +0000)]
their is -> there is

27 years agoanother 8MB of swap and it works
kstailey [Thu, 10 Apr 1997 10:53:45 +0000 (10:53 +0000)]
another 8MB of swap and it works

27 years agocalc page alignment correctly for -p; pk@netbsd
deraadt [Thu, 10 Apr 1997 10:50:29 +0000 (10:50 +0000)]
calc page alignment correctly for -p; pk@netbsd

27 years agoif generating obj@ links, check if the existing obj@ link points to the
deraadt [Thu, 10 Apr 1997 10:39:39 +0000 (10:39 +0000)]
if generating obj@ links, check if the existing obj@ link points to the
same path we want to make it point to later.  If it does, leave the link
as-is and do not attempt to recreate it.  read-only /usr/src with obj@
links will work much better with this.  Fix from Niklas -- anyone who
figures out a way to do this without using perl gets a cookie.

27 years agomachine@ is a horrible hack in obj@ space. ignore the error. fix later
deraadt [Thu, 10 Apr 1997 10:33:04 +0000 (10:33 +0000)]
machine@ is a horrible hack in obj@ space. ignore the error. fix later

27 years agoallow syntax of the form "route add -net 192.168.64.0/20 <destaddr>";
deraadt [Thu, 10 Apr 1997 10:09:01 +0000 (10:09 +0000)]
allow syntax of the form "route add -net 192.168.64.0/20 <destaddr>";
phk@freebsd, man page changes done by me 'cause i'm a bit bored

27 years agofix up a few pieces of doc.
deraadt [Thu, 10 Apr 1997 09:41:22 +0000 (09:41 +0000)]
fix up a few pieces of doc.
NOTE: FreeBSD has now integrated issetugid() into their system and have
changed the semantics!  Their's will return 1 if a process has called
setuid() or setgid() ---- ours was specifically designed to be decoupled
from that behaviour.

27 years agodoc EOPNOTSUPP, EMLINK, and fix EPERM. from various places
deraadt [Thu, 10 Apr 1997 09:31:10 +0000 (09:31 +0000)]
doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places

27 years agoDo block/sector handling like the other ports
niklas [Thu, 10 Apr 1997 08:52:52 +0000 (08:52 +0000)]
Do block/sector handling like the other ports

27 years agoSunOS emulation trap#2 handling from NetBSD (gwr via scottr)
niklas [Thu, 10 Apr 1997 08:51:04 +0000 (08:51 +0000)]
SunOS emulation trap#2 handling from NetBSD (gwr via scottr)

27 years agoStop the SONIC before setting reset, not after...
briggs [Thu, 10 Apr 1997 03:15:59 +0000 (03:15 +0000)]
Stop the SONIC before setting reset, not after...

27 years agoAdd missing __C #define
millert [Thu, 10 Apr 1997 03:01:05 +0000 (03:01 +0000)]
Add missing __C #define

27 years agoChanges from Denny Gentry <denny1@home.com>:
briggs [Thu, 10 Apr 1997 02:35:02 +0000 (02:35 +0000)]
Changes from Denny Gentry <denny1@home.com>:
Change in the way receive buffer areas are handled.  Before we gave
the chip 16 buffers, each 1536 bytes (big enough for one packet).
Now we're handing the chip 8 buffers, each 4 Kbytes, and letting
the chip fit as many packets as it can in each one.  This should
help keep it from running out of buffer space.  Also make some of
the performance-crucial routines inline.  It made no measurable
difference except to make me feel better

27 years agoFix typo (aligend -> aligned)
millert [Thu, 10 Apr 1997 01:28:53 +0000 (01:28 +0000)]
Fix typo (aligend -> aligned)

27 years agoFix typos.
millert [Thu, 10 Apr 1997 01:13:27 +0000 (01:13 +0000)]
Fix typos.

27 years agoAck. Make this compile again.
briggs [Thu, 10 Apr 1997 00:17:42 +0000 (00:17 +0000)]
Ack.  Make this compile again.

27 years agoSync with NetBSD (lukem)
millert [Thu, 10 Apr 1997 00:17:06 +0000 (00:17 +0000)]
Sync with NetBSD (lukem)
    * support $ftp_proxy for ftp:// transfers [bin/3245]
    * add "more" & "less" as synonyms for "page"
    * move editline setup code into controlediting(), and call appropriately.
      only setup setup terminal if going into interactive mode.

27 years agoUse the value of UU_MACHINE from the environment if present.
felix [Wed, 9 Apr 1997 18:47:53 +0000 (18:47 +0000)]
Use the value of UU_MACHINE from the environment if present.
This makes the Received header lines more accurate, if rmail is
called from Taylor UUCP's uuxqt. (And we ship Taylor UUCP...)

Change #define TAYLOR_ENV into #undef TAYLOR_ENV if this should annoy you :-)

27 years agoFix typos. Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de>
millert [Wed, 9 Apr 1997 17:48:25 +0000 (17:48 +0000)]
Fix typos.  Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de>

27 years agojust clean up a stylistic mess I created myself long ago.
michaels [Wed, 9 Apr 1997 16:42:25 +0000 (16:42 +0000)]
just clean up a stylistic mess I created myself long ago.

27 years agoadd soundblaster support
kstailey [Wed, 9 Apr 1997 16:01:51 +0000 (16:01 +0000)]
add soundblaster support

27 years agochange space to "_" in tsleep() string
kstailey [Wed, 9 Apr 1997 14:46:12 +0000 (14:46 +0000)]
change space to "_" in tsleep() string

27 years agoFix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/
briggs [Wed, 9 Apr 1997 14:34:29 +0000 (14:34 +0000)]
Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/

27 years agoComment video cards and add define for SuperMac Thunder/24.
briggs [Wed, 9 Apr 1997 14:30:49 +0000 (14:30 +0000)]
Comment video cards and add define for SuperMac Thunder/24.

27 years agoRevert to older (working) version of gcc, plus recent changes.
downsj [Wed, 9 Apr 1997 13:42:37 +0000 (13:42 +0000)]
Revert to older (working) version of gcc, plus recent changes.

27 years agoadd tags
kstailey [Wed, 9 Apr 1997 11:44:25 +0000 (11:44 +0000)]
add tags

27 years agocorrect paragraph fill
kstailey [Wed, 9 Apr 1997 11:42:16 +0000 (11:42 +0000)]
correct paragraph fill

27 years agospelling
kstailey [Wed, 9 Apr 1997 11:39:50 +0000 (11:39 +0000)]
spelling

27 years agospelling
kstailey [Wed, 9 Apr 1997 11:34:31 +0000 (11:34 +0000)]
spelling

27 years agospelling
kstailey [Wed, 9 Apr 1997 11:24:38 +0000 (11:24 +0000)]
spelling

27 years agofix syntax errors
kstailey [Wed, 9 Apr 1997 10:59:56 +0000 (10:59 +0000)]
fix syntax errors

27 years agoRemove the rest of the new files.
downsj [Wed, 9 Apr 1997 10:26:16 +0000 (10:26 +0000)]
Remove the rest of the new files.

Commit a couple local configuration changes of mine before I lose them.

27 years agoWe're pulling this back out...
downsj [Wed, 9 Apr 1997 10:15:56 +0000 (10:15 +0000)]
We're pulling this back out...

27 years agoblush...
pefo [Wed, 9 Apr 1997 09:11:21 +0000 (09:11 +0000)]
blush...

27 years agooops.. arc->wgrisc
pefo [Wed, 9 Apr 1997 09:10:06 +0000 (09:10 +0000)]
oops.. arc->wgrisc

27 years agowgrisc etc stuff
pefo [Wed, 9 Apr 1997 09:04:43 +0000 (09:04 +0000)]
wgrisc etc stuff

27 years agoemulate bios calls. more debugging stuff. some fixes.
mickey [Wed, 9 Apr 1997 08:39:12 +0000 (08:39 +0000)]
emulate bios calls. more debugging stuff. some fixes.

27 years agomention /etc/netstart toggles
deraadt [Wed, 9 Apr 1997 07:32:13 +0000 (07:32 +0000)]
mention /etc/netstart toggles

27 years agothe the
deraadt [Wed, 9 Apr 1997 05:09:35 +0000 (05:09 +0000)]
the the

27 years agoadd NAT startup
kstailey [Wed, 9 Apr 1997 03:00:05 +0000 (03:00 +0000)]
add NAT startup

27 years agoNAT example rules file
kstailey [Wed, 9 Apr 1997 02:41:55 +0000 (02:41 +0000)]
NAT example rules file

27 years agothe the
deraadt [Wed, 9 Apr 1997 02:28:26 +0000 (02:28 +0000)]
the the

27 years agosun3 pax/tar segfaults
kstailey [Wed, 9 Apr 1997 02:24:26 +0000 (02:24 +0000)]
sun3 pax/tar segfaults

27 years agothe the
deraadt [Wed, 9 Apr 1997 02:08:26 +0000 (02:08 +0000)]
the the

27 years agothe the
deraadt [Wed, 9 Apr 1997 01:59:00 +0000 (01:59 +0000)]
the the

27 years agothe the
deraadt [Wed, 9 Apr 1997 01:32:38 +0000 (01:32 +0000)]
the the

27 years agominor cleanup regarding forward scrolling usage, also only scroll one line
michaels [Tue, 8 Apr 1997 23:30:26 +0000 (23:30 +0000)]
minor cleanup regarding forward scrolling usage, also only scroll one line
at a time rather than 10.  (slower, but not so distractingly ugly anymore)

27 years agoadd '-a' flag for afs string-to-key.
rees [Tue, 8 Apr 1997 23:08:50 +0000 (23:08 +0000)]
add '-a' flag for afs string-to-key.

27 years agouse new device names: fd(0,a) -> fd0a
mickey [Tue, 8 Apr 1997 22:48:27 +0000 (22:48 +0000)]
use new device names: fd(0,a) -> fd0a

27 years agodoc EFAULT and xref poll(2)
deraadt [Tue, 8 Apr 1997 22:47:56 +0000 (22:47 +0000)]
doc EFAULT and xref poll(2)

27 years agopretty
deraadt [Tue, 8 Apr 1997 22:47:34 +0000 (22:47 +0000)]
pretty

27 years agochflags can get EOPNOTSUPP
deraadt [Tue, 8 Apr 1997 22:47:09 +0000 (22:47 +0000)]
chflags can get EOPNOTSUPP

27 years agochflags not permitted
deraadt [Tue, 8 Apr 1997 22:46:50 +0000 (22:46 +0000)]
chflags not permitted

27 years agoadd '-a' flag for afs string-to-key.
rees [Tue, 8 Apr 1997 22:40:52 +0000 (22:40 +0000)]
add '-a' flag for afs string-to-key.

27 years agonuevos
deraadt [Tue, 8 Apr 1997 19:44:49 +0000 (19:44 +0000)]
nuevos

27 years agouse MKTEMP_EACH_FILE, whee
deraadt [Tue, 8 Apr 1997 19:33:41 +0000 (19:33 +0000)]
use MKTEMP_EACH_FILE, whee

27 years agoSunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr.
briggs [Tue, 8 Apr 1997 17:30:23 +0000 (17:30 +0000)]
SunOS uses trap 2 to clear cpu caches.  From NetBSD via scottr and gwr.

27 years agoClarify comment a bit and skip userret when flushing CPU caches in SunOS emul.
briggs [Tue, 8 Apr 1997 13:55:56 +0000 (13:55 +0000)]
Clarify comment a bit and skip userret when flushing CPU caches in SunOS emul.

27 years agouse $> -- thanks for the debugging help niklas
deraadt [Tue, 8 Apr 1997 11:14:29 +0000 (11:14 +0000)]
use $> -- thanks for the debugging help niklas

27 years agoattempt cd9660 & part/nblks fix
deraadt [Tue, 8 Apr 1997 09:02:15 +0000 (09:02 +0000)]
attempt cd9660 & part/nblks fix

27 years agoFix from NetBSD: flush caches on trap 2 in SunOS emulation. Comment on
briggs [Tue, 8 Apr 1997 05:14:52 +0000 (05:14 +0000)]
Fix from NetBSD: flush caches on trap 2 in SunOS emulation.  Comment on
mac68k change by scottr attributes Gordon (Ross) on the change.

27 years agoChanges from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bit
briggs [Tue, 8 Apr 1997 04:41:26 +0000 (04:41 +0000)]
Changes from Michael R. Zucca <mrz5149@cs.rit.edu> for 16-bit and 32-bit
console support.

27 years agoSome patches from Bob Nestor <rnestor@metronet.com> to edge toward support
briggs [Tue, 8 Apr 1997 04:14:45 +0000 (04:14 +0000)]
Some patches from Bob Nestor <rnestor@metronet.com> to edge toward support
for an Apple SONIC-based ethernet card.  Includes a patch to the nubus
probing that we worked out together.  Some cards, like his, were being
missed and/or probed like video cards\!

27 years agoFrom scottr@netbsd.org:
gene [Tue, 8 Apr 1997 02:53:27 +0000 (02:53 +0000)]
From scottr@netbsd.org:
>Fix SunOS user trace trap handling, from Gordon.

27 years agoObseleted by new which(1) that acts like whereis(1) when invoked
millert [Tue, 8 Apr 1997 02:50:11 +0000 (02:50 +0000)]
Obseleted by new which(1) that acts like whereis(1) when invoked
which "whereis" as argv[0].

27 years agowhereis is now linked to which
millert [Tue, 8 Apr 1997 02:45:10 +0000 (02:45 +0000)]
whereis is now linked to which

27 years agowhich(1) and whereis(1) are now the same program (hard linked).
millert [Tue, 8 Apr 1997 02:44:05 +0000 (02:44 +0000)]
which(1) and whereis(1) are now the same program (hard linked).

27 years agouse a different, smaller font.
michaels [Tue, 8 Apr 1997 00:47:21 +0000 (00:47 +0000)]
use a different, smaller font.

27 years agoRewrite to make dma more stable from scottr@netbsd
gene [Tue, 8 Apr 1997 00:26:15 +0000 (00:26 +0000)]
Rewrite to make dma more stable from scottr@netbsd

27 years agouse $< instead of $? for ar. Obviously required since the .a file gets
deraadt [Mon, 7 Apr 1997 23:57:44 +0000 (23:57 +0000)]
use $< instead of $? for ar. Obviously required since the .a file gets
deleted in the same target! bug report sent to cygnus via niklas.

27 years agodocument the config flags field
rees [Mon, 7 Apr 1997 23:17:03 +0000 (23:17 +0000)]
document the config flags field

27 years agoi think i got this right....
deraadt [Mon, 7 Apr 1997 22:53:44 +0000 (22:53 +0000)]
i think i got this right....

27 years agoChange a stat(2) -> lstat(2) to avoid symlink games. From Keith
millert [Mon, 7 Apr 1997 22:48:50 +0000 (22:48 +0000)]
Change a stat(2) -> lstat(2) to avoid symlink games.  From Keith
Bostic <bostic@bostic.com>.

27 years agocf_flags & 0x20 forces device to be found even if it won't probe.
rees [Mon, 7 Apr 1997 22:48:08 +0000 (22:48 +0000)]
cf_flags & 0x20 forces device to be found even if it won't probe.

27 years agoflush all old routes before adding new interfaces or routes.
rees [Mon, 7 Apr 1997 22:18:05 +0000 (22:18 +0000)]
flush all old routes before adding new interfaces or routes.
ref: netbsd pr3228/misc, Matthias Scheler

27 years agoparanoid about MAXHOSTNAMELEN
deraadt [Mon, 7 Apr 1997 19:55:26 +0000 (19:55 +0000)]
paranoid about MAXHOSTNAMELEN

27 years agoBack out last changes for now. They cause problems.
millert [Mon, 7 Apr 1997 15:59:53 +0000 (15:59 +0000)]
Back out last changes for now.  They cause problems.

27 years agoXXX Work around make(1) bug. This must be fixed.
downsj [Mon, 7 Apr 1997 15:38:53 +0000 (15:38 +0000)]
XXX Work around make(1) bug.  This must be fixed.

27 years agoBuild man pages using my bsd.man.mk extensions, ala Perl, instead of making
downsj [Mon, 7 Apr 1997 13:30:24 +0000 (13:30 +0000)]
Build man pages using my bsd.man.mk extensions, ala Perl, instead of making
links and other disgusting things.

Copes with the global .man extension used here.

27 years agoturn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT for MS...
kstailey [Mon, 7 Apr 1997 13:30:24 +0000 (13:30 +0000)]
turn off INSECURE, using Aperture driver now; also activate VM86 & USER_LDT for MS-emulation

27 years agoBleh. bus_probe has opposite return of my fn.
briggs [Mon, 7 Apr 1997 13:03:17 +0000 (13:03 +0000)]
Bleh.  bus_probe has opposite return of my fn.

27 years agoPerhaps improve reliability with some small performance sacrifice.
briggs [Mon, 7 Apr 1997 12:56:45 +0000 (12:56 +0000)]
Perhaps improve reliability with some small performance sacrifice.

27 years agoDenny suggests that we make all Quadra cases the same. The Q700, at least
briggs [Mon, 7 Apr 1997 12:45:20 +0000 (12:45 +0000)]
Denny suggests that we make all Quadra cases the same.  The Q700, at least
seems to be able to work with the Q650 configuration, but not vice-versa.

27 years agocd9660 & partition/block number confusion correction
deraadt [Mon, 7 Apr 1997 12:01:19 +0000 (12:01 +0000)]
cd9660 & partition/block number confusion correction

27 years agounconfuse partition/block sizing stuff
deraadt [Mon, 7 Apr 1997 12:00:17 +0000 (12:00 +0000)]
unconfuse partition/block sizing stuff