Commit Graph

117427 Commits

Author SHA1 Message Date
cjep
260648d185 Import of some regression tests for grep. Some of them based on tests
seen in OpenBSD src/regress/usr.bin/grep.
2003-09-14 13:47:47 +00:00
junyoung
cc5534f795 Remove duplicate lines. 2003-09-14 13:01:40 +00:00
junyoung
740c1aa81e Remove a duplicate $NetBSD$. 2003-09-14 12:59:33 +00:00
jmmv
94114f39df Use tabs for indentation; pointed out by simonb@. 2003-09-14 12:43:04 +00:00
jmmv
fc7230200f Fix crash when using the '-x' flag. 2003-09-14 12:35:46 +00:00
jmmv
ce413b6dd1 Fix some warnings. 2003-09-14 12:33:05 +00:00
jmmv
0ec085e737 Add 'trace' to CLEANFILES, generated when debug is enabled. 2003-09-14 12:11:10 +00:00
jmmv
af90286087 Fix crash when DEBUG=2, by opening the log file ASAP. Reviewed by simonb@. 2003-09-14 12:09:29 +00:00
yamt
966ada0097 assert that uio passed to uiomove() has valid uio_iovcnt. 2003-09-14 11:12:14 +00:00
yamt
0a4f15d329 when allocating a new vnode,
increment numvnodes before releasing vnode_free_list_slock.
2003-09-14 11:09:48 +00:00
martin
d911902f25 init.c changes from i386 and add coresponding *.o files. 2003-09-14 10:15:47 +00:00
martin
f991b22fae init.c changes from i386 and add the coresponding *.o files. 2003-09-14 10:14:20 +00:00
martin
6e85ed96e0 Disable lint. 2003-09-14 09:50:15 +00:00
manu
9972873c7d Handle mouseup and mousdown events
Add three sysctl to choose wsdisplay unit and screen and wsmux that
ioframebuffer and iohidsystem will use.
2003-09-14 09:48:42 +00:00
wiz
d46db7b926 In is only to be used in SYNOPSIS; Aq Pa is better for other places.
Problem noticed by kleink.
2003-09-14 09:15:23 +00:00
wiz
5944b04138 Add semicolons. 2003-09-14 09:04:12 +00:00
wiz
5a12b7062e Various fixes. 2003-09-14 09:02:49 +00:00
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