itojun
f35b1daee4
remove debugging code leftover
2002-08-08 14:38:47 +00:00
briggs
2054da9569
Add powerpc/atomic.h
2002-08-08 13:42:22 +00:00
soren
236006d5dc
Remove extraneous \n's in {err,warn}{,x} that used to be printfs.
2002-08-08 13:24:12 +00:00
soren
26bc587db9
Clean up printf->err conversions.
2002-08-08 13:19:18 +00:00
drochner
681c8f675a
regen
2002-08-08 09:57:21 +00:00
drochner
fa4f52ebfd
addanother ppb
2002-08-08 09:56:38 +00:00
enami
809178f723
Don't leave temporary file on abnormal exit (like, interrupted by user).
...
Minor cosmetic chagnes while I'm here.
2002-08-08 04:49:26 +00:00
oster
2a80a0fbe1
make 'configureMutex' be a lockmgr lock instead of a simple lock.
...
The result is MUCH fewer complaints with kernels compiled with LOCKDEBUG.
2002-08-08 02:55:36 +00:00
oster
7c2df6a96d
Initial kick at some functions to provide lockmgr lock support
...
instead of only simplelock support.
2002-08-08 02:54:29 +00:00
oster
813fbd6152
RF_LOCK_MUTEX()/RF_UNLOCK_MUTEX() often cover more code than they
...
needs to. In particular, they often surround calls to malloc().
Re-work the locking on most macros to avoid this problem.
XXX: On MP systems, simultaneous calls to the GET macros when a
freelist is empty may cause that freelist to grow more quickly than
before. Given that the "increment" value of these lists are fairly
small, this shouldn't be too much of an issue.
2002-08-08 02:53:01 +00:00
soren
01bfb60de4
Refer to rcmd(3) instead of the non-existing krcmd(3).
...
PR lib/12562 by Klaus Klein.
2002-08-08 01:41:17 +00:00
soren
bdb11c55b6
Don't omit third argument to open(2).
...
PR lib/15752 from Stephen Ma.
2002-08-08 01:30:09 +00:00
chs
0a97a311e2
it's PPC_HAVE_FPU, not PPC_HAS_FPU.
...
also, include the headers that turn on FPU and AltiVec features
in case no one else does.
2002-08-08 01:27:35 +00:00
thorpej
edcbecf70a
Update supported hardware list.
2002-08-08 00:29:31 +00:00
itojun
b77947eeb5
fix an exploitable fd_set overflow in mrinfo(8). drop root priv earlier.
...
do not use generated printf format string. from xs@kittenz.org
2002-08-08 00:21:36 +00:00
yamt
13ebe87a2f
add some comments.
2002-08-08 00:17:39 +00:00
itojun
f731d2b75a
wrong semicolon at EOL. notified by wiz
2002-08-08 00:15:32 +00:00
thorpej
2b615e62c4
Add support for the new i82540, i82545, and i82546 Gig-E chips. The
...
i82546 chip has 2 Gig-E interfaces in a single chip.
The main difference is these chips have a special handshaking protocol
for accessing the EEPROM (due to the shared nature on the i82546).
2002-08-08 00:12:08 +00:00
ad
ac3f848ebe
Replace FONT_LUCIDA with FONT_GALLANT.
2002-08-08 00:11:52 +00:00
fvdl
660edcbaff
Match 881011 PHY.
2002-08-08 00:04:57 +00:00
fvdl
86710d1b0a
Regen after addition of marvell 881011.
2002-08-08 00:04:28 +00:00
fvdl
b068d9297a
Add ID for Marvell 881011 phy found on newer i8254x-based gig-e cards.
2002-08-08 00:03:42 +00:00
soren
dbfd055e10
Expose the IPC_[RWM] symbols to userspace.
...
Fixes PR misc/14515 by Hendrik Scholz.
2002-08-07 23:39:24 +00:00
augustss
ac60be1a15
Regen.
2002-08-07 23:26:34 +00:00
augustss
e815298273
Correct product name for the Genesys hub.
2002-08-07 23:26:18 +00:00
soren
f2ad80d37a
Mentions options -l and -y as in passwd.1.
...
PR misc/14574 from Hiramatsu Yoshifumi.
2002-08-07 23:20:29 +00:00
briggs
587b64d0c1
Catch up to new pmc header files.
2002-08-07 21:20:49 +00:00
thorpej
f91adb85ce
* XSCALE_PMC_TYPE_I80200 -> PMC_TYPE_I80200
...
* XSCALE_PMC_TYPE_CCNT -> PMC_TYPE_I80200_CCNT
* XSCALE_PMC_TYPE_PMCx -> PMC_TYPE_I80200_PMCx
Per discussion with Allen Briggs.
2002-08-07 21:11:35 +00:00
oster
9c2db4ef79
Let's not bother poking CD's to see if they might have RAID sets
...
on them.
2002-08-07 20:45:39 +00:00
augustss
8abb6b6ba2
Fix some braindead calls to free memory (only encountered under low memory
...
conditions). From OpenBSD.
2002-08-07 20:03:19 +00:00
mbw
3888c69eb0
Add mention of experimental MP support in -current
2002-08-07 19:36:31 +00:00
matt
e66a17771e
Disable PTE_EXEC optimization until I figure out why it fails on 750 but
...
not 74xx.
2002-08-07 19:04:05 +00:00
thorpej
fdcc8560e4
Speed up bcopy_page() on the XScale slightly by using the "pld"
...
insn (prefetch) to look-ahead to the next chunk while we copy the
current chunk.
This could probably use a bit more tuning.
2002-08-07 16:21:29 +00:00
augustss
d027824a17
Regen.
2002-08-07 15:39:43 +00:00
augustss
f19e258062
Add a Genesys hub.
2002-08-07 15:39:23 +00:00
briggs
e046e751c9
Bump to 1.6F for PMCs (thanks for the reminder, Jason)
2002-08-07 15:29:57 +00:00
tron
43d843204b
Add manual pages for pmc_control(2) and pmc_get_info(2).
2002-08-07 14:47:09 +00:00
bjh21
a0549f1aba
Remove comment claiming that csc(4) doesn't work.
2002-08-07 14:42:42 +00:00
tron
67e63b789c
Add manual page for nsclpcsio(4).
2002-08-07 14:42:22 +00:00
tron
87fa861990
Fix incorrect package name for unformatted pmc(9) manual pages.
2002-08-07 14:39:51 +00:00
wiz
aea5088350
Set the default password (if not specified) to a single star instead
...
of PasswordLength stars.
2002-08-07 14:24:52 +00:00
blymn
d0dbcd8f3c
Fix null dereference in set_field_type.
2002-08-07 13:57:03 +00:00
wiz
e13303c61a
Uncomment hardclock(9) reference now that we have one.
2002-08-07 13:43:33 +00:00
bjh21
d057306739
Enable csc(4), since it seems to be working now.
2002-08-07 13:40:26 +00:00
tron
f03ec337d7
Add pmc(9) manual pages.
2002-08-07 11:18:37 +00:00
briggs
487de1e6b9
Only include sys/pmc.h if PERFCTRS is defined.
2002-08-07 11:13:40 +00:00
blymn
d87fd85949
Prevent field scrolling when REQ_RIGHT_CHAR hits the RHS of the field.
2002-08-07 11:05:10 +00:00
tron
be34577012
Add "/usr/include/sys/pmc.h".
2002-08-07 11:04:13 +00:00
blymn
d8747fc408
Incorrect form commands were used for the left and right char handlers.
2002-08-07 11:03:45 +00:00
tron
81fd73e616
Fix incorret (and obiously untested) symlink targets.
2002-08-07 11:01:20 +00:00