skrll
35de2b7d10
Fix interrupt out transfers.
...
Reviewed by Lennart.
2005-05-28 07:44:37 +00:00
macallan
588c5238ba
fixed a bug in ffbfb_mmap to make XFree's sunffb driver work, added another
...
special case region for afbinit
2005-05-27 22:50:43 +00:00
seanb
7ce7d7cb4c
- Discrepency between malloc / free types with init vector (see free
...
in netipsec/key.c).
- Reviewed by christos.
2005-05-27 22:30:03 +00:00
seanb
40b52d3132
- Arithmetic error when calculating ticks to nd6_llinfo_settimer().
...
- Reviewed by christos.
2005-05-27 22:26:25 +00:00
bouyer
45d876eaeb
Reset the microtime state in inittodr(), so that the next clock tick will
...
initialise the microtime state again. it was initialised at the first
clock tick before time of day was set. Should fix port-xen/29846.
Also, try harder to call microset() once a second; the clock interrupt handler
can be called more often than HZ in some case.
2005-05-27 22:02:25 +00:00
gavan
46233ce201
Workaround for issues seen on VIA C3-based systems. PR port-i386/26007
...
Tested on ML5000 board. This may not fix the problem on all variations of the
hardware, but it's likely that variations on the theme will. This workaround
is non-intrusive and should not affect any other CPUs.
2005-05-27 21:40:09 +00:00
elad
0f2f650859
Don't access a NULL pointer.
2005-05-27 15:46:23 +00:00
agc
b67ff462a3
Now that rl_callback_handler_install's argument has been fixed to conform
...
to the readline interface, no need to cast it erroneously for libedit.
2005-05-27 15:34:16 +00:00
lukem
4011dcc7ab
formatbuf(): fix %m and %M to use the hostname, not the username.
2005-05-27 14:35:50 +00:00
agc
305f170238
Use the correct type for the stored callback function
2005-05-27 14:01:46 +00:00
augustss
6ec31d4922
Regen.
2005-05-27 12:48:49 +00:00
augustss
9a7173c1e1
Add the TM8000 integrated northbridge.
2005-05-27 12:48:24 +00:00
agc
26abf58dee
Sync the alternative readline interface with reality:
...
+ the rl_callback_handler_install takes a pointer to a void function
which has one char * argument (it's called that way in the readline
emulation source, otherwise there's no way to pass the line buffer
to the function which processes the line when EOL is encountered)
+ provide a prototype for that function signature and use it
Makes the callback readline interface work now.
2005-05-27 11:35:07 +00:00
wiz
4cb475ede3
Remove a tree that should not be there.
2005-05-27 08:04:58 +00:00
lukem
6886da6b04
* Add "Home Page:" line for each entry (if I could find one - a couple
...
are marked BROKEN).
* Update current versions of: bind bsd-family-tree cvs db dtoa.c gcc
gettext grep ipsec-tools pf
* Update maintainers of: hunt vinum
2005-05-27 02:08:05 +00:00
he
c8a976c70d
Reduce optimization level for sh5 for one file which causes our gcc
...
3.3.3 to get an internal compiler error of type "can't split insn".
2005-05-26 18:33:36 +00:00
salo
65f16e5e95
+bzip2
2005-05-26 14:38:28 +00:00
bouyer
7a5d07454c
Always call the xpq_queue*() functions at splvm(), so that it's safe to call
...
them from interrupt context.
xpq_flush_queue() is called from IPL_NET in if_xennet.c, and
other xpq_queue* functions may be called from interrupt context via
pmap_kenter*(). Should fix port-xen/30153.
Thanks to Jason Thorpe and YAMAMOTO Takashi for enlightments on this issue.
2005-05-26 13:54:43 +00:00
lukem
bed2c16589
Improve method used in fileindir() to determine if `file' is in or under `dir':
...
realpath(3) on non-NetBSD systems may fail if the target filename doesn't
exist, so instead use realpath(3) on the parent directory of `file'.
Per discussion with Todd Eigenschink.
2005-05-26 02:59:34 +00:00
kleink
4a6a03b162
Include <sys/cdefs.h> for __signed; related to lib/30072.
2005-05-25 20:58:00 +00:00
kleink
926eae7f66
Include <sys/ansi.h> after <sys/cdefs.h>; from Neil Booth in PR lib/30072.
2005-05-25 20:45:38 +00:00
kleink
691c56aa2e
Belatedly move snprintf() and vnsnprintf() into the XPG4.2/C99 section.
2005-05-25 19:35:07 +00:00
wiz
8bf012821a
Drop trailing whitespace.
2005-05-25 16:57:39 +00:00
kleink
13034da908
Add restrict qualifiers to fopen()/freopen() arguments.
2005-05-25 16:01:24 +00:00
skrll
13901ecdef
Support LD_BIND_NOW for alpha.
2005-05-25 13:39:46 +00:00
tsutsui
f8402eeaeb
Sync with news68k:
...
- use MAKEDISKDEV() macro
- make readdisklabel(9) return more usable default label
- some cosmetics
2005-05-25 12:47:24 +00:00
hannken
a69fbd6a18
- Use an empty snap block list to set the initial file size. Snapshot is
...
now valid from the beginning. No need to copy the last fs block two times.
- No need to allocate the cylinder group blocks twice.
- cgbuf -> sbbuf
2005-05-25 11:07:13 +00:00
wiz
bf77c4e4b3
Drop trailing whitespace and a grammar fix.
2005-05-25 10:09:36 +00:00
wiz
5165223fca
Bump date for standards.
2005-05-25 10:05:22 +00:00
wiz
7ebb6744fd
<> -> Aq.
2005-05-25 10:04:37 +00:00
wiz
85e66d6bf6
Macro improvement.
2005-05-25 10:01:34 +00:00
rearnsha
4987034e09
Fix the v6 boot check: A '6' in the architecture field really means
...
Architecture v5TEJ.
2005-05-25 09:20:33 +00:00
martin
228158ce8c
If the driver supports reverse, try that first - even on color displays.
...
This removes a XXX and makes us independent of the users default colors.
2005-05-25 06:46:07 +00:00
perseant
96f8f74d91
Don't update lfs_stats.segs_reclaimed if we're not keeping statistics.
...
Patch from Juan RP.
2005-05-25 01:50:01 +00:00
snj
9bd2faff5d
Grammar fix, from Jeff Ito in PR bin/30325.
2005-05-25 00:13:24 +00:00
snj
1a2d0da769
Grammar fix, from Jeff Ito in PR bin/30320. While here, fix a typo
...
and use .Dq for quotes.
2005-05-25 00:02:49 +00:00
nathanw
b765c01a21
"consists of", not "contains of".
2005-05-24 21:29:16 +00:00
tsutsui
1f2b0179d7
ATP865 chips support Ultra133, so correct attach messages as well.
2005-05-24 18:43:29 +00:00
kleink
c0b528fad0
Truth, meet standards section. Standards section, meet truth.
2005-05-24 18:01:36 +00:00
kleink
abf1d9c9d1
Make namespace protection feature tests for reentrant functions more
...
accurate (and actually less restrictive).
2005-05-24 17:36:29 +00:00
wiz
e45ea581c3
Bump date for previous. <> -> \*[Lt]\*[Gt].
2005-05-24 16:00:11 +00:00
kiyohara
9ab2ca2fc1
add psh3tp(4):
...
Support touch-panel for PERSONA SH3 machines.
2005-05-24 16:00:08 +00:00
wiz
e01d6f96c3
New sentence, new line. <> -> Aq. Bump date for previous.
2005-05-24 15:58:11 +00:00
elad
6755bac719
Add man-page bits about the 'count' node.
2005-05-24 15:47:46 +00:00
wiz
bb72979179
<tab> -> whitespace, fixes script(7) STANDARDS section, noted broken by kleink.
2005-05-24 15:36:22 +00:00
wiz
b043e96a8d
NetBSD -> Nx.
2005-05-24 15:11:18 +00:00
yamt
b0bd23fffb
privcmd_ioctl: don't abuse errno for IOCTL_PRIVCMD_INITDOMAIN_EVTCHN.
...
renumber the ioctl and keep the old one for compatibility.
PR/30027.
2005-05-24 12:07:12 +00:00
wiz
077ec48387
Fix temp file paths. From Jeff Ito in PR 30316.
2005-05-24 11:21:40 +00:00
tsutsui
adfa3b38bf
- make readdisklabel(9) return more usable default label
...
if disk doesn't have disklabel (sync with news68k)
- most hp300 machines have a boot patition and partition a doesn't
start at 0, so RAW_PART should be used in bounds_check_with_label(9)
- remove unneeded <sys/syslog.h>
- remove b_cylinder definition, which is in <sys/buf.h>
- some other cosmetics
2005-05-24 10:27:24 +00:00
tsutsui
ffeec43eef
Make readdisklabel(9) return more usable default label
...
if disk doesn't have disklabel.
2005-05-24 10:06:43 +00:00