Commit Graph

172985 Commits

Author SHA1 Message Date
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
pooka
795cda8d6a Add rump support for sysvbfs. 2008-09-04 12:21:25 +00:00
pooka
e9233abdae Convert to the new mount world order with parseargs. 2008-09-04 12:07:58 +00:00
pooka
9e37085d2e Install sysvbfs argument structure header into userlandia. 2008-09-04 12:07:29 +00:00
pooka
4e73c87bfa Open devvp for both reading and writing. 2008-09-04 12:02:10 +00:00
christos
51a52339c8 fix device is not split warning 2008-09-04 10:42:55 +00:00
lukem
82ec76f4db Support -Th to enable VIS_HTTPSTYLE.
Expand description of -T so there's less need to consult
both vis(1) and strvis(3) to determine what the characters mean.
2008-09-04 09:54:56 +00:00
lukem
6fb06e2c97 In strsvisx(), don't attempt to read the "next" character past the end
of the provided length.
2008-09-04 09:41:44 +00:00
rtr
bd887bd6a3 add chooser.debug and xorgconfig.debug entries for xorg when MKDEBUG=yes 2008-09-04 08:04:31 +00:00
pgoyette
be03c1978e Fix a cut-and-pasto - the html files are *.html not *.9 2008-09-04 01:53:56 +00:00
jmcneill
3dab27ec15 ACPICA 20080829 is out. 2008-09-04 00:57:13 +00:00
ober
c476955fc4 Updates to enable the iwn man page 2008-09-03 23:44:24 +00:00
gmcgarry
d9e2795e44 Structures with incomplete members is an obscure gcc extension. Replace the
flexible array with a zero-length array.  Now compiles on pcc with gcc
compatibility.
2008-09-03 23:43:06 +00:00
gmcgarry
36a81a3bed Don't use unnamed structures. 2008-09-03 22:57:46 +00:00
gmcgarry
a5659ecaae Hack around zero vararg macro list on PCC. 2008-09-03 22:56:51 +00:00
lukem
a7910f38ac remove duplicate entry for bootfloppy-big 2008-09-03 22:07:12 +00:00
rjs
59e0539a4a Make it work again for platforms that can do single byte operations.
Fix to PR kern/38757.
2008-09-03 20:36:24 +00:00
rjs
377d770dda Add myself to list of developers. 2008-09-03 20:34:23 +00:00
erh
fe87d891c6 Add the man9 and html9 entries for the linedisc symlinks too. 2008-09-03 18:30:13 +00:00
tsutsui
afddcae745 - fix a sort botch in the previous
- add some port maintainer names in the developer list too
2008-09-03 17:21:20 +00:00
drochner
6d1cbe3695 Make ioctl(FIONREAD) on the master side of a pty return the amount of
data which can be read, as expected. Before, the call fell through a
"case" statement and was forwarded to the slave side, returning the
data which can be read by the slave.
The new behaviour also matches Linux and OSF/1.
2008-09-03 16:47:34 +00:00
drochner
316dc7a8ab Support -the "-A addressformat" flag for od(1), from FreeBSD.
(I found a script which tries to figure out the byteorder of a box
by "od -An | grep", but it is POSIX anyway.)
There is a little behavioural change: The whitespace without any arguments
is like "-to2" now; before it was custom. It's not worse imho.
2008-09-03 16:32:57 +00:00
tsutsui
5513dca616 - update port-maintainers
- sort core/port-maintainer/developer names by surname
  (XXX how can this be automated?)
2008-09-03 16:30:32 +00:00
vanhu
a20b313ea8 From Tomas Mraz: Duplicate addresses in pk_sendxxx functions, as they may be altered for NAT-T stuff. 2008-09-03 16:08:26 +00:00
vanhu
4ead39ef24 Duplicate addresses in pk_sendxxx functions, as they may be altered for NAT-T stuff 2008-09-03 16:08:25 +00:00
tnozaki
aaf9b2042e PR/39445, fix wrong charsets priority for CP932.
reported and tested by NARUSE, Yui-san. thanks!
2008-09-03 15:42:45 +00:00
tsutsui
dcffe12ae7 Remove almost obsolete and useless "Unsupported devices" and
"Required configurations" sections for legacy devices. Ok'ed by bouyer@.
2008-09-03 15:12:48 +00:00
lukem
541f0f8572 MAKEVERBOSE support 2008-09-03 11:58:30 +00:00
tteras
dbd3f137ba - Fix reloading of SPD (Linux satype check, handling of SPD dump responses)
- Remove some spurious error log message from extract_port()
2008-09-03 09:57:28 +00:00
dogcow
aedef3bb4f eliminate the need for gettext() when building the host-only tool. 2008-09-03 09:55:23 +00:00
ghen
cdef44cd09 Add Colemak and Dvorak options to the sysinst keyboard layout menu. They can
not simply be added to the KB_ENC_FUN table in sys/dev/wscons/wsksymdef.h
because it doesn't allow for multiple variants of the same layout.  PR#31399.
2008-09-03 08:52:36 +00:00
lukem
ec3a8384e6 support MAKEVERBOSE 2008-09-03 07:12:28 +00:00
lukem
b926b61a73 Comment out __RCSID; this is a host tool and we don't need the Id in the binary.
Fixes cross-build issue on RHEL5-like Linux.

Arguably we shouldn't even #include <config.h> because that's been created
for the NetBSD target and not the (possibly non-NetBSD) host system,
but that hasn't caused problems so far so I'll leave it for now.
2008-09-03 07:10:55 +00:00
dholland
8389b9b512 +FOSS,OSS,OSD 2008-09-03 06:45:50 +00:00
erh
d004547533 Add man page links from ttyldisc_{add,lookup,remove} to linedisc 2008-09-03 03:02:48 +00:00
erh
964cfd5cb0 Add "linedisc" to the name section of the linedisc man page so
it shows up better in apropos output.
2008-09-03 02:56:47 +00:00
lukem
5c4783ee40 Use "-obsolete-" instead of "-unknown-" as the syspkg tag for obsolete entries.
Suggested by Alan Barrett <apb>
2008-09-02 21:51:09 +00:00
lukem
9c3ad8c3fd Reformat the columns 2008-09-02 21:45:42 +00:00
pooka
183cac798d add file missed in previous commit 2008-09-02 21:14:32 +00:00
pooka
827e91dd6f Make syspuffs mount code supply mount_syspuffs_parseargs() like
the other mount binaries do.  Now syspuffs can be used to run all
puffs file systems as utilities.  This includes fuse file systems
and becomes interesting with the fs-utils project.  We can now do
e.g. this:

  ReFUSE ntfs-3g:
golem> echo hello | fsu_write/fsu_write ntfs-3g puffs ~/img/ntfs.img dafile
golem> fsu_cat/fsu_cat ntfs-3g puffs ~/img/ntfs.img dafile
hello
golem>

  puffs sysctlfs:
golem> fsu_ls/fsu_ls mount_sysctlfs puffs sysctl -l ddb
total 0
-r-xr-xr-x  1 pooka  users  1 Sep  2 22:11 commandonenter
-r-xr-xr-x  1 pooka  users  2 Sep  2 22:11 fromconsole
-r-xr-xr-x  1 pooka  users  3 Sep  2 22:11 lines
-r-xr-xr-x  1 pooka  users  8 Sep  2 22:11 maxoff
-r-xr-xr-x  1 pooka  users  3 Sep  2 22:11 maxwidth
-r-xr-xr-x  1 pooka  users  2 Sep  2 22:11 onpanic
-r-xr-xr-x  1 pooka  users  3 Sep  2 22:11 radix
-r-xr-xr-x  1 pooka  users  2 Sep  2 22:11 tabstops
-r-xr-xr-x  1 pooka  users  2 Sep  2 22:11 tee_msgbuf

Same works for psshfs etcetc.

In other words, this provides total integration for "normal"
in-kernel file systems and puffs/fuse file systems on the ukfs
library level.

Note: implementation is still "first stab" and the fs-utils usage
will no doubt change.
2008-09-02 19:38:25 +00:00
pooka
38b7d91d61 Add IPL_SOFTCLOCK, something required it (although I can't quite
recall what, this has been floating in my tree for a while)
2008-09-02 19:27:35 +00:00
christos
d49f7b0d13 properly fix groff.info 2008-09-02 18:13:49 +00:00
christos
79f2702201 de-couple the makedoc build from libcommon. 2008-09-02 14:46:53 +00:00
taca
cd645dc1c9 Postfix 2.5.5 released. 2008-09-02 13:05:10 +00:00
njoly
40d03853e6 +rgb.debug 2008-09-02 11:05:20 +00:00
njoly
22eed021bc Add back a few x11 man pages that werew lost in r1.25. 2008-09-02 10:09:21 +00:00
christos
e5a9222681 enable groff.info and vi.info now that we have texinfo-4.8 2008-09-02 09:30:25 +00:00
christos
3836efcb15 re-enable now that we have a newer texinfo 2008-09-02 09:28:53 +00:00