perry
f13ae3a980
fix the fix, from Brian Ginsbach
2003-03-28 17:40:39 +00:00
pooka
0e9bf3053c
avoid using multiple different ways of saying the same thing
2003-03-28 17:00:49 +00:00
drochner
faf7f09d5f
Do the address calculations inside the data delivered by SIOCGIFCONF
...
correctly (this isn't a plain array!), and sort the checks a bit
to avoid duplicates in the interface list.
Now broadcast capable interfaces are identified and "mount_smbfs"
can be used without the "-I <addr>" argument.
2003-03-28 16:56:37 +00:00
yamt
9fe1125599
reply FSINFO rtmax and wtmax for DGRAM properly.
2003-03-28 15:24:58 +00:00
yamt
b44d2a5667
i forgot to check this in with the previous (reply ENAMETOOLONG properly).
2003-03-28 15:13:35 +00:00
perry
687a657d3e
Add a -R flag to lpr, which prints the print job number
...
Make lp use the -R flag to lpr unless the lp -s flag is used.
This fixes standards/17917, patches and PR from
Brian Ginsbach <ginsbach@cray.com>
2003-03-28 14:37:43 +00:00
he
cb89d3a368
Initialize the two new members of consdev (cn_halt, cn_flush) to NULL so
...
that this compiles again.
2003-03-28 14:10:56 +00:00
christos
eb430229c6
do the exit on lint warnings only on i386 like libc, to avoid the wrath of
...
the sloppy archs.
2003-03-28 14:02:45 +00:00
christos
d5cff0612e
exit on lint warnings.
2003-03-28 14:01:46 +00:00
christos
9d952b3742
remove scanning of deadproc, since zombproc should contain all the processes
...
in deadproc according to the comment in kern_proc.c. deadproc is not a
struct proclist anymore, so it would require more work to scan anyway, and
this is unnecessary.
2003-03-28 14:01:32 +00:00
perry
935d1a04e3
Fix PR/20903 for real.
...
Identical patches supplied by:
Masuda Hideo <h-masuda@ootani.nagata.kobe.jp>
Christopher SEKIYA <wileyc@rezrov.net>
2003-03-28 13:58:40 +00:00
kanaoka
60c4b6ce22
acpica-unix-20030321.tar.gz is out.
2003-03-28 13:08:05 +00:00
jdolecek
cd7975662e
memsetw(): fix mistake where the 'word' value would get written byteswapped
...
on i386, resulting in ' ' being encoded incorrectly in session
setup query - just use memcpy() as rest of code, it DTRT for both LE and
BE machines in this case, since the function is called with 'word'
in little-endian format
Many thanks to Martin Husemann for testing on i386 and sparc64 against
both w2k and Samba.
2003-03-28 13:08:00 +00:00
yamt
2d45e41adb
reply ENAMETOOLONG properly instead of discarding request as BADRPC.
...
my own PR20791.
2003-03-28 13:05:47 +00:00
yamt
8a890efe2b
if rsize was explicitly specified by mount_nfs,
...
prefer it to rtpref from nfsd. the same for wsize and wtpref.
ok'ed by fvdl.
2003-03-28 12:33:17 +00:00
jdolecek
1a1dbfb0b3
enable SMB support
2003-03-28 11:06:32 +00:00
chris
4e1e341b61
Neither Reading or Scarborough is as important as Slough, Maidenhead or
...
High Wycombe, so I'll add them.
2003-03-28 10:47:09 +00:00
he
85b87f244e
Initialize the new members of consdev (cn_halt, cn_flush) to NULL so
...
that this compiles again.
2003-03-28 10:45:40 +00:00
scw
ea960960c0
We need to preserve SSR/SPC when switching ASIDs as we could be called
...
while handling a TLB miss (via the pmap_pte_spill() function), in which
case SSR/SPC are live.
2003-03-28 09:48:07 +00:00
skrll
9c0c1ccb0a
Scarborough is at least (if not more) important than Bracknell.
2003-03-28 09:07:02 +00:00
perseant
42b9009195
Make vmsg non-static, so it can be used directly by fsck_lfs.
2003-03-28 08:12:38 +00:00
perseant
ba10361ab2
Add working writing ability to fsck_lfs, including roll-forward, based on
...
a partial-segment writer ported from the kernel.
2003-03-28 08:09:52 +00:00
perseant
3f7016035a
Add a sleeper count, to prevent the cleaner from panicing the kernel
...
when the filesystem is unmounted, relocking the Ifile when its lock is
draining. (We can't use vfs_busy() since the process is sleeping for a
good long time.) Clean up / organize lfs.h, while I'm here.
In lfs_update_single, assert that disk addresses are either negative, or
are still positive when converted to int32_t, to prevent recurrence of a
negative/positive block problem.
2003-03-28 08:03:38 +00:00
msaitoh
bc44d1eef4
catch SIGPIPE, too.
2003-03-28 07:38:15 +00:00
he
fd386b5a4d
Initialize new members (cn_halt and cn_flush) in consdev to NULL to
...
allow this to compile again.
2003-03-28 07:10:35 +00:00
thorpej
5c6e2f1f83
Add bsdcomp and deflate LKMs.
2003-03-28 01:45:06 +00:00
enami
e10dea0543
Current Vers and Archive Site updates from Kimio Ishii.
2003-03-28 01:33:02 +00:00
yamt
41fe6e41d9
read-only configuration support for vnd.
2003-03-27 23:33:56 +00:00
agc
a48817f817
Some UK-centric corrections:
...
Correct the code for Leicester.
Add codes for other important places (Reading, Bracknell).
Order UK area codes numerically.
2003-03-27 22:44:02 +00:00
jdolecek
bcc4e12368
s/USER-ID/USERID/ in response when -L is used
...
fixes PR bin/20911 by der Mouse
2003-03-27 22:32:59 +00:00
lukem
461d049620
dump,dump_lfs lose setgid bit
2003-03-27 22:25:11 +00:00
scw
7fdeb41460
Fix for previous: frob SR, not SSR.
2003-03-27 20:21:27 +00:00
perry
964bf1e7f5
ifdef out something dependent on PCI_VENDOR_COREGA for now.
2003-03-27 20:09:07 +00:00
jdolecek
7337bd06a3
nfs_kqfilter(): add the knote to v_klist only if guaranteed to return success
2003-03-27 19:58:26 +00:00
mycroft
15e5d9ec58
Add a couple of byte-wide variants that weren't implemented -- I guess because
...
nobody else has a byte-accessible bus.
2003-03-27 19:46:14 +00:00
mycroft
49f94a02b4
Remove references to variables that aren't used here.
2003-03-27 19:42:30 +00:00
drochner
b6a21881e2
allow loading the bootloader via MOP
2003-03-27 19:40:42 +00:00
drochner
ba0f309a91
Before checking the (Intel specific) SCR_T4 register, make
...
sure the chip implements 100T4 (in BMSR).
The 82562 (which doesn't implement 100T4) has the SCR_T4 bit
(always?) set, which led to wrong media status reports.
approved by thorpej
2003-03-27 19:36:49 +00:00
jdolecek
5fe02453b5
put back nmaxproc check mistakely changed in rev.1.132
...
checking against nprocs is wrong in any case btw - we do allow
maxproc higher than number of current processes, it would just mean
no new process could be started until number of processes would
be lower than the new limit
2003-03-27 18:34:18 +00:00
christos
e950c1ac8f
PR/20844: Iain Hibbert: PPP Compressors cannot be loaded as LKM
2003-03-27 17:50:06 +00:00
jdolecek
479a3334a4
sys_setreuid(): parenthesize the ruid check in ?: condition, so that
...
it would be more difficult to mistake == for = when reading it
2003-03-27 17:47:45 +00:00
wiz
7322f2fe28
file-4.01 and gawk-3.1.2 are out.
2003-03-27 17:45:59 +00:00
scw
00c69643a2
Make sure the FPU is enabled if we're about to drop to ddb due to
...
some catastrophic problem.
2003-03-27 17:29:17 +00:00
christos
9453ca1e91
add x86 to the cleanfiles for i386 and x86_64 (Hi Frank!)
2003-03-27 17:05:14 +00:00
mycroft
6b44caa63e
Doh, fix a pasto -- the ldr/str mask had a bad bit set.
2003-03-27 16:58:36 +00:00
mycroft
a589baf905
Fix multiple problems with ldrh/strh/ldrsb/ldrsh disassembly:
...
* The offset format was wrong.
* There is no post-increment or index register update.
* It wasn't even matching because the mask was wrong.
Also touch up ldr/str disassembly slightly.
2003-03-27 16:42:40 +00:00
perry
266f8437dd
Fix the broken -q option to lpr, apparently broken long ago after lpr
...
was converted to getopt.
Also, document the -q option.
Fix supplied by Brian Ginsbach in PR #20890
2003-03-27 16:25:28 +00:00
perry
1fbcf39738
do proper rounded packet loss calculations.
...
From Robert Elz in PR #20885
XXX This should be sent back to KAME
2003-03-27 16:15:44 +00:00
yamt
4962bbeda1
bump date.
2003-03-27 16:00:50 +00:00
he
9f8115667b
Adapt to changed signature for ioctl routine (caddr_t -> void*).
2003-03-27 15:54:02 +00:00