ache
51a2605364
KERN_ADJKERNTZ added in preparation for resettodr() implementation
1994-09-14 22:49:29 +00:00
ache
afaa039a5d
Add sanity check for "no previous regular expression" state,
...
bringed by 'more'
1994-09-14 22:25:15 +00:00
wollman
da9e71aeaf
Add ip_mroute_mod, if NOLKM is not defined.
1994-09-14 22:23:47 +00:00
wollman
4b0311770d
Makefile to generate the ip_mroute_mod.o LKM. After talking this over
...
with DavidG, I've come to the conclusion that unless and until we define
a new directory to put these things in, /sbin is the right place.
(OSF/1 does a lot worse for non-executables in /sbin...).
1994-09-14 22:11:51 +00:00
wollman
c3b0d344b4
A make system file for building LKMs, derived from bsd.prog.mk.
1994-09-14 21:59:28 +00:00
ache
0daa0ad457
Fix bug with searching "" pattern, cause 'more' always shows
...
next line on "/<Enter>" instead of searching next pattern
1994-09-14 21:35:31 +00:00
wollman
9d1baa3482
Add code to make multicast routing be an LKM.
1994-09-14 21:21:29 +00:00
ache
b95a84ec52
Increase transfer speed by waiting much less than 10ms after request
...
Submitted by: stark@sbstark.cs.sunysb.edu & slightly modifyed by me
1994-09-14 20:28:25 +00:00
wollman
f9fe204a45
Tell unconfigured users to use tzsetup rather than read the zic
...
manual page (which will only confuse them even more than they already are).
1994-09-14 19:35:02 +00:00
sef
600b25e2d3
With '!' being made into a keyword (yech!), case cases didn't work properly.
...
This should fix it (passed my test cases). Originally discovered with
perl's Configure (well, in FreeBSD, I don't know how the NetBSD folks
discovered it).
Reviewed by: sef
Submitted by: jtc@cygnus.com
Obtained from: NetBSD
1994-09-14 17:41:32 +00:00
jkh
9089c1585a
Remove obsolete bundle target, add new fetch target.
1994-09-14 16:42:37 +00:00
jkh
ad0fa3cbbf
Don't assume / seperator between site name and dist file in fetch.
1994-09-14 15:30:44 +00:00
jkh
f09f3ae83b
Update this to list all of our cvs* mailing lists, describing each one
...
in some small detail.
1994-09-14 09:50:56 +00:00
dg
7753bf2cb8
Added missing #ifdef SYSVSHM.
1994-09-14 05:52:13 +00:00
dg
c5f5d0f6cb
Fixed slattach to do flags ioctl via network device rather than tty.
...
Submitted by: Rich Murphey, and fixed up by me.
1994-09-14 05:40:56 +00:00
wollman
891e296c7a
Shuffle some functions and variables around to make it possible for
...
multicast routing to be implemented as an LKM. (There's still a bit of
work to do in this area.)
1994-09-14 03:10:15 +00:00
wollman
63cf74f14d
Added a bit of missing functionality to make this work correctly on a
...
wider variety of systems. Include the deivers from pci_intel.c in
pci_config.c (I hope this is what was intended; my system works ok).
Use pmap_mapdev(). Automatically map any large linear frame buffers
or whatnot in VGA-style devices which ordinarily would not have their
own drivers, and don't call not_supported() for them. (This shuts up
complaints about my Matrox card.) Include the beginnings of what could
eventually become dynamically-loadable PCI devices. Allow for the
possibility of PCI devices simply providing a PCI veneer over an existing
ISA device, and shut up about them, too.
Make autoconfiguration text conform more to the style of other supported
buses.
1994-09-14 01:34:51 +00:00
wollman
4a1dfe5ed5
Add tzsetup.
1994-09-13 23:03:19 +00:00
wollman
6fca7919d3
A little script to help users in setting up their timezone. (Try it!)
1994-09-13 23:01:59 +00:00
wollman
24eb8cffa8
Don't build /etc/confgig; we decided not to take that route.
1994-09-13 22:04:53 +00:00
wollman
f1870d8d57
Clean up prototype for /usr/share/zoneinfo, so we don't get bogus
...
Canada, posix, right, etc. directories.
1994-09-13 22:04:01 +00:00
wollman
8a9c630991
Don't build Pacific Presidential Election Time; it has no legal standing,
...
and results in a bogus link and US/ directory.
1994-09-13 22:02:46 +00:00
wollman
83c09c81e0
New method for installing timezone data files, not nearly as complicated
...
as the previous one, and better integrated with the build scheme.
Define OLDTIMEZONES to get backward-compatibility links added.
Define LEAPSECONDS if you want leap-second support.
1994-09-13 21:54:06 +00:00
wollman
05b7aab7b7
This commit was generated by cvs2svn to compensate for changes in r2744,
...
which included commits to RCS files with non-trunk default branches.
1994-09-13 21:50:20 +00:00
wollman
05b664562a
Latest version of the timezone data files from Arthur David Olson, to
...
go with the code imported yesterday.
Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzdata94f.tar.gz
1994-09-13 21:50:20 +00:00
cvs2svn
025c9c2b35
This commit was manufactured by cvs2svn to create branch
...
'VENDOR-tzdata'.
1994-09-13 21:50:19 +00:00
wollman
dc2bfbcbc4
Initial revision
1994-09-13 21:50:18 +00:00
wollman
7fa1ec8f19
Use latest Arthur Olson timezone code rather than that supplied with
...
4.4. The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
1994-09-13 21:26:08 +00:00
jkh
a22611d1cc
Add Remy Card's freebsd mirror in France.
1994-09-13 18:24:51 +00:00
phk
5c8474cce9
Reversed my patch from yesterday. "eisa" if >= 0x1000.
...
pas0 will be in "eisa", even though it isn't.
1994-09-13 17:06:47 +00:00
dfr
6294a52660
Imported the NetBSD version which acts a lot more like the SYSV program.
...
Obtained from: NetBSD
1994-09-13 16:59:29 +00:00
dfr
1f5a1bdba1
Added ipcrm.
1994-09-13 16:53:27 +00:00
dfr
9955df6ee4
Utility for deleting message queues, semaphores and shared memory segments.
...
Obtained from: NetBSD
1994-09-13 16:52:12 +00:00
dg
c6a6ca73a7
Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552
...
as it is a better choice in a day with BTLZ compression modems.
1994-09-13 16:05:50 +00:00
dg
e87e18c59f
Added prototypes for cblock_alloc_cblocks and cblock_free_cblocks.
1994-09-13 16:03:35 +00:00
dg
33ca5bbbd1
Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).
1994-09-13 16:02:20 +00:00
dfr
2e8745449a
Added ipcs.
1994-09-13 15:27:36 +00:00
dfr
8d5f738b88
Added from FreeBSD-1.1.5 with some additions to list shared memory segments.
1994-09-13 15:27:02 +00:00
dfr
bed8e3af71
Added SYSV ipc system calls.
1994-09-13 14:52:45 +00:00
dfr
580fe46632
Added SYSV ipcs.
...
Obtained from: NetBSD and FreeBSD-1.1.5
1994-09-13 14:47:38 +00:00
gclarkii
a7c9d6c8b5
This commit was generated by cvs2svn to compensate for changes in r2726,
...
which included commits to RCS files with non-trunk default branches.
1994-09-13 13:51:34 +00:00
gclarkii
31fbfe9beb
Import of GNU Info 3.0 in bmake format
1994-09-13 13:51:34 +00:00
jkh
b9af6c1c08
Delete obsoleted *dist targets.
1994-09-13 10:20:37 +00:00
jkh
a933b2cf05
Make this stop trying to go into /usr/local and inherit the settings
...
from above instead.
1994-09-13 10:20:02 +00:00
jkh
3b3c1c77e5
Missing semi-colon after a done statement. Fixed.
1994-09-13 08:40:27 +00:00
jkh
b35ab6431f
Add a roadmap to all the files in this directory, plus some text
...
about submitting FAQ entries. Gary? Where are yooooou? :-)
1994-09-13 08:24:07 +00:00
jkh
19c0afc365
Bring back MIRROR.SITES, now listing 2.0 sites only.
1994-09-13 08:17:52 +00:00
jkh
ea2da16e3e
Add pkg_install to SUBDIR.
1994-09-13 07:39:59 +00:00
phk
d2a150fab9
Two minor nits, a printf wasn't #ifdef PAS_DEBUG'ed and probe should return 4.
1994-09-13 06:44:39 +00:00
phk
b03a69baa4
Only say eisa if ((ioaddr & 0xfff) >= 0x400)
1994-09-13 06:43:57 +00:00