Commit Graph

84623 Commits

Author SHA1 Message Date
wiz 13237636e2 Remove description of an option that only applies to UNICOS < 7.0. 2001-08-25 16:50:18 +00:00
thorpej bbdda9d53d Make the toolchain set lists reflect reality (we do NOT use the new
toolchain yet, and someone disabled shlibs in the toolchain w/o fixing
up the set lists...)
2001-08-25 16:46:17 +00:00
thorpej 5bfc586274 Oops, add set names, add <ieeepf.h> 2001-08-25 16:43:57 +00:00
thorpej a27daf757e Add MD sets for the algor port. 2001-08-25 16:32:44 +00:00
thorpej cf301e151e Add MD sets for the algor port. 2001-08-25 16:21:24 +00:00
thorpej 36c31ac875 Until the new toolchain is ready, /usr/libexec/cpp0 -> /usr/libexec/cpp,
so that people can actually build snapshots.
2001-08-25 15:51:36 +00:00
thorpej f38eb663ed Building of shared libraries for the toolchain was disabled. Remote
them from the set lists for the benefit of those building snapshots
until the toolchain upgrade is finished.
2001-08-25 15:49:12 +00:00
mrg e63635fdcd update copyright notices. 2001-08-25 15:06:02 +00:00
mrg 71552c86a0 s/sparc/sparc64/ in a printf() 2001-08-25 15:05:22 +00:00
mrg 05403a4b92 turn off compat & some exec options 2001-08-25 15:04:26 +00:00
mrg 48fcc1a2c3 update a comment about R_UA_32 relocs. 2001-08-25 15:03:19 +00:00
bjh21 ed5e27cc44 Increase the size of a jmp_buf when using ELF, since this will be our last
chance to do so for a while.  We don't use the extra space yet, but VFP
support is likely to need it.
2001-08-25 14:45:59 +00:00
mrg 69879ba2e5 regenerate. 2001-08-25 12:23:49 +00:00
thorpej 11be81ff63 Regen. 2001-08-25 06:00:01 +00:00
thorpej 6b1f7b723b Note that the Am79c874 is compatible with the AC101. 2001-08-25 05:59:39 +00:00
thorpej c783391d0a Note compatibility with the Am79c874, and document some more
registers.
2001-08-25 05:57:12 +00:00
thorpej 9d50e2e95a Back out previous; closer inspection of the manual reveals that the
Am79c874 has the same ID register contents as the AC101.
2001-08-25 05:55:19 +00:00
thorpej 820809faec Regen; added AMD Am79c874 NetPHY-1LP. 2001-08-25 05:45:25 +00:00
thorpej 05e4fb8e6c Add AMD Am79c874 NetPHY-1LP. 2001-08-25 05:44:59 +00:00
thorpej c55c271cdb Add amhphy(4). 2001-08-25 04:14:26 +00:00
thorpej 4d0a4a139e Typo in a revious reg. 2001-08-25 04:11:48 +00:00
thorpej 0dc99295fb Xref amhphy(4). 2001-08-25 04:11:17 +00:00
thorpej f5d8848984 Manual page for the amhphy driver. 2001-08-25 04:11:05 +00:00
thorpej 85a7cdc261 Driver for the 10BASE-T portion of the AMD 79c901 PHY. 2001-08-25 04:06:26 +00:00
thorpej 222d7da881 Note that the dmphy(4) driver also supports the AMD 79c873 10/100 PHY
(it appears as if AMD OEM'd the core from Davicom).
2001-08-25 03:43:57 +00:00
thorpej b489dbb876 Add a few missing PHYs to the synopsis. 2001-08-25 03:34:07 +00:00
thorpej 6c1c8a75e9 Add pnaphy(4). 2001-08-25 03:31:32 +00:00
thorpej 9c0d5524c0 Xref pnaphy(4). 2001-08-25 03:30:10 +00:00
thorpej 9ee795ae1d Manual page for the pnaphy HomePNA PHY driver. 2001-08-25 03:29:58 +00:00
thorpej 158cb83996 Add a driver for generic HomePNA PHYs. Currently supports the HomePNA
portion of the AMD Am79c901.
2001-08-25 03:21:38 +00:00
thorpej 9fe2378664 For HomePNA PHYs, don't register it w/ ifmedia as 10BASE-T, but
rather as HomePNA1.
2001-08-25 01:57:56 +00:00
lukem 063df7cfb7 various calcipg() fixes:
- fix round-off errors when determining the number of inodes per group,
  which often resulted in the total number of inodes in the file system
  being less than what the density asked for.
  now you might get more inodes than requested for a given density,
  rather than less.
- if the new inodes/group is <= 0, ensure that it's at least 1, preventing
  a possible division by zero or other wacky problems
- use long long instead of quad_t
2001-08-25 01:42:46 +00:00
thorpej f7f8866fea Add a flag that indicates that a device is a HomePNA device. 2001-08-25 01:41:17 +00:00
thorpej 684a4b71e3 Regen; improve AMD PHY names. 2001-08-25 01:39:59 +00:00
thorpej 9d04a424fe Improve the AMD PHY names. 2001-08-25 01:39:22 +00:00
thorpej 817b379c90 Add acphy(4). 2001-08-24 18:02:43 +00:00
thorpej f9317297db Xref acphy(4). 2001-08-24 17:55:53 +00:00
thorpej fcdbabcb21 Add manual page for the Altima AC101 PHY driver. 2001-08-24 17:55:06 +00:00
thorpej b6aa674493 Driver for the Altima AC101 10/100 Ethernet PHY. 2001-08-24 17:54:32 +00:00
mhitch 20039b1dd8 Use the PROM bitmap, if available, to determine available memory. Also
add support of multiple memory segments so machines that allow mixed
memory sizes can utilize all available memory.
2001-08-24 15:33:16 +00:00
eeh c994f996ff Fix LP64 bug. 2001-08-24 15:28:47 +00:00
mrg 0a8258e16a back out previous; it is handled by etc/rc.d/named. 2001-08-24 13:25:57 +00:00
haya 45e61b5399 Buf fix: use PWAIT priority and do not set PCATCH. 2001-08-24 10:55:53 +00:00
wiz 251b3464be heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
mrg d7003aa4a3 reapply (relevant parts of) lost patch:
revision 1.3
date: 1999/02/22 02:37:27;  author: mrg;  state: Exp;  lines: +19 -1
if we are chrooting, write a symlink for the pid file so that ndc, etc,
continue to work as normal.  this allows named to run in a chroot jail
with zero loss of functionality.
2001-08-24 08:37:33 +00:00
chs cb3b720183 disable mmap() for LFS until it is fixed. 2001-08-24 06:42:46 +00:00
lukem 725b21190a fix comment: "[]" are [square] brackets, "<>" are angle brackets 2001-08-24 06:37:03 +00:00
thorpej 6621bd5a97 More useful definitions for CSR80. 2001-08-24 05:04:40 +00:00
chs ba2c8088f4 use pmap_k* for buffer cache pages. 2001-08-24 04:34:25 +00:00
simonb bcdac55add Fix the display of the CPU clock speed. 2001-08-24 02:11:01 +00:00