martin
bf5058e6c1
Backout previos (no comment on this code).
...
XXX - someone should fix our libedit for the few hooks needed by gdb5.3
and we should get rid of this.
2003-09-14 08:54:40 +00:00
lukem
63e0f38853
remove a bunch of stuff i have fixed
2003-09-14 07:58:17 +00:00
lukem
76208c68fd
Split build of libX11 into:
...
static libX11.a libX11_p.a libX11.ln
dynamic libX11_pic.a libX11.so*
This is because the "static" build needs some different sources to the
"dynamic" build, and some of the shared sources in the "dynamic" build
need different CPPFLAGS for that build.
2003-09-14 07:56:16 +00:00
itojun
782cbb14c5
2^n hash table is better in the kernel. advise by perry@netbsd
2003-09-14 07:30:32 +00:00
christos
2874dc149c
this needs to be able to core-dump so unlimit core
2003-09-14 07:14:28 +00:00
lukem
bb99d06da2
remove superfluous "XTODO" comments
2003-09-14 07:11:06 +00:00
christos
3db3349e14
Add a Makefile for the siginfo tests
2003-09-14 07:06:40 +00:00
lukem
b91e258047
move i386 specific sources into .if ${MACHINE_ARCH} == "i386", and
...
add sparc specific sources into .if ${MACHINE_ARCH} == "sparc"
2003-09-14 07:06:32 +00:00
christos
32d14d8273
ZA -> ZB
2003-09-14 07:01:19 +00:00
christos
235d749e3b
handle deferred signal delivery with siginfo. struct sigctx changed, so
...
bump to ZB.
2003-09-14 07:00:44 +00:00
christos
9970fc6a83
handle siginfo for deferred signals. Allocate a ksiginfo pool, and store
...
the information there.
TODO:
1. since timer stuff gets called from an interrupt context, we could
preallocate ksiginfo_t's from the pool, so we don't need a kmem
pool.
2. probably the sa signal delivery syscall can be changed to take
a ksiginfo_t so we can use only one pool.
3. maybe when we add realtime signal support, add a resource limit
on the number of ksiginfo_t's a process can allocate.
2003-09-14 06:59:13 +00:00
christos
24045725fc
set the sigval in the setitimer case.
2003-09-14 06:56:22 +00:00
christos
a17de3f746
Add a Makefile
2003-09-14 06:55:01 +00:00
christos
88827cce1c
turn this into a proper regression test.
2003-09-14 06:54:28 +00:00
lukem
6a44df7639
add ssh-askpass and xsystrace (from xsrc/local/programs)
2003-09-14 06:42:23 +00:00
lukem
9398373099
add ./usr/X11R6/include/X11/pixmaps
2003-09-14 06:39:11 +00:00
lukem
37d0fff499
use FILES{,DIR} instead of INCS{,DIR} for bitmaps
2003-09-14 06:36:59 +00:00
lukem
6869cb17c5
add ./usr/X11R6/share/examples/ssh-askpass
2003-09-14 06:11:40 +00:00
christos
d6330eb736
more regression.
2003-09-14 05:38:41 +00:00
jlam
505c7e361d
Update pkg_install to 20030914. Changes from version 20030913 are
...
ensuring that recursive pkg_delete'ing works by using the correct
pkg_dbdir to find packages. This fixes recursive deleting if the
-K flag is passed to pkg_delete(1), and the named dbdir differs from
the default dbdir (/var/db/pkg).
2003-09-14 04:58:30 +00:00
itojun
d669285a77
use prime number to hash SPI
2003-09-14 03:11:31 +00:00
dyoung
6e8d0b71c8
Insert RCSIDs.
2003-09-14 01:14:54 +00:00
kleink
b9f1052a4d
Fix some typos, attempt some markup normalization, align wording a little
...
more with other manual pages.
2003-09-13 23:00:38 +00:00
christos
bb2796d215
make this a true regression test.
2003-09-13 22:55:17 +00:00
christos
8694ace9bd
forgot to install timer_settime.
2003-09-13 22:50:21 +00:00
christos
960ffa78a4
Fix markup.
2003-09-13 22:44:23 +00:00
christos
35a41eaf06
enable SI_TIMER notification.
2003-09-13 22:39:18 +00:00
christos
042b7bb598
Expose SI_TIMER now that we are planning to deal with it.
2003-09-13 22:35:13 +00:00
kleink
9865e7ff1d
Sprinkle restrict into timer_{create,settime}(2).
2003-09-13 22:31:04 +00:00
christos
dd200bdfd4
new timer man pages.
2003-09-13 22:29:50 +00:00
itojun
f6da4d89f2
weak alias for pw_dup
2003-09-13 22:28:12 +00:00
christos
86226ab757
fix for non-objdir build. reported by tron.
2003-09-13 22:25:47 +00:00
christos
226b4082f4
Add timer man pages. Hi Nathan!
2003-09-13 22:22:29 +00:00
kleink
f8ca3e32e0
Fix one formatting botch.
2003-09-13 21:53:19 +00:00
kleink
abff257787
Overhaul; replace with current data from the ISO 639/JAC site and adopt
...
the format of the country table.
2003-09-13 21:50:58 +00:00
lukem
85672e8877
Don't rely upon -lXmuu's internal dependancy upon -lXt -lSM -lICE and
...
link these explicitly. Why:
- on my main system i get intermittent link errors with ICE and Xt
missing various libc symbols with the implicit link of these libs
- it also works for static linking
2003-09-13 21:50:50 +00:00
itojun
71c96a2bb4
correct ru_a/ru_b setup for 20bit case
2003-09-13 21:32:59 +00:00
itojun
220a141637
correct setup of ru_b/a for 16/20 bit case
2003-09-13 21:29:57 +00:00
itojun
1ecc9b581c
use internal names for randomid()
2003-09-13 21:27:43 +00:00
lukem
6ede1ad4a2
in cleanx11man, support "MAN defaults to ${PROG}.1"
2003-09-13 20:39:45 +00:00
lukem
e214d537fb
Rework to include <bsd.x11.mk> before all other <bsd.*.mk> _except_
...
<bsd.own.mk>, as we now set BINDIR,LIBDIR,MANDIR in <bsd.x11.mk>
rather than using a hierarchy of Makefile.inc files just to include
x11/Makefile.inc to get those variables.
2003-09-13 20:17:57 +00:00
lukem
3b11a872a6
be explicit about a couple of XTODO items
2003-09-13 20:15:55 +00:00
lukem
48ca162b40
don't need bsd.obj.mk here
2003-09-13 20:11:38 +00:00
lukem
ee09f184e5
explicitly set BINDIR LIBDIR MANDIR here
2003-09-13 20:10:44 +00:00
cl
7820cb5d26
remove xm.h
2003-09-13 20:02:29 +00:00
cl
b4f47506dc
Add m68k support.
2003-09-13 19:45:15 +00:00
cl
38663d008f
make it compile
2003-09-13 19:37:20 +00:00
lukem
aa1da75dba
remove commented-out cruft that has been mvoed to Makefile.makekeys
2003-09-13 19:12:01 +00:00
lukem
403d124c72
implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB
...
also sets, a la the other variables), prevents build and installation
of the "normal" static *.a libraries.
2003-09-13 19:08:26 +00:00
christos
27a8c2abc5
PR/22776 : Andreas Wrede: proxyarp in pppd is broken
2003-09-13 18:55:17 +00:00