archie
37aff6bd06
Consolidate some of the various ctype(3) macros in one location.
1999-11-02 22:50:34 +00:00
archie
7db89ff8e4
Change structure field named 'toupper' to 'to_upper' to avoid conflict
...
with the macro of the same name. Same thing for 'tolower'.
1999-11-02 22:46:42 +00:00
archie
60222f6bab
Change isspace() macro name to avoid conflict.
1999-11-02 22:42:56 +00:00
archie
cd298c91b7
Remove unused macro definition.
1999-11-02 22:40:15 +00:00
archie
041a92050e
Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which
...
was missing from before.
1999-11-02 22:38:50 +00:00
archie
1d89ac5f56
Add options NETGRAPH_PPP and NETGRAPH_PPPOE.
1999-11-02 22:36:09 +00:00
archie
a14db6ec67
Fix typo in previous commit.
1999-11-02 22:24:41 +00:00
charnier
2732c68e68
add arguments
1999-11-02 21:23:38 +00:00
nik
2c2ee5c42e
Fix a disappearing section due to use of (') in the text. Use the
...
.Sq macro instead.
PR: docs/13153
Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
1999-11-02 19:58:39 +00:00
jhb
7976cb8d6f
Remove the prototypes for two functions that were removed when the
...
CD9660_ROOT option was axed.
1999-11-02 19:38:27 +00:00
msmith
4704b47982
Cut out some extra dead code that I missed last time around. I think
...
this will fix the alpha kernel build now (MFS excluded).
1999-11-02 19:29:20 +00:00
joerg
86b55de701
It is no longer necessary to prepend underscores to external symbols under
...
ELF.
Submitted by: A.Leidinger@WJPServer.CS.Uni-SB.de (Alexander Leidinger)
1999-11-02 18:18:26 +00:00
phk
91c60bc3c2
Add mn0 in the netgraph section.
1999-11-02 14:25:04 +00:00
phk
4177761f1e
New driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.
...
This is a netgraph driver.
1999-11-02 14:23:14 +00:00
phantom
8d49d73be4
Fix file names in .FILES section.
...
Remove reference to obsolete files /us/src/share/tmac/README
1999-11-02 13:47:09 +00:00
phantom
eafb4ac791
Document .Ox and .Nx macros
1999-11-02 13:27:27 +00:00
phantom
f358e8e716
Document .St macro.
1999-11-02 13:23:56 +00:00
joerg
960d9be642
Reverse the way $PATH is extended, so if the person building that area
...
has /usr/games in its $PATH, where /usr/games/strfile doesn't grok an
option that the newly built one inside /usr/obj would grok, the build
process would be able to complete.
1999-11-02 12:50:11 +00:00
phk
53952016e3
Remove two private copies of strtoul()
...
Spotted by: bde
1999-11-02 09:34:09 +00:00
des
ec6b1ca5ec
Document my TCP/IP hacks.
1999-11-02 08:44:26 +00:00
green
753c770a50
Unbreak this build.
1999-11-02 04:16:17 +00:00
msmith
44d68af88d
Teach libdisk about the AMI and Mylex RAID drivers. You should be able
...
to install directly to arrays managed by these controllers now.
1999-11-02 03:40:14 +00:00
msmith
baa49d0281
Correctly compute the block count. In reality, it seems that the
...
controller will never return the command if it's not exactly a multiple
of a block in size.
Cosmetic formatting for RAID level output.
1999-11-02 03:25:24 +00:00
msmith
986eab665c
Don't print the chipset value; it's not useful.
...
Now we know what some of the state values are, print the current array
state.
1999-11-02 03:24:09 +00:00
jmb
e82b1f406e
fix misordering of two lines in this file.
1999-11-02 02:19:24 +00:00
msmith
ad99487831
Newline-terminate the complaint message about not being able to find
...
the root vnode pointer.
1999-11-01 23:57:28 +00:00
msmith
e983bed1ef
Call bootpc_init before we try to mount an NFS root, if we're configured
...
to use BOOTP for NFS root discovery.
The entire interface setup inside nfs_mountroot is evil, and should die.
1999-11-01 23:55:38 +00:00
msmith
ac8b5ada0a
Move a couple of globals here where they are initialised, rather than
...
orphaning them in vfs_conf.c
1999-11-01 23:54:07 +00:00
msmith
42e5be0fe8
swapinit isn't called from vfs_mountroot, so don't complain about it in
...
a #if 0'ed comment.
Call the machine-dependant cpu_rootconf functions from sysinits in their
respective areas, don't do it from a stub here.
1999-11-01 23:53:27 +00:00
msmith
38fbc5850c
This is a complete rewrite of vfs_conf.c, which changes the way the root
...
filesystem is discovered. Preference is given to using the kernel
environment variable vfs.root.mountfrom, which is set by the loader
according to the contents of /etc/fstab. Changes in the MD code
provide fallback mechanisms for systems not using the loader.
A more robust fallback path is also provided, with the last recourse
being to prompt on the console for a root device.
These changes drastically simplify the machine-dependant parts of
the root configuration process. In addition, support for CDROM root
devices has been removed; it was a nasty hack and didn't work.
1999-11-01 23:51:00 +00:00
nsouch
1bde15ce86
Sync with RELENG_3.
1999-11-01 23:15:29 +00:00
nsouch
7a9bcc7c4e
Add alpm smbus lowlevel driver manpage
1999-11-01 22:55:50 +00:00
eivind
aa4bffa598
Elminiate the (unused) TUNE_1542 option.
1999-11-01 22:50:52 +00:00
grog
8eb509ffb2
Add $FreeBSD$
...
Correct the date on which DST begins in Victoria and New South Wales
in the year 2000: as the result of some local function in Sydney, DST
will begin on Sunday, 27 August instead of Sunday, 29 Cotober.
This change had already been made, but the date was incorrectly
specified as (Saturday) 26 August.
Submitted by: Howard Lowndes <lannet@lannet.com.au>
1999-11-01 20:13:05 +00:00
obrien
f157512eb9
This brings rev 1.2 (reality check and document profiling extensions)
...
into GCC 2.95.2.
1999-11-01 20:09:07 +00:00
obrien
c2eb6702d6
This adds rev 1.2 (-fformat-extensions) to GCC 2.95.2.
1999-11-01 19:51:19 +00:00
nik
e75beec342
Document the ch* devices.
...
PR: docs/14401
Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
1999-11-01 19:45:59 +00:00
archie
9b69b874d8
Fix some bugs in MP allocation routine when links are non-equivalent.
1999-11-01 19:44:28 +00:00
nik
f61485a3ee
Document that bind(2) can fail with EAGAIN.
...
PR: docs/14173 docs/14181
Submitted by: Charles Randall <crandall@matchlogic.com>
Submitted by: Kelly Yancey <kbyanc@posi.net>
1999-11-01 19:43:07 +00:00
nik
98ee16fd22
Document that hosts for which no status report has been received for
...
4 days are considered to have LEFT_EARTH(), and will not be shown in
the list.
PR: docs/14299
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-11-01 19:42:02 +00:00
obrien
a4b241ef82
Merge rev 1.2 (a.out support) into GCC 2.95.2.
1999-11-01 18:56:02 +00:00
obrien
8bb682109c
Add Alpha and proper x86 support to GCC 2.95.2.
...
[ Functionally speaking, this covers revs 1.{2,3} ]
1999-11-01 18:53:45 +00:00
obrien
9e5cc29fba
Merge our -fformat-extensions and printf0() into GCC 2.95.2.
1999-11-01 18:41:09 +00:00
imp
f3a589448d
Put more explict warning that this file should not be used if you want
...
a working kernel
1999-11-01 17:50:29 +00:00
wpaul
e2f81306f2
Do some more work on the mxphy pseudo-driver to make it better at media
...
detection and remove the long delays that I had used previously. Everything
should be handled by timeouts now.
1999-11-01 17:10:26 +00:00
phk
4e004d1670
Add strtol & strtoul to kernel. Derived from libc versions.
1999-11-01 15:04:04 +00:00
phk
1fcb2918b5
New function:
...
m_print(struct mbuf *);
hexdumps a mbuf.
1999-11-01 15:03:20 +00:00
tanimura
753b0d4fe5
Call make_dev() to shut up the warning.
...
Pointed out by: Donn Miller <dmmiller@cvzoom.net>
1999-11-01 14:29:07 +00:00
julian
3b8a9a7f74
Use typedefs for node methods.
1999-11-01 10:18:36 +00:00
julian
c0f629a008
User netgraph typedefs for methods
1999-11-01 10:09:34 +00:00