Commit Graph

202622 Commits

Author SHA1 Message Date
jruoho
60c15c9c00 For granularity, split the EEXIST-check to a separate test case.
It appears that yet another bug was caught.
2011-07-04 04:10:34 +00:00
jruoho
fd6ab578e9 Put the previous check back and point to PR kern/45113. Also check whether
_PATH_DEVNULL exists before attempting to obtain EEXIST from mknod(2).
2011-07-04 03:52:11 +00:00
jruoho
1ab726096b Require an unprivileged run. 2011-07-04 03:23:31 +00:00
mrg
fb6b921228 sh3 also needs -Wno-enum-compare here. 2011-07-04 02:53:15 +00:00
tron
41350e18b8 Unexpand "$NetBSD$" in code for adding RCS Ids. 2011-07-03 23:25:01 +00:00
tron
9ff59f5fba Add missing interpreter and RCS Id. 2011-07-03 23:22:37 +00:00
tron
df862fd957 Update location of "less" source directory to the build of various
install medias.
2011-07-03 23:11:31 +00:00
dholland
5d43254f4a Fix the value of "appdefaultdir" that ends up in native X .pc files.
(It should be "app-defaults" but was "app-default", probably because
of a typo; it's been wrong ever since this logic was put in two and a
half years ago, and as app-defaults files are a legacy mechanism it
took this long for anyone to notice.) Should be pulled up to -5.
2011-07-03 22:59:46 +00:00
mrg
48ec175b35 updates for GCC 4.5 components. sort. 2011-07-03 22:47:24 +00:00
tron
09e74efd7a Update location of "less" directory. 2011-07-03 22:05:01 +00:00
tron
c285dda680 "less" was updated to version 444. 2011-07-03 22:01:27 +00:00
tron
c928cef6de And entries for "lessecho" manual page. 2011-07-03 21:59:31 +00:00
tron
32830a8673 Remove the old version of "less". 2011-07-03 21:58:52 +00:00
tron
6a29342765 Build the new version of "less". 2011-07-03 21:58:33 +00:00
jruoho
a3b49d7e2f Three simple unit tests for revoke(2). 2011-07-03 21:06:56 +00:00
jruoho
b825528b07 But use .Xr (and not .Fn) with references to external functions. 2011-07-03 20:36:34 +00:00
jruoho
f688e4951f Use .Fn (and not .Nm) for functions. 2011-07-03 20:34:52 +00:00
jruoho
33e373ef8e Remove wrong check.
XXX: Why does this fail on tmpfs but not ffs?
2011-07-03 20:22:51 +00:00
tron
824a88bbba Apply NetBSD specific patches, mostly related to behaviour of
less(1) as more(1).
2011-07-03 20:14:12 +00:00
tron
e71baf6887 Fix RCS Ids. 2011-07-03 19:51:26 +00:00
tron
4dc3990e56 Fix generation of RCS Ids. 2011-07-03 19:42:09 +00:00
dholland
a1d28c6e00 fix typo 2011-07-03 19:05:10 +00:00
jruoho
3b8e98cd4e Fix copy-pasto. 2011-07-03 19:02:00 +00:00
kefren
3837722c76 Avoid putting implicit null labels on the wire 2011-07-03 18:46:12 +00:00
tron
3d9626b96b Create (symbolic) links for more(1) and page(1). 2011-07-03 18:15:18 +00:00
tron
9b5d0753b4 Add makefiles to build the new version of "less". 2011-07-03 18:02:00 +00:00
tron
20006a0bde Import version 444 of "less":
The list of changes between our ancient version 394 and 444 is too long
to list here. You can find all the release notes here:

http://www.greenwoodsoftware.com/less/old.html
2011-07-03 18:00:59 +00:00
tron
68becace4b Add handling for manual pages:
1.) Remove the formatted ones before import.
2.) Rename the unformatted ones from "*.nro" to "*.1" to keep our
    makefile framework happy.
2011-07-03 17:56:26 +00:00
jruoho
81ab4d12a9 Few naive test cases for link(2). 2011-07-03 17:47:15 +00:00
tron
07ba10b37c Add a (new) script from preparing "less" for import into NetBSD. 2011-07-03 16:57:13 +00:00
mrg
4384878e5a regenerate the m68* descriptions. 2011-07-03 16:14:36 +00:00
jruoho
5b70ae820d The PR was fixed. Remove atf_tc_skip(). 2011-07-03 15:42:07 +00:00
mrg
1f114dece4 netbsd needs __floatundisf; make it so. (should we have this elsewhere?) 2011-07-03 15:34:08 +00:00
mrg
db6886e029 apply some -O0 with gcc 4.5 and vax. 2011-07-03 15:29:34 +00:00
mrg
3f6ead21a6 upgrade less to WARNS=2 with -Wno-shadow. 2011-07-03 15:28:47 +00:00
mrg
6520ba9809 avoid building stuff that depends upon pic objects if MKPIC == no. 2011-07-03 15:28:25 +00:00
mrg
462a335ff0 mips wants some -Wno-enum-compare here, too. 2011-07-03 15:26:58 +00:00
mrg
fe6ec5094e apply some -O0 for sun2. 2011-07-03 15:26:25 +00:00
mrg
67d3860982 apply some (uintptr_t) between pointers, ints and other casts. 2011-07-03 15:26:06 +00:00
mrg
5338c4af8c clean up another generator. 2011-07-03 15:25:11 +00:00
hannken
3e2f3eaf50 Return EINVAL when trying to create a device node with "rdev == VNOVAL".
Fixes PR #45111 "tmpfs panic with mknod(2)".
2011-07-03 15:25:09 +00:00
mrg
c1359dc31d mark all the ld.elf_so tests as mkpic. 2011-07-03 15:24:49 +00:00
jruoho
85c7095d12 Few naive tests for unlink(2). 2011-07-03 15:05:43 +00:00
jruoho
fa196d116d Do not play with master.passwd(5). Just in case the test actually succeeds... 2011-07-03 14:45:07 +00:00
mrg
6976072ef9 add missed generated file. 2011-07-03 14:42:13 +00:00
mrg
748830d10d various (re-)generations. most of these sort of entirely work now. 2011-07-03 14:41:46 +00:00
jruoho
8ce73eddfe Few simple tests for mknod(2), including a skipped one for PR kern/45111. 2011-07-03 14:34:21 +00:00
jruoho
cac6cf8528 Note that mknod(2) may fail with EINVAL. 2011-07-03 14:11:43 +00:00
mrg
676741fbe4 avoid passing -I$DESTDIR/usr/include to the $HOST_CC. 2011-07-03 14:09:57 +00:00
mrg
0520daf5cd new files to build mips64 gmp 2011-07-03 13:43:23 +00:00