matt
f93b326c17
Deal with symbol forced to be local (by use of .hidden or by linker version
...
files).
2007-04-19 19:50:59 +00:00
xtraeme
49eb062014
Cosmetics: remove useless comments, unneded headers, wrap a long line.
2007-04-19 14:51:47 +00:00
pooka
5d86889ea0
add puffs_cc_getspecific(pcc), which is shorthand for:
...
puffs_getspecific(puffs_cc_getusermount(pcc))
2007-04-19 14:45:03 +00:00
xtraeme
3531a933c1
+ aiboost, ug.
...
- viapm.
2007-04-19 14:37:17 +00:00
xtraeme
855e06cf6a
ALL: add ug(4).
...
GENERIC/GENERIC_LAPTOP: add ug(4) commented out.
2007-04-19 14:34:35 +00:00
xtraeme
6aad6735ab
* tctrl(4) -> sparc/tctrl(4)
...
* Mention sparc64/envctrl(4) (hi tnn)
2007-04-19 14:26:58 +00:00
yamt
337d052ee1
hold proclist_mutex when calling psignal().
2007-04-19 11:05:14 +00:00
yamt
3829d825af
malloc: fix a deadlock.
2007-04-19 11:03:44 +00:00
ad
b41e47cfb5
yamt-idlelwp: update status.
2007-04-19 04:22:08 +00:00
thorpej
ff5f40abab
Update the thorpej-atomic entry.
2007-04-19 01:06:40 +00:00
matt
ec31ca5aa4
Mark some internal libm symbols as hidden
2007-04-19 00:37:20 +00:00
dyoung
d8fb0f4dac
Add optimization hint for compiler. In a debug printf,
...
s/freeing/flushing/.
2007-04-18 23:22:26 +00:00
matt
517c8a8b40
Make movmemhi insn pattern use "o" constraint to avoid codegen bugs.
...
Fix some non-use of MEM_P, REG_P, CONST_INT_P.
2007-04-18 22:55:24 +00:00
pooka
7cfb5f2d40
fix readdir prototype
2007-04-18 20:37:05 +00:00
agc
af7508ae15
Take advantage of the new functionality in virtdir_add() to create
...
intermediate directories automatically.
2007-04-18 20:33:59 +00:00
agc
9448d95472
When adding virtual directory entries, check the path to see that
...
intermediate directories have already been created. If not, then
create the intermediate directories. This means that callers don't
need to create the intermediate directories themselves.
When reading a virtual directory, don't return a zero-length
virtual directory entry.
2007-04-18 20:32:16 +00:00
christos
a173e99af6
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
...
exit values.
2007-04-18 15:56:06 +00:00
pooka
8ecf355f37
psbuf_recycle now exists, so use it instead of destroy&make in one
...
spot I probably missed originally. No real functional change.
2007-04-18 15:53:20 +00:00
pooka
4c854dd8b4
Use ntohl instead of htonl when converting data from the network.
...
Result isn't that much different, though ....
2007-04-18 15:35:02 +00:00
tnn
88ed5f6036
We can't support them in a clean way, but still note the bus addresses
...
of the disk failure LEDs.
2007-04-18 14:49:44 +00:00
skrll
8ac9999f27
Whitespace.
2007-04-18 13:41:37 +00:00
skrll
974981b1d9
Bump the initial stack size limit to bring in line with other ports.
...
newfs_lfs doesn't core by default now.
2007-04-18 13:39:37 +00:00
yamt
483db2967f
update.
2007-04-18 12:19:45 +00:00
yamt
2c410c0431
sys_accept: fix usecount botch and double soclose in rev.1.108.
2007-04-18 10:20:02 +00:00
thorpej
50742758a1
Update status of thorpej-atomic.
2007-04-18 05:58:54 +00:00
matt
ae3ada32fe
Make the internal __libm_dsqrt_r6 have a fake entry mask of 0 to make
...
ld.elf_so.
2007-04-18 04:46:13 +00:00
dyoung
8b1b24ba1a
Add definitions for the AMD Elan 520 Host Bridge Master Interrupt
...
Control register.
2007-04-18 04:02:27 +00:00
lukem
bab591a531
fix rev 1.144: initconn() may be called with verbose==-1 (e.g., during remote
...
completion), so only print out the successful EPSV response if verbose>0.
2007-04-18 01:50:45 +00:00
lukem
036f5d17ed
Clean up use of confirm() and mbort() so that the current operation
...
is always passed in (instead of depending upon the 'mname' global).
For confirm(), if the second argument is NULL print the "Continue with <cmd>"
prompt. This fixes up the the display of interrupted prompts.
2007-04-18 01:39:04 +00:00
perseant
0549fd6148
Add/change a couple of comments about locking restrictions.
2007-04-18 00:50:06 +00:00
perseant
0d8a7af5d6
Remember to write dirops when the vnode we are trying to flush is a dirop.
2007-04-18 00:49:33 +00:00
agc
41c7d6fedc
Don't allow duplicate directory entries to be created.
...
Correct a comment.
2007-04-17 22:51:53 +00:00
mhitch
a7afe56d70
Fix polyd trapping when running pic and grn during groff tool builds on
...
vax. From OpenBSD:
Addressing mode work by Jim Uhl:
- fix PC relative byte displacement in getaddr_byte
- add support for word displacement to getaddr_byte
This allows certain libm inverse trig functions to work on systems
that lack a native polyd instruction.
2007-04-17 22:47:50 +00:00
dyoung
57b1c008e8
Plug an mbuf leak. Found by inspection.
...
Do not clear IFF_OACTIVE and reset the transmit watchdog timer
unless we have actually freed some transmit resources. This prevents
my wireless routers from needlessly entering ath_start() without
any transmit resources. If the MAC's transmitter has frozen, also,
then the driver will take the "out of xmit buffers" path in
ath_start(), which sets OACTIVE without activating the transmit
watchdog. That freezes the transmit path until the driver is reset.
XXX The "out of xmit buffers" path in ath_start() needs more
XXX attention.
2007-04-17 22:01:43 +00:00
dyoung
32cd652c48
Cosmetic: fix whitespace, join two lines, remove extraneous #includes.
...
#Define a bitmask using __BITS() instead of a hex constant, for
easy comparison with paper documentation.
2007-04-17 21:50:31 +00:00
dyoung
e3c53bf4c1
Add prototype for ath_pci_detach(). Alphabetize prototypes.
...
Extract the code for disabling PCI retries, creating ath_disable_retry(),
and call it both during device initialization and on ->PWR_RESUME
transitions. Comment out the code in ath_disable_retry() for now,
because it is not clear what problem it solves, if any.
Set a reasonable PCI Latency Timer. Apparently, it is too much to
ask any BIOS to do. The PCI framework ought to set latency timers,
instead of individual drivers setting latency timers.
2007-04-17 21:48:07 +00:00
pooka
05ae90ed10
note support for NFS exporting puffs file servers
2007-04-17 21:24:56 +00:00
mrg
4150cdaa18
add JFW
2007-04-17 21:21:50 +00:00
mrg
30804d7205
add the more common definition of FOAD
2007-04-17 21:20:48 +00:00
heinz
9e9284adba
Fixed spelling error.
2007-04-17 21:11:47 +00:00
christos
80cd289830
provide _POSIX2_LINE_MAX if not there.
2007-04-17 20:30:29 +00:00
perseant
72507061e4
Fix another locking protocol error in lfs_fsync().
2007-04-17 20:30:28 +00:00
skrll
f072236507
hppa is done on yamt-idlelwp to the point that I'm happy it works.
2007-04-17 20:07:04 +00:00
pooka
052ed1b786
wrap calls to pgsignal() in proclist_mutex
2007-04-17 19:52:56 +00:00
tron
a1ecd00f0a
Comment out fwohci(4) because it doesn't support ACPI suspend/resume.
...
Pointed out by Jared D. McNeill on "port-i386" mailing list.
2007-04-17 14:17:28 +00:00
skrll
a3ff9cc3ff
Remove bogus if_drain. If an attempt to reclaim mbufs was made the
...
interface was marked down.
Should fix PR 31540.
2007-04-17 14:12:06 +00:00
tron
c7e599195d
Add and enable IEEE1394 support.
2007-04-17 14:06:52 +00:00
pooka
d17f97ea42
* describe fhtonode, nodetofh and suspend
...
* update description of readdir to match reality
2007-04-17 13:11:05 +00:00
sekiya
e2a64ba528
Nuke homegrown PCI configuration routines. #ifdef'd out by tsutsui@ a long
...
time ago; this is just garbage collection.
2007-04-17 12:41:57 +00:00
sekiya
1eb315b681
g/c unused file.
2007-04-17 12:29:06 +00:00