leo
67384150c2
Merge the netbsd-1-2 branch into the mainline.
1996-10-11 20:30:33 +00:00
thorpej
7e0782662e
Add a chlen command, to change the length/size of an inode. From FreeBSD.
1996-10-11 20:22:43 +00:00
thorpej
519bef46ae
Fix a couple of glitches:
...
- s/fsutil.o/fsutil.c/ on a SRCS line.
- Don't need preen.c
1996-10-11 20:20:42 +00:00
thorpej
2402aaa614
Bug fix from Kirk McKusick <mckusick@McKusick.COM>:
...
Fix a bug in fsck_ffs where if a directory somehow develops a hole
(that is a block pointer that has a value of zero), fsck would give the
filesystem a clean bill of health, but the kernel would panic when
accessing the directory with the hole. Fsck now checks for holes
in directories. If found in preen mode, fsck fails. In manual
mode, it can be directed to shorten the directory to the beginning of
the hole. A more complete solution would be to allocate a block to fill
the hole. However, this is a lot more work for a `cannot happen' error,
so the extra effort seems unwarranted.
1996-10-11 20:15:46 +00:00
mhitch
f22ea83247
The dc has to have needs-flag so dc.h gets generated.
1996-10-11 19:58:43 +00:00
mhitch
2d3fc12c2b
Fixed typo on EXEC_ELF32.
...
Newline at end of file was missing.
1996-10-11 19:55:38 +00:00
mhitch
e0e8090630
Add missing const to simple_devprint() char * parameter.
1996-10-11 19:49:49 +00:00
cgd
4431ea58a9
replace ELF_ALIGN with ELF_TRUNC (round to lower alignment boundary) and
...
ELF_ROUND (round to higher alignment boundary), and use them properly.
Also, change a bit of code in elf_load_psection to use the next ELF_ROUND
macro. This fixes a bug found by Robert Baron <rvb+@cs.cmu.edu> where
elf_load_psection, if given a properly aligned address at which to load
the section, would round actually load it at the next highest alignment
boundary.
1996-10-11 19:44:02 +00:00
mhitch
cb8e03f393
Amiga needs EXEC_AOUT and EXEC_SCRIPT.
1996-10-11 19:34:54 +00:00
is
08899f4a1b
Fix a mbuf leak in ip_output().
...
Scenario: If ip_insertoptions() prepends a new mbuf to the chain, the
bad: label's m_freem(m0) still would free only the original mbuf chain
if the transmission failed for, e.g., no route to host; resulting in
one lost mbuf per failed packet. (The original posting included a
demonstration program).
Original report of this bug was by jinmei@isl.rdc.toshiba.co.jp
(JINMEI Tatuya) on comp.bugs.4bsd.
1996-10-11 18:19:08 +00:00
thorpej
21526da6c8
Merge the netbsd-1-2 branch back into the mainline.
1996-10-11 18:13:03 +00:00
explorer
c2d9a57948
Add a missing quote ; closes pr misc/2832
1996-10-11 14:53:03 +00:00
christos
eb314d8358
printf -> kprintf, sprintf -> ksprintf
1996-10-11 01:50:21 +00:00
jtc
ace90ad26b
Since the user provide his own message catalog (via NLSPATH and LANG)
...
the __strerror() and __strsignal() functions can not assume that the
messages will not overflow a NL_TEXTSIZE-sized buffer.
Noted by Mike Long <mike.long@analog.com> in PR
1996-10-11 00:51:07 +00:00
christos
19d8368f2f
printf -> kprintf, sprintf -> ksprintf
1996-10-11 00:44:42 +00:00
christos
de08983084
add in_addr_t and in_port_t
1996-10-11 00:43:00 +00:00
christos
848c9d8f02
printf -> kprintf, sprintf -> ksprintf
1996-10-11 00:39:22 +00:00
christos
06555645c2
printf -> kprintf, sprintf -> ksprintf
1996-10-11 00:24:36 +00:00
christos
8f56de03e1
printf -> kprintf
1996-10-11 00:22:09 +00:00
christos
60dd5ceebe
printf -> kprintf, sprintf -> ksprintf
1996-10-11 00:06:28 +00:00
christos
c47b25b2e5
add -Wall -Wstrict-prototypes -Wmissing-prototypes.
...
We are compiling cleanly now!
1996-10-11 00:04:22 +00:00
christos
1f54d4ded6
add in_addr_t and in_port_t and use them.
1996-10-11 00:02:47 +00:00
christos
e6302ff46c
- add missing prototypes
...
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:56:50 +00:00
christos
946833855f
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:51:21 +00:00
christos
4335eeb4ed
- fix uninitialized sticks
...
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:51:19 +00:00
christos
a60beecedb
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:44:49 +00:00
christos
9beb92aad7
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:32:59 +00:00
christos
01d75c7c68
- printf -> kprintf, sprintf -> ksprintf
...
- make this compile cleanly.
1996-10-10 23:31:40 +00:00
christos
117a51c5a5
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:31:17 +00:00
christos
d5bc24be7a
- printf -> kprintf, sprintf -> ksprintf
...
- replace sequences of sprintf(p, ...); p += strlen(p) with p += sprintf(p,
1996-10-10 23:30:58 +00:00
christos
1005eb6f98
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:25:50 +00:00
christos
98d5537195
- make this compile again
...
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:22:58 +00:00
christos
6d7ad25bea
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:12:43 +00:00
christos
2768f040b3
- fix NSIP; it referenced non-existing functions.
1996-10-10 23:04:26 +00:00
christos
0e189933f5
printf -> kprintf, sprintf -> ksprintf
1996-10-10 23:02:20 +00:00
christos
10191279fb
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:59:41 +00:00
christos
2688e678b9
- add missing prototypes
...
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:58:29 +00:00
christos
60d201973e
printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:46:11 +00:00
christos
2b33d9d53a
- printf -> kprintf, sprintf -> ksprintf
...
- use a debugging printf macro instead of #ifdef #endif everywhere.
1996-10-10 22:45:37 +00:00
christos
153ead2dff
- Use debugging printf - macros instead if #ifdef #endif everywhere
...
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:43:21 +00:00
christos
aa4d49153b
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:40:49 +00:00
christos
c514106b9d
printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:39:39 +00:00
christos
5d85fa8122
printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:25:05 +00:00
christos
4c14cd79b2
- printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:18:34 +00:00
christos
48635ba80c
- printf -> kprintf, sprintf -> ksprintf
...
- ifdef unused variable
1996-10-10 22:14:18 +00:00
christos
43ffb37118
- printf -> kprintf, sprintf -> ksprintf
...
- fix a bug where tp was used before it was initialized
- remove unused variable
1996-10-10 22:12:15 +00:00
christos
a551ed0d3d
- printf -> kprintf, sprintf -> ksprintf
...
- Fix an | -> ||
1996-10-10 22:08:05 +00:00
christos
58953408cb
printf -> kprintf, sprintf -> ksprintf
1996-10-10 22:04:48 +00:00
gwr
1533d5c679
All usr/include/machine/* files belong in md.*
1996-10-10 21:49:47 +00:00
gwr
10dceb0171
Merge the netbsd-1-2 branch back into the mainline.
1996-10-10 21:30:18 +00:00