Commit Graph

173032 Commits

Author SHA1 Message Date
tsutsui 3c88dd37fd Explicitly disable hyphenation for opengroup.org's URL in INSTALL.txt.
(src/distrib/notes/common/main rev 1.388 doesn't seem to work properly)
2008-09-05 13:52:41 +00:00
seanb f36e2df47a Wrong route being consulted in one place
in ip_forward() after change to rtcache_*().
Restore previous behaviour.
2008-09-05 13:39:12 +00:00
wiz 73f280599f Remove leading zero in date. Sort supported hardware list alphabetically
by manufacturer.
2008-09-05 13:38:58 +00:00
tron 0f256b9d59 Compile NetBSD/amd64 kernels with "-Wextra". Patches contributed by
Juan RP in PR port-amd64/39266.
2008-09-05 13:37:24 +00:00
skrll 006aadc921 ANSIfy 2008-09-05 13:21:12 +00:00
tron 809e2b666e Note JMicron RAID support in ataraid(4). 2008-09-05 12:39:30 +00:00
tron 72c5460c24 Add JMicron RAID support to ataraid(4).
Patch provided by Juan RP in PR kern/39395.
2008-09-05 12:37:13 +00:00
rtr fb42e57c6e install xorgversion.def 2008-09-05 12:12:05 +00:00
apb 0d8f46b03d remove debugging code accidentally committed in revision 1.39. 2008-09-05 11:29:42 +00:00
apb 92fa4c85e2 Redo previous in a way that more closely matches the style used
in postinstall(8).
2008-09-05 11:14:24 +00:00
tron f8929a3508 Don't add "${CPUFLAGS}" and "${CWARNFLAGS}" to "AFLAGS" and "CFLAGS" twice.
Patch submitted by Juan Romero Pardines in PR kern/39265.
2008-09-05 11:03:53 +00:00
pooka aa224b94d6 fix broken break (oh the irony) 2008-09-05 10:42:09 +00:00
apb ce2985aecc The shell builtin getopts returns options without the preceding "-",
so adjust a case statement to compensate.
2008-09-05 09:52:38 +00:00
wiz 73d262db0f regen 2008-09-05 09:07:47 +00:00
wiz 0dd18a1929 Fix weird character problem at the source. 2008-09-05 09:07:40 +00:00
wiz fb73034467 Sort SEE ALSO.
Remove unnecessary Bk/Ek in SYNOPSIS.
2008-09-05 09:05:13 +00:00
wiz 4d6d134c99 Remove weird character. 2008-09-05 09:00:01 +00:00
lukem e3a7918a34 Document db(1)'s ability to tune the page size of the database,
folded into yesteday's entry for VIS_HTTPSTYLE.
2008-09-05 08:04:41 +00:00
lukem b5b5e891d4 crank to WARNS=4 2008-09-05 07:56:07 +00:00
lukem 68089bcfee Add -P pagesize, to tune the btree psize and hash bsize.
Set to 0 to let the system choose (based on st_blksize of the file)
Defaults to 4096.
2008-09-05 07:55:33 +00:00
lukem 4e3bc9a2d6 Expand the description of bsize, and correct the description of the default. 2008-09-05 06:25:04 +00:00
christos 8283d3d2a9 - `` -> $() and quoting
- getopt -> getopts
- some errors to stderr
- more quoting
2008-09-05 06:04:12 +00:00
lukem d0c116a1ef Implement bin/rgb/rgb_mkdb.sh to build rgb.db using awk(1) and db(1).
Remove tools/rgb; the code isn't portable enough (relies upon <ndbm.h>)

Tested on NetBSD 3.1 and Fedora Core 8
(XXX: although the generated .db file has the correct contents on FC8,
it's also 161MiB instead of 64KiB. I think this is a problem in the
build of the db routines in tools/compat, and we'll need to debug
separately.).

Fixes cross-build fallout from PR 36836
2008-09-05 05:20:39 +00:00
lukem 0e22f8f32f Support -Th (VIS_HTTPSTYLE) when -U decoding key/value for delete or write 2008-09-05 05:04:40 +00:00
lukem 490ac90f8e Add strunvisx(3) as a link to unvis(3) 2008-09-05 04:52:34 +00:00
lukem 081a7c3db2 Fix -N so that it sets O_TRUNC in the flags to pass to dbopen(3)
and not the flags used by db(1) to control internal behaviour.
2008-09-05 03:41:35 +00:00
dholland 629defb951 Clarify that the historic V7 sticky file semantics no longer apply. 2008-09-05 03:28:15 +00:00
lukem cf6d5129c5 db -Th 2008-09-05 01:03:31 +00:00
pgoyette 0d1ae4cbb2 Initialize event's sent-state appropriately to avoid unnecessary start-up
time messages that report a "transition" to the Normal state.
2008-09-04 21:54:51 +00:00
agc ead06104de Sync set list with reality for html page for rump_sysvbfs. 2008-09-04 20:37:30 +00:00
he 7f923d38fb Adopt a fix from OpenBSD, revision 1.30 in their CVS repository.
To paraphrase:
  Some ciss(4) firmwares use different physical drive addressing, resulting
  in bioctl(8) functions not being available.
Tested on both types of controller.
2008-09-04 19:03:14 +00:00
wiz 9a92242aa3 ascii -> ASCII
ethernet -> Ethernet
in comment.
2008-09-04 18:22:47 +00:00
njoly 46da4ade28 Make linux32 getdents(2) do its own job instead of calling the
corresponding compat linux function, where struct dirent members types
differs.
2008-09-04 17:45:00 +00:00
tsutsui bdf7279542 Fix a warning and formatting on sgimips. 2008-09-04 17:24:18 +00:00
tsutsui 74359d5342 Fix a warning. 2008-09-04 17:15:17 +00:00
mhitch baf8265fa5 Limit the number of luns to 1, since the SCSI device ciss(4) presents
doesn't appear to luns and later controllers would respond to probe
requests for luns > 0.
2008-09-04 16:47:04 +00:00
tsutsui 356bdfe1e8 Fix ~empty INSTALL notes on ports which don't have
the "Quick install notes for the impatient" section.
(no one has noticed it since April!?)
2008-09-04 16:44:36 +00:00
tsutsui 04134b2dd5 Fix formatting. 2008-09-04 16:30:58 +00:00
pooka 91abea38e6 untypo previous 2008-09-04 16:20:15 +00:00
pooka 660c5d7442 forgot to commit this - descend into rump_sysvbfs 2008-09-04 16:16:32 +00:00
pooka 7925afe7fc Use mntflags handed to us by parseargs() instead of hardcoded MNT_RDONLY. 2008-09-04 15:38:34 +00:00
pooka 7c5de9872e Use the standard practice of canon_dev/dir instead of argv[optind] 2008-09-04 15:35:58 +00:00
pooka d559e45903 adjust copyright to match reality. no functional change. 2008-09-04 15:34:55 +00:00
pooka 1acae5309f Fix double free when i/o descriptor is violently closed. Bug was
introduced in rev 1.27.

fix provided by Taylor R Campbell in lib/39353
2008-09-04 15:30:36 +00:00
cegger ae69aebaca Document that Xen version of at least 3.1 will be required after netbsd-5.
ok bouyer@
2008-09-04 15:14:10 +00:00
hubertf 8148583231 xref manpages for access filters. OK'd by tls@ 2008-09-04 14:19:31 +00:00
tsutsui c8561507ed - add more developers per their requests
- fix one more sort botch
- fix typo
2008-09-04 14:18:04 +00:00
hubertf 757e967226 The pseudo-device is really "accf_http" instead of "accf_data"
Bump date

Sanity-checked by tls@
2008-09-04 14:05:01 +00:00
rtr be56b9b956 enable WSCONS_SUPPORT for the keyboard driver 2008-09-04 12:29:14 +00:00
pooka 811ee024bf Actually, use FWRITE for device open only if we aren't doing MNT_RDONLY.
This still allows to mount read-only images with -o ro.
2008-09-04 12:28:14 +00:00