pk
4dd59ab4df
Fix typos (PR#3761).
1997-06-20 20:38:08 +00:00
pk
1b0d39a29d
Add a list of files (tagged with release number) that have shifted
...
locations since the last release. These files are removed if the
upgrade sets installed them in the new locations.
1997-06-20 20:28:41 +00:00
veego
c346252c6b
Sync.
1997-06-20 20:22:59 +00:00
pk
13f64269f3
Add dumpfs',
dumplfs' and `quotacheck'.
1997-06-20 20:19:23 +00:00
pk
0a085ee866
dump',
dumplfs' and `quotacheck' have moved to /usr/sbin
1997-06-20 20:18:35 +00:00
pk
69e5f9827e
`quotacheck' has moved to /usr/sbin
1997-06-20 20:15:24 +00:00
pk
0c0c4a7ccc
`dumplfs' has moved to /usr/sbin
1997-06-20 20:14:28 +00:00
pk
c27d0fb954
`dumpfs' has moved to /usr/sbin
1997-06-20 20:13:16 +00:00
pk
3504520bd0
Install `rtquery' in /usr/sbin.
1997-06-20 19:29:43 +00:00
christos
9be11f8da1
Move fscknames from fsck.c to here and add ext2fs.
1997-06-20 15:18:03 +00:00
christos
1cf34f53c0
Move fscknames to <sys/disklabel.h> where they belong logically.
1997-06-20 15:14:09 +00:00
kleink
df14b3b830
Add some robustness to ttymodem(), e.g. do not SIGHUP when there hasn't been
...
an actual carrier transition; from Charles M. Hannum.
1997-06-20 10:50:11 +00:00
lukem
19474db41e
Ensure calendar doesn't go past \0 in a string.
...
From Douglas Crosher <dtc@scrooge.ee.swin.oz.au> in [bin/1018]
1997-06-20 08:11:34 +00:00
mikel
1b973c5082
add parens for gcc -Wall
1997-06-20 07:42:01 +00:00
jonathan
63b4439556
Correct cast type on mips3_MachHitFlushDCache().
1997-06-20 07:35:03 +00:00
mikel
1ed84205a8
add prototypes for clock_getres(), clock_gettime(), clock_settime(),
...
and nanosleep() syscalls.
1997-06-20 07:21:40 +00:00
cjs
ecada6375b
bzero() wants pointers, not ints, for its first arg.
1997-06-20 07:06:43 +00:00
mikel
20690bcbac
include <fnmatch.h> for fnmatch() prototype
...
use __CONCAT() to generate pathenv
1997-06-20 06:42:20 +00:00
mikel
6aa3be2874
add parens for gcc -Wall
1997-06-20 06:17:27 +00:00
mrg
2989e9f477
actually document swapctl(2).
1997-06-20 05:47:58 +00:00
mikel
7241b0ff92
fix some printf() formats
1997-06-20 05:18:22 +00:00
jonathan
5ed24fd4b4
trapDump(): compute accurate mask for EXC_CODE from CPU type at runtime.
1997-06-20 05:15:36 +00:00
mikel
ef9b3c57f0
include <stdlib.h> for getloadavg() prototype
1997-06-20 04:43:36 +00:00
mikel
b089e1397c
add explicit return type for kvm_deadfiles()
1997-06-20 04:41:33 +00:00
jonathan
c6c2263566
MachHitFlushDCache -> mips3_HitFlushDCache().
...
Add XXX reminder to d-cache flush I don't understand.
1997-06-20 04:34:38 +00:00
mikel
81fe6cd23a
don't forget to put the program name in the error message!
1997-06-20 04:33:25 +00:00
mikel
e6077a7689
gcc -Wall fixes, including: end unterminated comment (!), add braces
...
to Ctp and Ptc array initializers, fix sprintf() format in
_rmt_lseek(), add explicit return type for _rmt_ioctl(), and move
isrmt() definition so that it's defined before it's used.
1997-06-20 04:24:23 +00:00
jtc
b92f5604b7
sync with libc
1997-06-20 02:08:04 +00:00
pk
98ce8ab879
Remove __FORK_BRAINDAMAGEd code; it's no longer needed.
1997-06-19 20:54:15 +00:00
scottr
ecc68fd60f
Disassemble the MOVE16 instruction. Also, correct the spelling of
...
`unknown' while were here, as suggested. From Denny Gentry
<denny1@home.com>, PR 3567.
1997-06-19 17:39:38 +00:00
perry
c6bccee655
Get rid of awk. We don't need it any more, and we can use the space
...
better for other things.
1997-06-19 17:28:29 +00:00
scottr
b43dd86019
Mask off page offset when building a pte for mapping the
...
framebuffer; from Walter Ruetten, closes PR 3147.
1997-06-19 17:00:02 +00:00
perry
4411c926a8
fsck and fsck_ffs are no longer the same program
1997-06-19 16:56:57 +00:00
drochner
cc7a41e5d2
Weaken the restrictions on the device file name a bit: /boot can
...
now be installed on any partition.
Allow PRIM_LOADSZ to be set in the Makefile.
This together allows to make bootable 720k floppys.
closes PR port-i386/3751
1997-06-19 11:46:44 +00:00
mikel
cdfaf160a0
add explicit return type to yyerror(), and RCSid police
1997-06-19 08:05:32 +00:00
mikel
20ae527e8e
declare yyparse(), include <stdlib.h> for exit() prototype, add return
...
type for main(), and RCSid police.
1997-06-19 08:01:28 +00:00
mikel
8b787e68dc
include <stdlib.h> for free() prototype
1997-06-19 07:50:43 +00:00
mikel
109d917438
avoid unportable arithmetic on void pointers
1997-06-19 07:41:32 +00:00
mikel
4427d4b73d
fix typo, RCSid police
1997-06-19 07:21:10 +00:00
mhitch
9b445e15ea
Use same cachesize variables for mips1 and mips3, and rename the variables
...
per Jonathan's request.
Remove switch_exit() declaration - it's now called via the locore jump vector.
1997-06-19 06:34:16 +00:00
mhitch
4fa507b4fc
More merged mips1/mips3 support:
...
Remove cpu-specific routines from locore.S and add them to locore_r2000.S
and locore_r4000.S. Add entries in locore jump vector table for switch_exit()
and the cpu_switch() context resume.
Add offsets into the jump vector to genassym.cf for use in locore.S.
1997-06-19 06:31:14 +00:00
mhitch
df0701481f
Use same cachesize variables for mips1 and mips3, and rename the variables
...
per Jonathan's request.
1997-06-19 06:30:47 +00:00
mhitch
129320c2ca
More merged mips1/mips3 support:
...
Remove cpu-specific routines from locore.S and add them to locore_r2000.S
and locore_r4000.S. Add entries in locore jump vector table for switch_exit()
and the cpu_switch() context resume.
Add offsets into the jump vector to genassym.cf for use in locore.S.
Use same cachesize variables for mips1 and mips3, and rename the variables
per Jonathan's request.
1997-06-19 06:30:03 +00:00
mikel
6e6ba705f1
add ${.OBJDIR}/tags to CLEANFILES
1997-06-19 06:12:10 +00:00
mikel
9dc08ab2a8
add parens for gcc -Wall
1997-06-19 06:02:06 +00:00
pk
fe15d6603a
Remove spurious line left over in previous commit.
...
Also, use parentheses like in <dev/isa/wd.c>
1997-06-18 22:25:53 +00:00
jonathan
b838c4c768
Add .set noreorder/.set reorder around .cpload
1997-06-18 22:23:13 +00:00
pk
6b976a7d46
rzsize(): call rzopen()/rzclose() if not yet open, per the
...
current `openmask'.
1997-06-18 22:19:13 +00:00
pk
5d4e140e53
Remove spurious line left over in previous commit.
1997-06-18 22:17:14 +00:00
phil
0ed99f5f61
Correct cdev/bdev for cd*.
1997-06-18 21:09:36 +00:00