rwatson
db445b8143
'error' is now unused, since its only purpose was to catch the
...
results of suser_td().
2001-11-15 19:42:08 +00:00
asmodai
b25cdd7096
Document the atkbd flags of 0x03 and be explicit to mention this might
...
fit some dockingstation keyboard probing.
PR: 23681
Submitted by: yokota [PR issued by:
Claude Lefrancois <lmcclef@lmc.ericsson.se>]
2001-11-15 19:42:07 +00:00
rwatson
bbfaae808a
Temporarily disable unloading, as it appears to be broken (read: causes
...
panics)
2001-11-15 19:41:14 +00:00
bmah
b35e7d7a2c
New release notes: Jitter in load average computation, newsyslog(8)
...
support for bzip2(1).
MFCs noted: gx(4), edquota(8) -f.
2001-11-15 19:32:57 +00:00
rwatson
91a95fc832
o Rely on /dev/snp* permissions, rather than using suser() in snpopen()
...
to prevent inappropriate use of the snoop device. This means that,
with appropriate chmod'ing, arbitrary users may make use of the snoop
device.
2001-11-15 19:28:49 +00:00
jhb
a34999ebf2
Remove definition of witness and comment stating that this file implements
...
witness. Witness moved off to subr_witness.c a while ago.
2001-11-15 19:08:55 +00:00
matusita
29e372a137
Add card_if.h to SRCS.
...
src/sys/dev/an/if_an_pccard.c rev 1.10 change requires to include
"card_if.h" but Makefile doesn't know about this file. Without this,
kernel build will fail at this driver.
2001-11-15 18:59:04 +00:00
asmodai
fa6dc65332
Remove clkrun_hack for ThinkPad 570.
...
PR: 28031
Submitted by: Tan Koan-Sin <freedom@csie.nctu.edu.tw>
MFC after: 2 weeks
2001-11-15 18:51:08 +00:00
jhb
e189eb8c72
- Don't enable interrupts in trap() if we trapped while holding a spin
...
lock as this usually makes the problem worse.
- If we get a page fault while holding a spin lock, treat it as a fatal
trap and don't even bother calling into the VM since calling into the
VM will panic when trying to lock Giant before we can get a useful
message anyways.
2001-11-15 17:29:36 +00:00
asmodai
369c63dd8d
Back out previous commit.
...
This works for wi(4), but apparantly other wireless drivers seem to do
the right thing.
Submitter and yours truly both got Mislead(tm).
Submitted by: udp <udp@sneakerz.org>
2001-11-15 16:55:39 +00:00
jhb
1489a326fa
Axe NFS_NOSERVER since it doesn't do anything anymore. Remove NFSSERVER
...
from your config file instead.
2001-11-15 16:03:24 +00:00
jhb
6ee6076cd3
NFS_NOSERVER doesn't do anything anymore and is about to get axed so don't
...
use it. Instead, remove NFSSERVER. This was already done on i386, but
the alpha still needed the fix.
2001-11-15 15:58:01 +00:00
dd
bbce60529d
Deuglify the usage message by putting the program name after the
...
"usage:" string. This is how most (all?) other programs in the system
do it.
PR: 31596
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-11-15 15:46:45 +00:00
asmodai
c5e0ef5398
Report ad hoc mode correctly.
...
Submitted by: udp <udp@sneakerz.org>
2001-11-15 15:31:51 +00:00
sobomax
00bf4cdf85
Improve recently committed fix for -t bug.
...
Submitted by: "Andrew L. Neporada" <andr@dgap.mipt.ru>
MFC after: 3 days
2001-11-15 15:13:24 +00:00
iwasaki
a52673f0bc
Fix re-enabling ACPI on wakeup from hibernation. The problem was that
...
acpi_Disable() cleared all GPE events.
Some old ACPI implementaions still need current re-enabling code.
2001-11-15 15:12:08 +00:00
cy
f2e1c31bea
My final rite of FreeBSD is now complete.
...
Reviewed by: nectar
Approved by: nectar
2001-11-15 14:28:03 +00:00
iwasaki
fb3ee113a4
Two minor changes.
...
- Change _ACx sysctl oid from ten of _AC[0-9] to one _ACx.
- Better error printing on _TMP evaluation.
Reviewed by: msmith
2001-11-15 12:00:48 +00:00
iwasaki
62ec3c0b4b
Remove "S4B" from sleep_state_names and add "NONE" instead.
...
Now you can say;
# sysctl hw.acpi.lid_switch_state=NONE
instead of specifying unsupported _Sx object in the system.
Actually, S4B is going to disappear in ACPICA and we already have
hw.acpi.s4bios to distinguish BIOS hibernation or OS hibernation.
2001-11-15 11:59:25 +00:00
imp
246c6c7de1
MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devices
2001-11-15 08:15:44 +00:00
imp
1f90e6ccf5
More devices. Obtained from NetBSD.
2001-11-15 07:57:38 +00:00
imp
6fdb4db61f
Migrate to PCMCIA_CARD() macros
2001-11-15 07:52:49 +00:00
imp
3e552735d1
Sync to 1.18 of pccarddevs
2001-11-15 07:50:38 +00:00
imp
e1f7a9c3c0
Add vendor for NDC.
2001-11-15 07:50:09 +00:00
nyan
f8089d0911
Use the vn driver on a stable system.
2001-11-15 07:27:25 +00:00
matusita
9713287dca
Typo fix (my test version doesn't have this...)
2001-11-15 07:09:00 +00:00
matusita
e4cf28f044
Run "make cleandir" if NO_MODULES are set, or there is no sys/modules
...
directory. Previous commit breaks buildkernel if NO_MODULES was set.
Sorry...
Noticed by: mike
2001-11-15 07:04:23 +00:00
imp
34917066d6
Minor style problem I introduced recently
2001-11-15 06:44:43 +00:00
imp
686e52b5ce
Hoist the Card/Card2 macros that I invented for the wi driver into
...
pccard layer and rename them PCMCIA_CARD and PCMCIA_CARD2 respectively
(note, this is being done with an eye towards NetBSD integreation so
it is easier to keep lists of cards between us and them in sync).
Use this in the an and wi drivers.
2001-11-15 06:37:13 +00:00
imp
9777457eaf
Add PC4500 and 350 for newer cards in this line.
...
Obtained from: NetBSD's an driver (and FreeBSD's /etc/defaults/pccard.conf)
2001-11-15 06:26:24 +00:00
imp
a6aeea7d87
newcard support for an, from pr 24854
2001-11-15 06:18:58 +00:00
imp
1d69803db3
Add NEWCARD support for aironet stuff.
...
PR: 24854
Submitted by: "Sam Habash" <the+xp@llama.com>
(with the mtx fix by Jonathan Chen)
2001-11-15 06:18:06 +00:00
imp
5a1c489cca
Fix comments about 'current' state of hardware/software
2001-11-15 06:17:05 +00:00
imp
94c28882db
GVC 10Mbps Ethernet Card
...
PR: 30329
Submitted by: David Xu <davidx@viasoft.com.cn>
2001-11-15 05:54:25 +00:00
imp
6e0b9119a9
Add Compaq WL110 PC Card to the list.
...
PR: 31023
Submitted by: wilko
2001-11-15 05:49:18 +00:00
grog
4827d8d48e
Remove accidentally included NZ holidays.
...
Get floating holidays right.
Add the richness of NT holidays.
Submitted by: Conrad Parker <conrad@vergenet.net>
2001-11-15 03:53:57 +00:00
grog
ed0f61b4cf
Add public holidays in Australia and New Zealand.
...
Submitted by: Conrad Parker <conrad@vergenet.net>
2001-11-15 02:35:14 +00:00
pat
34b97e73d9
Follow tradition and add myself
...
Approved by: lioux
2001-11-15 02:27:48 +00:00
mike
77077eee7a
o Implement imaxabs(), imaxdiv(), llabs(), lldiv().
...
o Update abs(3), div(3), labs(3), ldiv(3) to reflect standards
conformance and add additional references.
Reviewed by: bde, wollman
2001-11-15 02:05:03 +00:00
sobomax
98952b6123
Add support for entering the Ukrainian letter GHE with upturn and for Russian
...
YO (`e' with two dots).
PR: 28573
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
MFC after: 2 weeks
2001-11-14 21:28:10 +00:00
sobomax
1aabd43aaa
Style: don't mix decimal and hex values in the same file (convert all to
...
decimal).
MFC after: 2 weeks
2001-11-14 21:14:39 +00:00
phantom
1685c3726a
fix ukrainian translation of 'Norwegian' word
...
PR: misc/28605
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2001-11-14 18:52:43 +00:00
jhb
866e8e774b
Remove ifnet.if_mpsafe for now. If this is needed, it won't be needed
...
until much later when the network stack locking is farther along.
Approved by: jlemon
2001-11-14 18:36:37 +00:00
rwatson
08704afd44
o Modify nfslockdans() to accept a thread reference instead of a proc
...
reference: with td->td_ucred, it will be desirable to authorize
based on td->td_ucred, rather than p->p_ucred.
o Since the same variable 'p' was later used with pfind() on the target
process for the wakeup, introduce a new local variable 'targetp'
to use instead.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2001-11-14 18:20:45 +00:00
jhb
39806e442b
The new libedit from a while back depends on ncurses, so put -ledit before
...
-lncurses so the fixit crunch binary links.
Tested on: alpha
2001-11-14 17:48:55 +00:00
obrien
baad1b4d27
Fix the type of the NULL arg to execl().
2001-11-14 17:00:58 +00:00
matusita
1b1306776b
"make cleandir" before building a kernel and modules.
...
This will hopefully fix the recent 'I cannot compile linux module with
buildworld' problem. MFC will come shortly.
Submitted by: imura@ryu16.org
2001-11-14 16:48:47 +00:00
murray
54ff7ae91a
Cross-reference the fdopen and fileno manpages.
...
PR: docs/31866
Submitted by: W. Campbell <wcampbel@botbay.net>
2001-11-14 16:24:51 +00:00
iedowse
61d89377de
Oops, when trying the dirhash sequential-access optimisation,
...
compare the slot offset against the predicted offset, not a boolean
flag. This typo effectively disabled the sequential optimisation,
but was otherwise harmless.
Not surprisingly, fixing this improves performance in the sequential
access case. I am seeing a 7% speedup on one machine here; using
dirhash when sequentially looking up directory entries is now about
5% faster instead of 2% slower than the non-dirhash case.
Submitted by: KOIE Hidetaka <koie@suri.co.jp>
MFC after: 1 week
2001-11-14 15:08:07 +00:00
cjc
05f295d22b
After further discussion on -CURRENT, some people (jhb) do not like
...
the idea of not masking passwords on comments in case the
administrator comments out an entry without clearing the
password. Instead completely ignore comments (since they have no
security impact) when doing the diff of the old and new passwd file.
Suggested by: rwatson
2001-11-14 09:30:01 +00:00