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
ichiro
cb6506defc
regen
2003-03-27 12:20:07 +00:00
ichiro
26d61dcb91
add product TOSHIBA PA2673U CBIDE2 (IODATA OEM)
2003-03-27 12:19:44 +00:00
lukem
9b087b0ba0
Clear O_NONBLOCK correctly (previous code probably only worked because
...
O_NONBLOCK and F_SETFL are the same value).
Obtained from FreeBSD PR 8681 via FreeBSD's usr.bin/wall/ttymsg.c 1.5.
2003-03-27 12:04:57 +00:00
jdolecek
d6eaa60e05
parenthesize NB_ENCNAMELEN value
2003-03-27 11:22:29 +00:00
zuntum
cc2fc9b3bd
Add
...
"./usr/share/misc/na.postal base-reference-share"
to please checkflist. (hi Ty!)
2003-03-27 09:56:12 +00:00
dyoung
bfdccc21aa
802.11 MLME-JOIN.request is an abstract MAC function that is not
...
necessarily exposed to the host, so Lucent/Agere/whatever is correct
in not supporting it.
2003-03-27 07:22:47 +00:00
matt
8909c240f2
Add GT_PCI{0,1}_{IO,MEM}{SIZE,START} options
2003-03-27 07:21:30 +00:00
matt
caff52554f
Only print IRQ is it's not the default value.
2003-03-27 07:20:48 +00:00
matt
2cf5fc0ece
Add options to allow overriding of PCI0 & PCI1 MEM and I/O start and sizes.
2003-03-27 07:19:11 +00:00
lukem
f6668849f5
regenerate for AM_MAINTAINER_MODE, using "autoreconf -f" ...
2003-03-27 06:24:55 +00:00
lukem
0a0d66e6cd
add AM_MAINTAINER_MODE
2003-03-27 06:16:02 +00:00
lukem
9b9c82ab77
regenerate for AM_MAINTAINER_MODE, this time with "autoreconf -f" ...
2003-03-27 06:13:42 +00:00
dyoung
016e6c270f
HostAP broke in version 1.4.2 of station firmware. Try 1.3.x, 1.4.9,
...
or later.
2003-03-27 05:00:21 +00:00
dyoung
913d1b877a
Cosmetic: move sc_reset closer to its siblings sc_disable and sc_enable.
2003-03-27 04:53:52 +00:00
dyoung
404d2ac6e8
Introduced sc_reset to wi_softc. The bus-specific front-end gets
...
to fill this.
2003-03-27 04:34:16 +00:00