jdolecek
3975a596ae
xref sk(4)
2004-12-11 09:53:04 +00:00
jmc
427a8339c4
Provide a definition for __UNCONST since there's no guarentee our sys/cdefs.h
...
gets pulled in
2004-12-11 09:34:08 +00:00
sketch
70f18ae0f6
Silence the 'receive process failed to idle' message on the Davicom DM9102A.
2004-12-11 09:31:42 +00:00
christos
924b906d65
Only compile 64 bit relocations if we can build a 64 bit target (BFD64)
...
not if the 64 bit type is defined (BFD_HOST_64_BIT) because the second
is always defined, even if it falls back to a 32 bit type. In our case,
this was not the problem; the problem was that we bfd_vma is a 32 bit
type when BFD64 is not defined, so the shift was out of range.
2004-12-11 08:42:55 +00:00
jmc
16650d50f4
Regen w. latest mknative to fix ./object.o problems
2004-12-11 07:42:57 +00:00
jmc
4d724bafe7
Take output and look for things of the form ./XXX.o and turn them into XXX.o
...
so generated objects vs listed objects in make line up and dependcies happen
correctly. Found because libiberty (on this binutils import) was leaving
all objects as ./object.o and make wasn't picking up correct depends on
config.h as a result.
2004-12-11 07:40:50 +00:00
christos
83da2f6968
don't throw const away for no reason.
2004-12-11 06:58:20 +00:00
christos
402493043d
Sprinkle const.
2004-12-11 06:41:57 +00:00
christos
7462bd3e7c
fix cast-qual issue.
2004-12-11 06:41:40 +00:00
christos
a5c1a01ed9
WARNS=3; fix cast-qual issues.
2004-12-11 06:41:15 +00:00
christos
70756f97e8
Constify; the api was completely broken before.
2004-12-11 06:40:42 +00:00
christos
678d9ffc1a
Add _PATH_FTPUSERS; sort.
2004-12-11 06:01:33 +00:00
christos
0bd8975c7a
kill gcc specific version of __UNCONST. Does not work to unconst
...
const char *foo[];
2004-12-11 05:59:00 +00:00
tsutsui
3725e9832e
u_intXX_t -> uintXX_t
2004-12-11 03:32:27 +00:00
mrg
fb61e4193f
note binutils is now at 2.15-20041204
2004-12-11 02:46:35 +00:00
reinoud
62ff9500b4
Add ATI IXP audio controllers
2004-12-11 01:55:01 +00:00
mrg
72b7756857
run mknative for binutils 2.15 for amd64.
2004-12-11 01:41:25 +00:00
mrg
ce3315ff2f
redo the previous such that it works. amd64 seems to work again now.
2004-12-11 01:39:42 +00:00
lukem
9741933ec5
minor (shell) KNF
2004-12-11 01:37:36 +00:00
mrg
c63d030651
something in the previous run of mknative-binutils broke this file
...
by making it think that all header files were missing. fix this.
should fix PR#28602 and PR#28604.
2004-12-11 01:32:41 +00:00
mrg
5e475368f8
regenerate ns32k files for binutils 2.15.
2004-12-11 01:29:34 +00:00
erh
6c1b54e56a
Sync with pkgsrc to get double -u feature. Bump version to 20041209.
...
Add note in README explaining that changes should be made here first,
then merged to pkgsrc.
2004-12-10 21:49:31 +00:00
jmc
d33fb8436c
Fix some improper casts now that b_count is an int
2004-12-10 20:05:05 +00:00
christos
142373a47b
dkvar.h now needs bufq.h, and now xen compiles again.
2004-12-10 18:54:08 +00:00
christos
78db5aa65d
catch up with field name rename.
2004-12-10 18:53:43 +00:00
christos
d0f26be538
Just when I thought it was all working... Unfortunately cpu.h defines
...
clockframe -> intrframe, but that is included too late, because this
file includes systm.h and it is in the path of including systm.h. Fix
it by not including <systm.h>; it was only needed for the panic() calls
which I have disabled, since they look more like debugging calls to me.
Also add forward struct declaration for trapframe.
2004-12-10 18:51:15 +00:00
christos
d4ea0343bc
don't use va_list here; use _BSD_VA_LIST_ because we could be included
...
before va_list is defined. This is common practice for kernel header
files (syslog.h)
2004-12-10 18:49:02 +00:00
christos
174c6b074b
Move the disable_intr and enable_intr functions from xenfunc.h to cpufunc.h,
...
because the x86/intr.h needs them and does not include xenfunc.h. Including
xenfunc.h in cpufunc.h is a clear lose because xenfunc.h needs a boatload
of include functions in order to compile.
2004-12-10 18:47:52 +00:00
nathanw
cb9ebec1e2
Correctly return ETIMEDOUT when the absolute time is in the past, in
...
the nonthreaded case. Fixes, and fix from, PR lib/25961.
2004-12-10 17:11:53 +00:00
nathanw
9bc68dac2e
Add cond6.
2004-12-10 17:10:16 +00:00
nathanw
218b4bf410
Reformat subdir list to get more flexibility.
2004-12-10 17:09:54 +00:00
nathanw
b4f201157b
Add a regression test for PR lib/25961.
2004-12-10 17:07:31 +00:00
nathanw
0eaa8971b7
Use CPP macros to cause many libpthread functions used by applications
...
to be transformed into the do-nothing-when-libpthread-isn't-linked libc
stub names. This will permit library code that uses <pthread.h> and pthread
functions "defensively" to not need to link against libpthread and not need
to be patched to the threadlib.h API.
2004-12-10 16:40:40 +00:00
aymeric
8d1f13638c
. wait only for 10 ms instead of 100 ms before updating the screen
...
. fix a variable reuse bug
It has been broken since the conversion from select() to poll().
2004-12-10 16:27:29 +00:00
skrll
7610607ebc
Fix merge botch so that we get the right TARGET_FORMAT.
2004-12-10 15:15:41 +00:00
wiz
63ef54fac6
Set doc-default-operating-system to fix footers. Noticed broken by luke.
2004-12-10 14:14:57 +00:00
lukem
931b4fe41e
"Promise" is a noun; capitalize it
2004-12-10 14:13:48 +00:00
mrg
bd8b5580a3
re-run with fixed mknative
2004-12-10 14:07:52 +00:00
mrg
20cca2cff0
re-run with fixed mknative
2004-12-10 14:03:43 +00:00
mrg
ab78454ed7
mirror a fix from mknative-binutils:
...
>fix the sed expression that pulls VPATH out of the makefile to work
>with any number of tabs or spaces after the equal sign.
2004-12-10 13:58:11 +00:00
mrg
d99893c4fd
fix the sed expression that pulls VPATH out of the makefile to work
...
with any number of tabs or spaces after the equal sign.
2004-12-10 13:57:08 +00:00
skrll
83f6b834e6
Fix merge botch and make sure we pick up the right vectors for
...
hppa*-*-netbsd*
2004-12-10 08:04:28 +00:00
lukem
a76c6e6173
* Always decode %xx in a url's user & pass components.
...
* Only remember {WWW,Proxy}-Authenticate "Basic" challenges; no point
in tracking any others since ftp doesn't support them.
* Improve the parsing of HTTP responses.
2004-12-10 06:44:15 +00:00
matt
67a256629f
Make trampolines work on PowerPC.
2004-12-09 23:23:23 +00:00
matt
eb30eca3e3
Add -Wa,-maltivec so that AltiVec instuctions will be recognized.
2004-12-09 22:57:12 +00:00
matt
108f8fbc51
Add some debug code to validate the runqueues if RQDEBUG is defined.
2004-12-09 21:52:24 +00:00
ginsbach
93b00943e9
Fix inverted test for expired passwords. Mea culpa.
2004-12-09 20:58:39 +00:00
mycroft
33131ab95f
Fix an array overrun in option parsing.
...
Fixes PR 26732, PR 26775, PR 28416 and PR 28589.
2004-12-09 18:06:10 +00:00
wiz
548afc964d
Replace @MKTEMP_SH_FUNCTION@ and @MKTEMP@ in rcs2log.
...
Addresses PR 28567.
2004-12-09 17:35:38 +00:00
peter
ca50c2f187
statvfs will be in NetBSD 2.1. Pointed out by christos.
2004-12-09 11:21:50 +00:00