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
yamt
0aaf666dea
add a new option, -r; read-only configuration.
2003-03-27 15:36:02 +00:00
yamt
77312f97f8
read-only configuration support.
2003-03-27 15:34:36 +00:00
perry
3086473c25
Tell driver to accept the Corega CGWLPCIA11.
...
Submitted by h-masuda@ootani.nagata.kobe.jp in PR #20903
2003-03-27 14:43:30 +00:00
taca
a89b208abd
Since "host" is used when RRESTORE is defined, enclose variable definition
...
with "#ifdef RRESTORE" and "#endif".
2003-03-27 14:11:51 +00:00
lukem
fb1a99ccf5
Remove "setgid tty" and references to utmp code from usr.bin/who.
2003-03-27 13:58:49 +00:00
lukem
ec029d0aa9
Use "wall -g operator" (instead of private code) to broadcast() messages to
...
members of the operator group.
Don't install "setgid tty", and remove now unnecessary gid/egid swapping.
Remove utmp trawling code pulled in from usr.bin/who.
The Code is now simpler, and more portable (without the utmp cruft) too.
This is derived from similar work in OpenBSD.
2003-03-27 13:56:46 +00:00
lukem
d6bc54bab3
wall [-g group]
2003-03-27 13:26:52 +00:00
lukem
aff92a7756
fix minor buglet in previous
2003-03-27 13:21:48 +00:00
lukem
b6a63b16dd
* Add support for "-g group", to send messages to users in this group.
...
This option may be specified multiple times, and any user in any of the
specified groups will receive the message.
(From OpenBSD, with tweaks from FreeBSD fed back into OpenBSD).
* Ensure that paths are MAXPATHLEN. (From OpenBSD)
* Display timezone when printing time. (From FreeBSD PR 17867 via wall.c 1.14)
2003-03-27 13:16:19 +00:00
drochner
63b78a6861
Add a dhcpd.conf example.
2003-03-27 12:30:07 +00:00
drochner
8b0843a5b2
There is no point in initializing "rootpath" to "/".
...
Move it into BSS.
2003-03-27 12:28:58 +00:00