Commit Graph

42387 Commits

Author SHA1 Message Date
ru
29f0cf9eff Pass IP fragments with non-zero offset. The semantics of matching
IP fragments has been changed in src/sys/netinet/ip_fw.c,v 1.78.

Reminded by:	"Ronald F. Guilmette" <rfg@monkeys.com>
1999-11-04 10:13:59 +00:00
dfr
a7af1a3b81 Fix the atomic arithmetic primitives for address where (p&7) >= 4.
Reviewed by: gallatin
1999-11-04 09:55:07 +00:00
phantom
f95dc5ce40 Bring ``ac'' into reality. This great tools now works correctly (for
current state of the tree)
1999-11-04 08:45:02 +00:00
phantom
1fade4837e Add short description of dumpvfscache 1999-11-04 08:42:29 +00:00
jkoshy
2c048b0d9a Link manual page for login_getpwclass(3) to login_cap(3).
PR:             docs/14673
Submitted by:   Andrew <andrew@ugh.net.au>
1999-11-04 08:33:18 +00:00
alc
b5f0c251f9 Eliminate two useracc(..., VM_PROT_READ) calls that immediately precede
copyin() calls.

Submitted by:	bde
1999-11-04 07:21:41 +00:00
ache
9f1599b8c2 Add unsigned char cast to isalpha 1999-11-04 05:01:28 +00:00
ache
6da6a6c803 Add unsigned char cast to isdigit 1999-11-04 04:57:05 +00:00
ache
855400be49 Add unsigned char cast to is[x]digit 1999-11-04 04:52:34 +00:00
ache
258e127611 Add unsigned char cast to isdigit 1999-11-04 04:46:18 +00:00
obrien
1008eae957 Minor cosmetic changes in an attempt to improve consistancy. 1999-11-04 04:46:04 +00:00
ache
fc9900cdbf Add unsigned char cast to isupper 1999-11-04 04:40:56 +00:00
ache
9770c0df29 unsigned char cast to ctype macros 1999-11-04 04:35:33 +00:00
ache
e80431917e Add unsigned char cast to ctype macros arg 1999-11-04 04:30:44 +00:00
dcs
6dd7bb9c9d Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it
breaks the cross-compilation case, but I'm not the one doing it.
$$PATH *will* have a new strfile in /usr/bin built at build-tools
time, unless you defined NOTOOLS.

If you defined NOTOOLS and it breaks for you, don't do that.

If you did not define NOTOOLS but things are not working, the error is
elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and
revision 1.14 of this file.
1999-11-04 04:29:16 +00:00
ache
006d9606ec Add unsigned char cast to isspace arg 1999-11-04 04:16:28 +00:00
ghelmer
0f0d9009d9 "make install" did not install 150.clean-hoststat.
PR:	bin/12497
1999-11-04 03:00:33 +00:00
msmith
4fa98e08cc Re-implement the handing of RB_CDROM in a machine-independant fashion.
We currently only search SCSI and IDE CDROMs; if there's felt to be a
need for supporting the very old and rare soundcard etc. drives for this
application they can be trivially added.
1999-11-04 01:40:18 +00:00
gallatin
036566d1d2 now that a map's base addr is 64-bits, the alpha multi-hose hack needs
to be cast to 64-bits in pci_add_map.  This should allow XP1000s and
DS20s to boot -current again.
1999-11-03 22:43:03 +00:00
archie
7e3945e1f6 Fix bug in BIOCGETIF ioctl() where it would return a bogus interface
name if the interface unit number was greater than 9.
1999-11-03 21:32:28 +00:00
chris
d38d3bf21b Fix a typo.
PR:		docs/14684
1999-11-03 20:41:50 +00:00
dfr
d16d0cbc09 Add back netboot since it compiles just fine. Note that you need a full
source tree to build netboot since it depends on headers from libstand.
1999-11-03 20:19:30 +00:00
dfr
fd6512f0f3 * Don't wait forever for the boot2 filename if the PCC wraps.
* If the user presses return, load boot2 immediately.
1999-11-03 20:18:12 +00:00
grog
cae83c6258 Emergency fix to stop world breakage.
Broken-by:	archie
1999-11-03 20:04:00 +00:00
phk
1000861787 Move strto{u}[ql]() into their own libkern files.
Urged by:	bde
1999-11-03 18:20:59 +00:00
phk
82e6bb0bba Move isfoo() and friends to the newly created sys/ctype.h.
Urged by:       bde
1999-11-03 17:54:26 +00:00
mdodd
10eb585446 Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
but didn't change bus_setup_intr() to pass the softc in.

Submitted by:	Warner Losh <imp@village.org>
1999-11-03 15:45:14 +00:00
phk
43fcf3750e Remove compat cruft. 1999-11-03 14:15:18 +00:00
obrien
9cc84adeba Structure field name changed. 1999-11-03 12:33:56 +00:00
bp
a571bc71e2 Add examples for a mount_nwfs command. 1999-11-03 12:06:13 +00:00
bde
a22dee8730 Quick fix for breakage of ext2fs link counts as reported by stat(2) by
the soft updates changes: only report the link count to be i_effnlink
in ufs_getattr() for file systems that maintain i_effnlink.

Tested by:	Mike Dracopoulos <mdraco@math.uoa.gr>
1999-11-03 12:05:39 +00:00
bp
00505f2624 Add share/examples/nwclient directory. 1999-11-03 11:57:04 +00:00
msmith
42a534a64d Make MFS work with the new root filesystem search process.
In order to achieve this, root filesystem mount is moved from
SI_ORDER_FIRST to SI_ORDER_SECOND in the SI_SUB_MOUNT_ROOT sysinit
group.  Now, modules which wish to usurp the default root mount
can use SI_ORDER_FIRST.

A compiled-in or preloaded MFS filesystem will become the root
filesystem unless the vfs.root.mountfrom environment variable refers
to a valid bootable device.  This will normally only be the case when
the kernel and MFS image have been loaded from a disk which has a
valid /etc/fstab file.  In this case, the variable should be manually
overridden in the loader, or the kernel booted with -a.  In either
case "mfs:" should be supplied as the new value.

Also fix a typo in one DFLTROOT case that would not have compiled.
1999-11-03 11:02:47 +00:00
joerg
b8f1781068 Move the description of the traditional sleep() form out into the history
section, we no longer have it.

Fix mdoc style violations caused by a previous committer.
1999-11-03 10:39:54 +00:00
nyan
8c290f33db Cosmetic changes. 1999-11-03 10:08:15 +00:00
nyan
298c973207 Support RSA-98III PnP mode. 1999-11-03 09:13:16 +00:00
nyan
7e7c5cf28a Sync with sys/isa/sio.c revision from 1.269 to 1.273. 1999-11-03 09:02:23 +00:00
nyan
80e432152a Remove unnecessary file. 1999-11-03 08:45:16 +00:00
nyan
7905cfd85a Sync with sys/i386/conf/GENERIC revision 1.199. 1999-11-03 08:43:11 +00:00
nyan
1aa5517d12 Sync with sys/i386/isa/clock.c revision 1.146. 1999-11-03 08:36:17 +00:00
nyan
002d21a72f Sync with sys/boot/i386/btx/btx/btx.s revision 1.13. 1999-11-03 08:32:03 +00:00
nyan
1532d3eb9e Sync with sys/i386/i386/machdep.c revision 1.371. 1999-11-03 08:25:40 +00:00
nyan
d0c4b8183d Sync with sys/boot/i386/libi386/Makefile revision 1.15. 1999-11-03 08:23:57 +00:00
nyan
fb9771e52f Sync with sys/dev/syscons/syscons.c revision 1.326. 1999-11-03 08:19:35 +00:00
tanimura
a58c7bae95 Fix for multiple pcm devices. 1999-11-03 08:10:49 +00:00
green
ba1203aa74 Fix a really lame buglet which broke with IPs of 34
(ERANGE...)
1999-11-03 04:18:34 +00:00
bp
447387e892 Change structure field tolower to to_lower. The same for the toupper. 1999-11-03 03:17:31 +00:00
gallatin
01bedbea1c Add a second direct map window to increase the maximum RAM this platform
can deal with from 1GB to 2GB.   I have no way to test with >1GB because I
don't have high enough density memory to get any one box over 1GB.  However, I
have tested it on xp1000 & ds10 with < 1GB of memory & have verified that it
does no harm.
1999-11-03 01:16:11 +00:00
archie
43ef9eb6f8 Add statistics counters to "tee" netgraph node type. 1999-11-02 23:31:49 +00:00
archie
4d07ea31a9 Simplify checking/parsing of strings using strtoul(), isdigit(), etc. 1999-11-02 23:18:01 +00:00