deraadt [Sat, 12 Apr 1997 14:51:22 +0000 (14:51 +0000)]
ign some signals for editor
deraadt [Sat, 12 Apr 1997 09:39:58 +0000 (09:39 +0000)]
support SIGSTOP in editor, I cannot believe this has always been busted!
deraadt [Sat, 12 Apr 1997 08:08:02 +0000 (08:08 +0000)]
a -> an; soil@quick.net
millert [Sat, 12 Apr 1997 07:18:56 +0000 (07:18 +0000)]
Fixed coredump when passwd file is missing or unavailable.
Reported by Jason Downs <downsj@teeny.org> and
Klee Dienes <klee@mit.edu> (via a Debian Linux bug report).
deraadt [Sat, 12 Apr 1997 00:14:28 +0000 (00:14 +0000)]
-1 flag enables v1 YP, otherwise it is disabled; from maja
deraadt [Sat, 12 Apr 1997 00:12:57 +0000 (00:12 +0000)]
bit more care with domainnames, adam@math.tau.ac.il
millert [Fri, 11 Apr 1997 23:14:04 +0000 (23:14 +0000)]
emacs is dumb too--the $TERM entry that is.
maja [Fri, 11 Apr 1997 21:18:02 +0000 (21:18 +0000)]
If someone pressed a nonprintable character in getsn (eg in boot -c) the
speaker would be turned on but not off. So don't allow sysbeep until
timers works. -moj
kstailey [Fri, 11 Apr 1997 19:27:23 +0000 (19:27 +0000)]
add NTP
weingart [Fri, 11 Apr 1997 19:21:50 +0000 (19:21 +0000)]
Various comments
weingart [Fri, 11 Apr 1997 19:17:03 +0000 (19:17 +0000)]
machdep_start has to do esym mucking...
weingart [Fri, 11 Apr 1997 19:07:07 +0000 (19:07 +0000)]
Works with .gz kernels now
gene [Fri, 11 Apr 1997 17:24:21 +0000 (17:24 +0000)]
Fix out of date phone number for the Netherlands. PR documentation/160
millert [Fri, 11 Apr 1997 17:09:02 +0000 (17:09 +0000)]
- check existing pid file and don't start up if there is already
a mountd running
- if there is a problem with an entry in an exports line don't
throw away the whole line unless it is obviously bogus.
kstailey [Fri, 11 Apr 1997 11:35:34 +0000 (11:35 +0000)]
add tag
kstailey [Fri, 11 Apr 1997 11:34:41 +0000 (11:34 +0000)]
my home PC
deraadt [Fri, 11 Apr 1997 10:01:31 +0000 (10:01 +0000)]
add more partition types. add (non-functional) Extended partition support
which can be finished by someone who has Extended partitions (HINT: I
would really like to see this working for 2.1)
niklas [Fri, 11 Apr 1997 09:06:56 +0000 (09:06 +0000)]
OpenBSD tags
deraadt [Fri, 11 Apr 1997 09:06:40 +0000 (09:06 +0000)]
add support for a script called /etc/rc.shutdown
gene [Fri, 11 Apr 1997 01:12:44 +0000 (01:12 +0000)]
We run OpenBSD, as such our kernel is named /bsd, and copying /netbsd into
the newly installed partition won't do much good. Thanks to Tobias Richter
<tsr@cave.isdn.cs.tu-berlin.de> for noticing this.
niklas [Fri, 11 Apr 1997 00:55:50 +0000 (00:55 +0000)]
Update from Cygnus + corrections to OpenBSD recognition by me
deraadt [Thu, 10 Apr 1997 22:52:18 +0000 (22:52 +0000)]
queue handling hacks for chips like aic7860 which have small numbers of SCB's.
by gibbs@freebsd.org
millert [Thu, 10 Apr 1997 22:26:13 +0000 (22:26 +0000)]
Error if bsize < fsize. Problem noted by Dieter Dworkin Muller
<dworkin@village.org>
briggs [Thu, 10 Apr 1997 20:34:33 +0000 (20:34 +0000)]
Ignore SE/30 faux-video card.
provos [Thu, 10 Apr 1997 20:05:49 +0000 (20:05 +0000)]
give only default values when asked for.
provos [Thu, 10 Apr 1997 20:05:10 +0000 (20:05 +0000)]
mention .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
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>
pefo [Thu, 10 Apr 1997 17:16:37 +0000 (17:16 +0000)]
Need to separate i/o and mem on mips
pefo [Thu, 10 Apr 1997 17:13:53 +0000 (17:13 +0000)]
Zilog z8536 defs
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.
pefo [Thu, 10 Apr 1997 16:51:35 +0000 (16:51 +0000)]
These two was not ready for commit yet. Backed out.
pefo [Thu, 10 Apr 1997 16:33:05 +0000 (16:33 +0000)]
Add Matrox Mystique
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.
pefo [Thu, 10 Apr 1997 16:25:59 +0000 (16:25 +0000)]
stripped down
millert [Thu, 10 Apr 1997 15:45:25 +0000 (15:45 +0000)]
__C -> __abs_c for consistency with usage in tc_*
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
deraadt [Thu, 10 Apr 1997 14:07:30 +0000 (14:07 +0000)]
do not need sys/types.h; dima@tejblum.dnttm.rssi.ru
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
deraadt [Thu, 10 Apr 1997 13:06:24 +0000 (13:06 +0000)]
additions & fixes from niklas & i
kstailey [Thu, 10 Apr 1997 11:37:47 +0000 (11:37 +0000)]
their is -> there is
kstailey [Thu, 10 Apr 1997 10:53:45 +0000 (10:53 +0000)]
another 8MB of swap and it works
deraadt [Thu, 10 Apr 1997 10:50:29 +0000 (10:50 +0000)]
calc page alignment correctly for -p; pk@netbsd
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.
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
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
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.
deraadt [Thu, 10 Apr 1997 09:31:10 +0000 (09:31 +0000)]
doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places
niklas [Thu, 10 Apr 1997 08:52:52 +0000 (08:52 +0000)]
Do block/sector handling like the other ports
niklas [Thu, 10 Apr 1997 08:51:04 +0000 (08:51 +0000)]
SunOS emulation trap#2 handling from NetBSD (gwr via scottr)
briggs [Thu, 10 Apr 1997 03:15:59 +0000 (03:15 +0000)]
Stop the SONIC before setting reset, not after...
millert [Thu, 10 Apr 1997 03:01:05 +0000 (03:01 +0000)]
Add missing __C #define
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
millert [Thu, 10 Apr 1997 01:28:53 +0000 (01:28 +0000)]
Fix typo (aligend -> aligned)
millert [Thu, 10 Apr 1997 01:13:27 +0000 (01:13 +0000)]
Fix typos.
briggs [Thu, 10 Apr 1997 00:17:42 +0000 (00:17 +0000)]
Ack. Make this compile again.
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.
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 :-)
millert [Wed, 9 Apr 1997 17:48:25 +0000 (17:48 +0000)]
Fix typos. Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de>
michaels [Wed, 9 Apr 1997 16:42:25 +0000 (16:42 +0000)]
just clean up a stylistic mess I created myself long ago.
kstailey [Wed, 9 Apr 1997 16:01:51 +0000 (16:01 +0000)]
add soundblaster support
kstailey [Wed, 9 Apr 1997 14:46:12 +0000 (14:46 +0000)]
change space to "_" in tsleep() string
briggs [Wed, 9 Apr 1997 14:34:29 +0000 (14:34 +0000)]
Fix from Bill Studenmund--generate ^-\ on ^-\ instead of on ^-/
briggs [Wed, 9 Apr 1997 14:30:49 +0000 (14:30 +0000)]
Comment video cards and add define for SuperMac Thunder/24.
downsj [Wed, 9 Apr 1997 13:42:37 +0000 (13:42 +0000)]
Revert to older (working) version of gcc, plus recent changes.
kstailey [Wed, 9 Apr 1997 11:44:25 +0000 (11:44 +0000)]
add tags
kstailey [Wed, 9 Apr 1997 11:42:16 +0000 (11:42 +0000)]
correct paragraph fill
kstailey [Wed, 9 Apr 1997 11:39:50 +0000 (11:39 +0000)]
spelling
kstailey [Wed, 9 Apr 1997 11:34:31 +0000 (11:34 +0000)]
spelling
kstailey [Wed, 9 Apr 1997 11:24:38 +0000 (11:24 +0000)]
spelling
kstailey [Wed, 9 Apr 1997 10:59:56 +0000 (10:59 +0000)]
fix syntax errors
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.
downsj [Wed, 9 Apr 1997 10:15:56 +0000 (10:15 +0000)]
We're pulling this back out...
pefo [Wed, 9 Apr 1997 09:11:21 +0000 (09:11 +0000)]
blush...
pefo [Wed, 9 Apr 1997 09:10:06 +0000 (09:10 +0000)]
oops.. arc->wgrisc
pefo [Wed, 9 Apr 1997 09:04:43 +0000 (09:04 +0000)]
wgrisc etc stuff
mickey [Wed, 9 Apr 1997 08:39:12 +0000 (08:39 +0000)]
emulate bios calls. more debugging stuff. some fixes.
deraadt [Wed, 9 Apr 1997 07:32:13 +0000 (07:32 +0000)]
mention /etc/netstart toggles
deraadt [Wed, 9 Apr 1997 05:09:35 +0000 (05:09 +0000)]
the the
kstailey [Wed, 9 Apr 1997 03:00:05 +0000 (03:00 +0000)]
add NAT startup
kstailey [Wed, 9 Apr 1997 02:41:55 +0000 (02:41 +0000)]
NAT example rules file
deraadt [Wed, 9 Apr 1997 02:28:26 +0000 (02:28 +0000)]
the the
kstailey [Wed, 9 Apr 1997 02:24:26 +0000 (02:24 +0000)]
sun3 pax/tar segfaults
deraadt [Wed, 9 Apr 1997 02:08:26 +0000 (02:08 +0000)]
the the
deraadt [Wed, 9 Apr 1997 01:59:00 +0000 (01:59 +0000)]
the the
deraadt [Wed, 9 Apr 1997 01:32:38 +0000 (01:32 +0000)]
the the
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)
rees [Tue, 8 Apr 1997 23:08:50 +0000 (23:08 +0000)]
add '-a' flag for afs string-to-key.
mickey [Tue, 8 Apr 1997 22:48:27 +0000 (22:48 +0000)]
use new device names: fd(0,a) -> fd0a
deraadt [Tue, 8 Apr 1997 22:47:56 +0000 (22:47 +0000)]
doc EFAULT and xref poll(2)
deraadt [Tue, 8 Apr 1997 22:47:34 +0000 (22:47 +0000)]
pretty
deraadt [Tue, 8 Apr 1997 22:47:09 +0000 (22:47 +0000)]
chflags can get EOPNOTSUPP
deraadt [Tue, 8 Apr 1997 22:46:50 +0000 (22:46 +0000)]
chflags not permitted
rees [Tue, 8 Apr 1997 22:40:52 +0000 (22:40 +0000)]
add '-a' flag for afs string-to-key.
deraadt [Tue, 8 Apr 1997 19:44:49 +0000 (19:44 +0000)]
nuevos
deraadt [Tue, 8 Apr 1997 19:33:41 +0000 (19:33 +0000)]
use MKTEMP_EACH_FILE, whee
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.
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.
deraadt [Tue, 8 Apr 1997 11:14:29 +0000 (11:14 +0000)]
use $> -- thanks for the debugging help niklas
deraadt [Tue, 8 Apr 1997 09:02:15 +0000 (09:02 +0000)]
attempt cd9660 & part/nblks fix