Commit Graph

13985 Commits

Author SHA1 Message Date
apb f6a28000e5 Document the FILESBUILD variable, which was added in
bsd.files.mk revision 1.41 dated 2010-02-03.
2011-09-09 10:08:14 +00:00
wiz adb6017bcb Describe options and arguments. Bump PKGREVISION.
Based on PR 45275 by Julian Fagir.
2011-09-08 19:55:52 +00:00
jruoho 046448eac0 Remove duplicate word. 2011-09-07 08:54:41 +00:00
apb 43a361ba82 regen for "-u" option and dtv device. 2011-09-06 10:27:07 +00:00
jmcneill 9b960ee0a3 Document AUDIO_ENCODING_AC3 2011-09-06 01:17:48 +00:00
wiz 7915776d56 Remove trailing whitespace. 2011-09-05 18:21:29 +00:00
christos 2b7d74c779 merge changes. 2011-09-04 10:20:49 +00:00
christos 203a890ae9 Notable changes: Russia is now in perpetual summer. 2011-09-04 10:15:47 +00:00
dyoung 7add4c1ae4 Update vmem(9). Changes to the implementation and usage are following,
soon.
2011-09-02 22:07:33 +00:00
plunky fa3d1b9a20 pcc cpp(1) does not understand the '-undef' and '-traditional' long form
arguments, use $(CC) -E instead of $(CPP) for these
2011-09-01 16:41:48 +00:00
joerg 03242f8218 Simplify, --analyze gives the same settings as default 2011-09-01 12:25:10 +00:00
christos d98d733735 explain NULL casts 2011-09-01 09:33:01 +00:00
jruoho afc7891098 Minor correction. 2011-08-31 07:04:49 +00:00
jruoho 456ace79d6 Use more .Nm, offset indent. 2011-08-30 11:24:38 +00:00
mbalmer a356035768 Also mention gpioiic(4). 2011-08-30 07:44:37 +00:00
jruoho 1a007af9ac Clarify that the ATI USB dongle uses XC3028L (and not XC3028). 2011-08-30 07:27:59 +00:00
jruoho 44d221d650 Remove trailing comma. 2011-08-30 07:24:01 +00:00
jruoho d9f0aab6fe Xref au8522(4) and xc5k(4) in the list of supported cards. 2011-08-30 07:23:05 +00:00
jruoho 7559e70f68 Note emdtv(4). 2011-08-30 07:08:47 +00:00
jruoho 82f9e3ab66 Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.
2011-08-30 07:07:04 +00:00
jruoho 6cc2dbf4e8 Fix bug (also analog tuners are included in the group). 2011-08-30 06:51:27 +00:00
wiz 75e227598a Sort SEE ALSO. 2011-08-30 06:27:17 +00:00
jruoho bd1a818de3 Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.
2011-08-30 05:59:44 +00:00
jruoho d479d073dc Note that bktr(4) is not part of the dtv(4) infrastructure.
XXX: This driver should be converted (or even bluntly removed, given the
     lack of general third-party software support).
2011-08-30 05:58:02 +00:00
jruoho 64e115ab33 Xref dtviic(4). 2011-08-30 05:43:30 +00:00
jruoho d70d1fad57 Fix .Nm. 2011-08-30 05:41:04 +00:00
jruoho b6256a2ee9 As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.
2011-08-30 05:40:38 +00:00
jym 040d653091 Be more precise for Xen dom0: either Ctrl + Alt + Esc, or +++++ when on
serial console.

Thanks to Christoph and Manuel for pointing that out.
2011-08-29 22:01:47 +00:00
njoly e5ce0ad0c8 Fix prologue macros order. 2011-08-29 16:56:32 +00:00
jruoho 9ef26ccc23 Add few. 2011-08-29 16:28:38 +00:00
jruoho eedc15b4ff Some improvements. 2011-08-29 15:35:29 +00:00
wiz b3638dac15 Some fixes from Jared, add zl10353, update AUTHORS. 2011-08-29 13:42:53 +00:00
jruoho 389b587089 Xref auvitek(4) also in SEE ALSO (and the others as comments). 2011-08-29 11:23:53 +00:00
jruoho 4384aaccea Install the dtv(4) manual page. (The stub man-pages are commented out ATM.) 2011-08-29 10:48:57 +00:00
jruoho 607caaa5f0 Fix xref-typo in the previous. 2011-08-29 10:43:52 +00:00
jruoho b6d372f02c Various improvements; e.g. primarily speak about DTV (i.e. DVB is just a
standard), split out SUPPORTED DEVICES from SEE ALSO, improve grammar, fix
references, speak about interface instead of device, fix AUTHORS, etc.
2011-08-29 10:41:10 +00:00
jym 1751c709ef Be more precise for Xen: +++++ is only valid for Xen domUs. dom0 uses
the same key sequences as i386/amd64.
2011-08-28 22:09:36 +00:00
jnemeth 7c99820106 add TINLA -> this is not legal advice 2011-08-28 08:41:01 +00:00
mbalmer 92ced822d1 Add a new ioctl, GPIOPULSE to gpio(4) to allow for pulsing a pin.
If a pin can pulse in hardware, that will be used, else it will
be pulsed in software.  There is no way yet to set the pulse frequency
for pins that pulse in hardware.  While here, make the code mpsafe and
allow more than one thread in the driver (access to ioctl is serialized).
2011-08-28 07:48:50 +00:00
joerg ba5a5a1119 Add new "analyze" command to run clang's static analyzer in a directory
on all C/C++ files.
2011-08-27 18:35:19 +00:00
joerg 65a805f7d1 Prototyping main is silly and shouldn't be encouraged. 2011-08-27 17:48:11 +00:00
christos 0aa57dbb94 add new arp logging sysctls 2011-08-27 09:06:58 +00:00
plunky 9c77eacafa add some info re use of Modem and Network ports 2011-08-26 07:56:00 +00:00
dyoung 7d12941ccd Describe pci_bus_devorder(9).
TBD: symbolic link pci_bus_devorder.9 -> pci.9.
2011-08-25 02:01:32 +00:00
uwe d4eba6a9b8 Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it). 2011-08-25 00:01:25 +00:00
wiz 098681c432 Bump date for previous. 2011-08-23 22:14:51 +00:00
dyoung 64311e1f9d Introduce a couple of new constants, VMEM_ADDR_MIN (the least possible
address in a vmem(9) arena, 0) and VMEM_ADDR_MAX (the maximum possible
address, currently 0xFFFFFFFF).  Modify several boundary conditions so
that a vmem(9) arena can allocate ranges including VMEM_ADDR_MAX.
Update documentation and tests.

These changes pass the tests in sys/kern/subr_vmem.c.  To compile the
and run the test program, run "cd sys/kern/ && gcc -DVMEM_SANITY -o
subr_vmem ./subr_vmem.c && ./subr_vmem".
2011-08-23 22:00:57 +00:00
christos 875018bf8a add -Wformat=2 2011-08-23 05:22:25 +00:00
dholland ce24bfd93f Until someone figures out a fix for PR 40599, document that MKKERBEROS=no
will break the system without either MKPAM=no or a customized PAM config.
As suggested by Ian D. Leroux on current-users and in PR 45263, but with
different text.
2011-08-22 02:37:15 +00:00
wiz 7b18fe3c86 New sentence, new line. 2011-08-21 13:27:45 +00:00
plunky 70f971ae4d SEE ALSO resolvconf(8) 2011-08-21 11:04:21 +00:00
jakllsch 844442797e Attach amdtemp(4) at pchb(4) instead of in place of pchb(4).
Should fix PR#45268.
2011-08-18 20:55:20 +00:00
mrg 8188255310 switch sparc to GCC 4.5.3. 2011-08-17 09:18:37 +00:00
wiz b426708f05 Mention two packages making use of the API. From jmcneill. 2011-08-14 20:42:09 +00:00
wiz 1e58891abf Install irmce(4) after review by jmcneill.
Sort set lists while there.
2011-08-14 16:11:15 +00:00
wiz 7bdb95632e Add very preliminary dtvi2c(4) man page for describing the dtv(4) support
modules connected via i2c.
Needs heavy reviewing before it can be installed :)
2011-08-14 16:04:12 +00:00
wiz 3f109f954a Very basic dtv(4) man page for review (not hooked in yet). 2011-08-14 15:36:35 +00:00
wiz 8e8649fda9 Add AUTHORS section. 2011-08-14 15:21:46 +00:00
wiz 4c8535b2e4 emdtv was written by jmcneill. 2011-08-14 15:21:01 +00:00
wiz 753ff12090 Correct BUGS, from Jared. 2011-08-13 22:35:27 +00:00
wiz 61f150adbe Add irmce(4) man page.
Not hooked into the build; waiting for review.
2011-08-13 22:34:14 +00:00
wiz 2c079e1e05 Remove iic references, also based on comments by Jared. 2011-08-13 22:22:00 +00:00
wiz d4089cdf45 Improvements based on comments by Jared. 2011-08-13 22:21:28 +00:00
wiz 62cbcac379 Add basic man page for emdtv(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:18:31 +00:00
wiz 1e267b8e15 Add basic man page for coram(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:08:01 +00:00
wiz 81a75b11fe Add basic man page for cxdtv(4).
Not hooked to the build yet so that the driver authors can verify and
improve it.
2011-08-13 22:00:35 +00:00
wiz 24781c1704 Remove trailing whitespace, superfluous quotes, move RCS Id to top. 2011-08-12 23:40:00 +00:00
dyoung 508a6ddd68 Install the ixg(4) manual page. 2011-08-12 22:04:33 +00:00
dyoung ae88eae8ca Add the manual page for the Intel 82599 10-gigabit ethernet driver,
ixg(4).
2011-08-12 22:00:12 +00:00
apb 7535058544 Allow "echo -n" to work as expected in rc.d scripts that are executed
by /etc/rc.  Similarly for printf with a format that does not end with
"\n".  Previously, the partial line would not be visible on the console
until a newline was printed, possibly after an annoying delay.

This is done by adding echo() and printf() shell functions to rc.subr,
so that naive use of the echo and printf commands in rc.d scripts will
call these functions instead of the underlying commands.  These shell
functions send a new "nop" metadata message after the partial line, and
the rc_postprocess function in /etc/rc disentangles the partial line of
plain output from the metadata "nop".

Also add a "-n" option to the print_rc_normal function in rc.subr,
and make some cosmetic changes.
2011-08-11 22:52:46 +00:00
mbalmer 352c784990 pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
attached watchdog timers.
2011-08-11 07:33:24 +00:00
dyoung e7e6ed352f Add support for the Oxford Semiconductor OXPCIe952, a 2-port serial chip
with a PCI Express interface, in legacy mode.  Cursorily tested with a
StarTech PEX2S952LP.

See the manual for your adapter to see how to put it into legacy mode.
There is also a "native" mode that uses a different clock multiplier
and (I think) provides a richer feature set, but also requires a bit of
additional initialization (see FreeBSD's puc(4)).

The native-mode PCI functions use different PCI Device IDs than the
legacy-mode functions.
2011-08-09 21:04:05 +00:00
jruoho ea330d8d1a Xref limits(3). 2011-08-09 18:11:37 +00:00
jruoho 0557e6f5b0 Add a summary page for <limits.h>. 2011-08-09 17:58:27 +00:00
jruoho f04d14923b Add the USENIX paper of Watanabe. 2011-08-09 07:33:01 +00:00
jruoho 4c16515591 Fix a typo. 2011-08-09 07:24:49 +00:00
jruoho 01d64743e1 Finally, add missing %D. 2011-08-09 07:18:54 +00:00
jruoho a861b65c8e One more. 2011-08-09 07:16:27 +00:00
jruoho 4f0cc00144 Add few papers to SEE ALSO. Particularly the first one demonstrates
the diminishing value of P-states compared to C-states on new CPUs.
2011-08-09 07:09:33 +00:00
rmind a0ffc02ab8 Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. 2011-08-07 14:03:15 +00:00
rmind 83fa217ed7 Fix .Xr to membar_ops(3), not membar(9). Spotted by wiz@. 2011-08-07 12:29:24 +00:00
mrg f2baad49fd switch x86 to GCC 4.5. 2011-08-07 08:15:02 +00:00
jmcneill fd3dad8d81 add -u flag 2011-08-06 12:32:29 +00:00
jruoho 4bd85b4353 Note also common bit rates. 2011-08-06 11:07:18 +00:00
wiz d8256fc4eb Bump date for previous. 2011-08-06 08:49:04 +00:00
mbalmer f07d935b68 Document MKKMOD, patch from PR 45216. 2011-08-06 07:36:20 +00:00
jmmv bbf950e188 Rename the _atf user to _tests. The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation.  Also, this user has not gone
out yet into any stable release, so we can easily rename it.

Suggested by jruoho@.
2011-08-05 14:43:41 +00:00
plunky 67e53d37bc NOPATH the lib we are making, rather than HOSTPROG which is irrelevant 2011-08-05 09:36:28 +00:00
matt c3bb2a6aa0 Switch mips and powerpc to GCC 4.5 2011-08-05 00:24:12 +00:00
wiz a4ba190ce7 Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
Merge two one-element lists into one list.
2011-08-04 20:40:52 +00:00
martin 1c0b6eb724 no space after \ for continuation lines, please 2011-08-04 19:30:11 +00:00
rkujawa f02273fb5e Add basic PCI support for amiga port.
Add missing bus_space(9) methods needed for MI PCI.
Add p5pb(4) - Phase5 PCI bridge driver (and the man page).
Add quirks table to zbus(4) - needed for p5pb.
Change approved by phx.
2011-08-04 17:48:50 +00:00
matt 8919910c3e wd includes SATA as well. 2011-08-04 15:40:20 +00:00
mrg 7941c10dff switch sparc64 to GCC 4.5.3. 2011-08-04 00:52:49 +00:00
wiz b12bebbd56 Re-add intro(4) removed by accident. 2011-08-03 21:16:04 +00:00
wiz 593a132961 Bump date for previous. 2011-08-02 10:23:33 +00:00
wiz 5303ff6102 Whitespace nits. 2011-08-02 10:17:35 +00:00
wiz 93ae3653cd New sentence, new line. 2011-08-02 10:04:07 +00:00
mrg e740c47eb7 updates for xorg-server 1.10.3 2011-08-02 07:44:39 +00:00
mbalmer 631d5867a0 According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
2011-08-01 12:28:53 +00:00
rmind d06d3e7845 Add pserialize(9) manual page. 2011-07-30 18:19:04 +00:00
jym 232e0a977a Reflect my change for Xen sysctl(7) nodes:
kern.xen.balloon -> machdep.xen.balloon.
2011-07-30 09:39:20 +00:00
mbalmer e0b81c69ef Fix a typo, noticed by Snader_LB, tnx! 2011-07-28 16:14:50 +00:00
mrg d4bb67a86f update to xorg-server 1.9.5 2011-07-24 01:40:40 +00:00
mrg 4cdc33f137 updates for freetype 2.4.5 2011-07-24 00:33:38 +00:00
jym 175b1728c7 And struct cfdata => cfdata_t too... 2011-07-23 16:04:35 +00:00
jym c3f2a905be struct device => device_t. Bump date. 2011-07-23 16:02:15 +00:00
christos 8095409b69 Sync keyboard list with reality. 2011-07-22 19:06:23 +00:00
wiz 0fc1088390 Remove Xr to nonexisting intro(4), xref ifconfig.if(5) instead of non-existing hostname.if(5),
remove trailing empty line.
2011-07-22 08:38:43 +00:00
jakllsch 318322babb Add urndis(4) manual page. 2011-07-20 20:51:11 +00:00
jruoho 0ead7c269a Xref delay(9) and kpause(9) with each other. 2011-07-20 05:20:54 +00:00
dholland 6afd4e5087 typo 2011-07-18 04:39:28 +00:00
dholland 99199b5b1a fix typo 2011-07-17 23:50:05 +00:00
joerg 3eb244d801 Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
2011-07-17 20:54:30 +00:00
tsutsui ce89d25111 Add definitions for elf2aout tools. 2011-07-16 23:42:42 +00:00
matt dff840eccd VAX kernel modules need to be built with -fno-pic 2011-07-14 18:12:35 +00:00
jruoho fb62814031 Update. 2011-07-13 12:22:36 +00:00
jruoho b4d286f06e Xref hpacel(4). 2011-07-13 11:03:07 +00:00
wiz 9617d469fe Fix RCS Id. 2011-07-13 08:38:16 +00:00
jruoho b5dc3d4af2 A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on
HP NC4400. Like aps(4), this is commented out in the GENERIC kernels.
2011-07-13 07:52:48 +00:00
hannken 49511bba25 Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do.  Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

- change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp).
- remove layer_bwrite().
- welcome to 5.99.55

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.
2011-07-11 08:27:37 +00:00
matt 573c9331e5 Add more links for evbmips
Add ${MACHINE} link
2011-07-10 23:50:24 +00:00
apb 404ff31a48 Allow quoting of embedded shell metacharacters in locate.conf(5).
The shell_quote function here is identical to that in postinstall
and etcupdate.

This should fix PR 45130 from Greg Woods.
2011-07-10 13:42:49 +00:00
tsutsui 0684fd552b Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries
using objcopy(1) for old firmware, shared among src/distrib and
src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.

Discussed with mrg@ and matt@ on source-changes-d@.
2011-07-10 04:36:13 +00:00
jmcneill 0c9acadfad This driver now supports digital capture, so remove the note in the BUGS
section.
2011-07-09 15:06:49 +00:00
wiz 5002f12c95 Sort error descriptions. 2011-07-09 07:57:53 +00:00
dyoung acbb3ce8b3 Describe some of the expected return codes from bus_dmamap_load(9). 2011-07-08 22:38:08 +00:00
uwe cc65ce8e22 Augment previous. Use -Wno-uninitialized for sh3 in general, not just
dreamcast.  The problem is not sh3 per-se, but the fact that for sh3
we use -Os by default.  That causes false positives since gcc doesn't
detect that e.g. a variable is set and used under the same condition
in different "if" statements.

XXX: This should probably check for optimization level instead,
though, for all I know, phase of moon might be a contributing cause
too.

XXX2: MACHINE_CPU is set in bsd.own.mk and is not available here, so
we have to spell the test in terms of MACHINE_ARCH.
2011-07-08 20:59:53 +00:00
wiz 837dee575f Remove trailing whitespace, use Er for errors, break some lines to avoid
unintended markup.
2011-07-08 19:40:24 +00:00
mrg 5f311ecb4a # XXX GCC 4.5 for dreamcast is extra noisy for cases it should be better with
workaround via: CFLAGS+=      -Wno-uninitialized
2011-07-08 03:29:52 +00:00
dyoung 5fc6496c2d Describe bus_space_tag_create(9) and bus_space_tag_destroy(9) for
implementing bus spaces in MI code.

(This documentation may be several hours ahead of the implementation,
sorry.)
2011-07-06 21:36:16 +00:00
dyoung 9063212b84 Document bus_space_reserve(9), bus_space_reserve_subregion(9),
bus_space_release(9), bus_space_reservation_map(9),
bus_space_reservation_unmap(9), bus_space_reservation_addr(9),
bus_space_reservation_size(9), bus_space_handle_is_equal(9).
2011-07-06 18:27: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
wiz a60a258593 Remove trailing whitespace. 2011-07-03 09:10:37 +00:00
kefren 2c98490182 add RTA_TAG as defined in <net/route.h> 2011-07-03 07:25:52 +00:00
kefren 51689e9504 correct two examples and add a couple more for multiple tags 2011-07-03 07:00:47 +00:00
matt 9233f8063e Switch powerpc to USE_COMPILERCRTSTUFF=no 2011-07-02 20:21:16 +00:00
dyoung 92f34ea0d6 Bump date. 2011-07-01 22:06:19 +00:00
dyoung 1832697851 Switch machine/bus.h references to machine/bus_defs.h and
machine/bus_funcs.h references.
2011-07-01 22:05:28 +00:00
dyoung 5c997b3e12 Reference <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 17:34:44 +00:00
wiz 93a5a9bfe3 New sentence, new line. Use more markup. Bump date for previous. 2011-06-30 22:13:02 +00:00
wiz 4cbd24b23f dependant -> dependent 2011-06-30 20:09:15 +00:00
matt dd0507a9a5 Replace gzip with ${TOOL_GZIP} in manual compression.
Modify the description of USE_PIGZGZIP.
2011-06-30 18:13:51 +00:00
matt 65fe75b53f After making sure USE_PIGZGZIP is defined, add a TOOL_GZIP which will be
gzip or ${TOOL_PIGZ}.  Use of gzip can be replaced with ${TOOL_GZIP} and
automatically get to use pigz if USE_PIGZGZIP is defined as "yes".  This
avoid having to special case each of gzip.
2011-06-30 18:09:54 +00:00
macallan 4346862517 mention how to switch consoles on ADB keyboards 2011-06-30 14:56:09 +00:00
macallan 3b2a432473 document ioctl(WSDISPLAYIO_GET_EDID) 2011-06-30 14:52:37 +00:00
mrg f53e78abc3 XXX: for now, disable fatal linker warnings for GCC 4.5. 2011-06-29 08:10:05 +00:00
njoly 392e856443 Add missing El macro. 2011-06-26 10:20:41 +00:00
wiz ce0ea4e1c5 Bump date for previous. 2011-06-25 12:44:37 +00:00
nonaka c52f9a5df2 PR/45015: ld.elf_so: support ELF symbol versioning
Applied latest patch.
2011-06-25 05:45:10 +00:00
wiz 57d979b352 Quote minus so it does not become a dash. 2011-06-23 20:54:24 +00:00
riz e917779be7 Document additional settings for onpanic, from options(4). 2011-06-23 16:02:20 +00:00
riz e9fc2b6f06 Attempt to improve the documentation of ddb.onpanic, from options(4). 2011-06-23 15:57:11 +00:00
wiz 1602815d7b Sort sections, fix typos. 2011-06-23 07:47:40 +00:00
wiz 38dbd1c41d Fix typos, sort sections. 2011-06-23 07:47:22 +00:00
jruoho 5abf4f43b3 Add a small summary page for altq. From the list in PR # kern/21345. 2011-06-22 20:29:38 +00:00
jruoho 9fbe6ae1dc Add a small summary page for sysmon. From the list in PR # kern/21345. 2011-06-22 19:34:53 +00:00
mrg 75e42fa7da remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
2011-06-20 07:43:56 +00:00
mrg 8f161cd6d3 remove all the code that supported HAVE_GCC=3. mostly from chuq. 2011-06-20 06:52:36 +00:00
roy 45a3ef0c73 Add civis and cnorm to our wsvt25 entry thanks to Onno van der Linden. 2011-06-19 16:27:23 +00:00
roy cab1506d89 Import a newer terminfo.src from upstream. 2011-06-19 15:58:28 +00:00
wiz e7069a3461 Add dots in abbreviation. 2011-06-19 07:17:18 +00:00
pgoyette eff7c483c3 Rather than requiring the user to know the internal encoding of sensor
types, allow the user to specify the type using the units description.

XXX Numeric specification is still permitted but will be removed soon.
2011-06-19 03:12:31 +00:00
wiz 225e0233f3 Remove trailing whitespace. Bump date for previous. 2011-06-17 18:13:49 +00:00
manu 448e1c49b2 Add mount -o extattr option to enable extended attributs (corrently only
for UFS1).
Remove kernel option for EA backing store autocreation and do it by
default. Add a sysctl so that autocreated attriutr size can be modified.
2011-06-17 14:23:50 +00:00
wiz 71ef0adbc7 New sentence, new line. 2011-06-16 21:53:53 +00:00
njoly 6e98f89e0f typo (hieararchy -> hierarchy). 2011-06-16 21:46:28 +00:00
njoly a81689a0c4 Add fstype and unprivileged-user tests configuration variables
description. Fix PR/45038.
2011-06-16 21:42:38 +00:00
yamt 62ff8c0d5c pseudo-interface -> pseudo-device 2011-06-16 03:23:08 +00:00
mrg a2c4975d63 build evbppc modules in 3 different flavours:
- oea (default)
	- ibm4xx
	- booke

this, together with earlier machine_module[] work, should allow evbppc
platforms to use modules.
2011-06-15 09:45:58 +00:00
jruoho 6e72689aa7 Try to attach hpet(4) also via a specific HPET table. Fixes PR kern/43702. 2011-06-14 13:59:23 +00:00
njoly 8d08b790cc Consistently use "Brq Dv" macros for pathconf(2) variables. 2011-06-14 13:19:32 +00:00
wiz 8e12ffad8d Mark up NULL. 2011-06-14 07:49:09 +00:00
jruoho 837886fd82 Add some. 2011-06-14 05:43:37 +00:00
rmind 3f1c6aa712 Update getnewvnode(9) description. 2011-06-14 00:56:02 +00:00
rmind 60e221031b VOP_LEASE(9) was removed long ago. Misc improvement. 2011-06-14 00:22:45 +00:00
rmind 1d2a79ab46 Describe ubc_purge(9). 2011-06-14 00:19:20 +00:00
rmind 15de01ccb7 Xr uvm_km(9) 2011-06-14 00:18:00 +00:00
nonaka a5706f7ee2 Removed non-existent wsfont_getflg() functions.
Const'fy name in struct wsdisplay_font.
Fixed some typo.
2011-06-13 15:24:21 +00:00
jruoho ef74b36d13 Rewrite the aibs(4) driver in order to support new models. Draws from the
revision 1.6 (claudio@) of the OpenBSD's equivalent driver. Tested by mrg@.
2011-06-12 07:25:43 +00:00
pgoyette 1dcfbf4075 Correct description for hw.swwdog.reboot behaviour. 2011-06-08 12:19:14 +00:00
wiz a9c099f5bf Fix typo. 2011-06-07 20:23:14 +00:00
wiz 0d3e47c8e9 Whitespace fix and sort SEE ALSO. 2011-06-07 20:22:56 +00:00
fair d53081d682 Document PPS_SYNC for com(4) and zstty(4) (the only serial drivers
in which NetBSD currently supports the option), with cross reference
to ntpd(8) and options(4).
2011-06-07 18:02:35 +00:00
jym c9ee6caf03 Document the naming convention. 2011-06-07 17:13:43 +00:00
wiz f1bd2eac9d New sentence, new line. 2011-06-07 07:27:31 +00:00
wiz 5baa81cafd Remove leading zero in date. 2011-06-07 07:26:19 +00:00
msaitoh 691f9bca2f - Add some new devices (from OpenBSD rev. 1.11-1.12,1.15 and 1.20).
- force usb to send a zero length packet on the end of usb packets
  which happen to be a multple of 64 bytes, to indicate end of packet.
  (from OpenBSD rev. 1.23)
- style change
2011-06-07 05:46:00 +00:00
wiz 1480720bc7 Sort sections. 2011-06-06 18:01:15 +00:00
jruoho 5c3b0cfd8f Instead of ioapic(4), make MLINKS { lapic(4), ioapic(4) } to apic(4). 2011-06-06 16:52:15 +00:00
njoly 293ed9ea7e Fix typo (.Ed -> .El). 2011-06-06 12:54:48 +00:00
christos 7e3e66b16b add libgcc_pic dependency. 2011-06-05 23:09:15 +00:00
jnemeth 5d8eade971 Brett Blymn -> Brett Lymn 2011-06-05 05:49:54 +00:00
jruoho 7749bedf08 For completenesses sake, note, in 2011, /etc/floppytab. 2011-06-04 18:27:39 +00:00
pgoyette f02db4b78c Update to remove value_avg from list of properties. 2011-06-04 13:27:57 +00:00
dholland 4cb0f7967a fix a couple typos 2011-06-04 05:30:45 +00:00
pgoyette 483caa9fa0 Document new options in the proplist 2011-06-04 02:03:31 +00:00
rmind 3b0ab829be Sync (mostly, not fully) uvm_km(9) and uvm_map(9) man pages with reality. 2011-06-03 18:43:38 +00:00
wiz 203a6ec972 Sort SEE ALSO. 2011-06-03 08:06:54 +00:00
yamt ea2d998dd1 correct the section number of membar_producer. noted by wiz@ 2011-06-03 04:33:31 +00:00
jruoho 0901655f4f Use .Ss and -offset indent. 2011-06-02 09:02:39 +00:00
jruoho b4ab399621 Note USE_FORT. 2011-06-02 08:58:34 +00:00
yamt 82bfd3cade mention memory barriers necessary for non-interlocked adaptive mutex release. 2011-06-02 00:58:26 +00:00
dyoung bc07e228a2 Describe the arguments to ctor and dtor. 2011-06-01 20:49:22 +00:00
jruoho 29ca3fb160 Fix a typo. 2011-06-01 11:19:19 +00:00
jruoho b035f17c15 Indent the two lists with the same width. 2011-06-01 11:10:59 +00:00
jruoho 86b00a2e06 Remove the previous, as it was already there. Instead, split one long
paragraph and fix a typo.
2011-06-01 11:06:36 +00:00
jruoho 1642dc4734 Note bluetooth. 2011-06-01 11:03:27 +00:00
rmind 7524727f91 Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.
OK mrg@
2011-06-01 02:22:18 +00:00
uebayasi 945899b14e Sort list items. Remove a trailing whitespace. 2011-05-31 03:43:47 +00:00
joerg 78ec0254df Reorder CWARNFLAGS and -Werror in CFLAGS to allow CWARNFLAGS and by
extension CWARNFLAGS.${SOURCE} to override it selectively.
2011-05-30 13:56:34 +00:00
joerg 70e887f5ec Add an alternative to NOGCCERROR for clang. 2011-05-30 13:47:01 +00:00
dyoung 9a37c59cd7 MI drivers should #include <sys/bus.h> not <machine/bus.h>. 2011-05-30 01:48:40 +00:00
wiz 102976ee1d Bump date for SOCK_SEQPACKET; add serial commas. 2011-05-29 08:46:42 +00:00
manu b6e29283f6 Document that SOCK_SEQPACKET is supported 2011-05-29 04:51:15 +00:00
ryo 1dbe16cda3 add entry for SystemBase SB16C1054/SB16C1058 2011-05-28 11:12:22 +00:00
drochner c15003e636 add Upper Volta (Burkina Faso)
(got a nigeria-style spam mail with a phone number and was curious
where it came from)
2011-05-27 17:12:47 +00:00
drochner 53cdf0b54e make the "tags" target non-.PHONY because it reflects a real file,
and remove some nonsense in libc Makefile which caused that
a "tags" file was written in my source tree
2011-05-27 17:06:54 +00:00
wiz b02dc2fb68 Bump date for previous. 2011-05-27 11:15:17 +00:00
plunky b52bb12959 provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.
2011-05-27 09:28:41 +00:00
joerg a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
uebayasi dcf649145a Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.
From jmmv@, no objections seen in the proposed thread:

	http://mail-index.netbsd.org/tech-kern/2009/01/22/msg004081.html
2011-05-26 04:25:26 +00:00
joerg 7e217e1f53 Restrict -Wno-non-template-friend and -Wno-pmf-conversions to GCC. 2011-05-25 15:02:25 +00:00
joerg 175c50ac7e Add support for compiler specific warning flags with
CWARNFLAGS.${COMPILER}
2011-05-25 15:01:08 +00:00
joerg 0cd1e39abe Disable Clang's array boundary checker for now (hits e.g. in GCC and BDB) 2011-05-23 14:32:05 +00:00
drochner 5fafa9c424 -in the descriptor for encryption xforms, split the "blocksize" field
into "blocksize" and "IV size"
-add an "reinit" function pointer which, if set, means that the xform
 does its IV handling itself and doesn't want the default CBC handling
 by the framework (poor name, but left that way to avoid unecessary
 differences)
This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms.
Refer to ivsize instead of blocksize where appropriate.
(At this point, blocksize and ivsize are identical.)
2011-05-23 13:46:54 +00:00
joerg 1742cf8828 Simplify a bit 2011-05-22 20:52:12 +00:00
joerg 7cfd64c6f6 Split SSP parameters on a per-compiler base 2011-05-22 20:49:16 +00:00
joerg e7d3de7e55 No -Wno-traditional for clang. 2011-05-22 20:24:46 +00:00
plunky 762c58f13a simplify PCC inclusion; MKPCCDMDS is not really required 2011-05-20 16:02:21 +00:00
joerg 00f0e17e85 Fully support per-target AFLAGS. 2011-05-20 14:27:48 +00:00
riastradh 1cef303517 Add a cmsg.3 man page symlink, since I can never remember its name.
ok wiz
2011-05-19 21:39:02 +00:00
riastradh 8b58813d92 Fix some typos and incorrect idioms with the cmsg botch^WAPI.
Add a couple cross-references too.

ok wiz
2011-05-19 21:16:45 +00:00
joerg 1fe45e28aa Add fine-grained compiler selection, including clang support. 2011-05-19 14:29:27 +00:00
wiz ee4a63b058 Improve wording. 2011-05-19 08:55:01 +00:00
adam dde94184d6 Reverting last change; joerg has a better approach 2011-05-19 06:09:36 +00:00
rmind 95ea6d26ab Re-implement kthread_join(9), so that it actually works (hi haad@). 2011-05-19 03:07:29 +00:00
adam 84862a28ce Add support for LLVM/Clang 2011-05-18 13:08:14 +00:00
christos 6bbebf8328 Enable c99 mode by default.
This has the side effect of complaining for missing prototypes
implicit type declarations and missing return statements.

NB:	I've only ran a build on amd64, so other platforms MI code might break.
	If you can't wait for me to fix them, revert this commit.
2011-05-17 01:12:34 +00:00
jmmv 21bb82bc2e Remove any stale .fifo files when doing 'test'. These may be leaked if
the user aborts the execution of atf-run with Ctrl+C, which will prevent
a subsequent 'make test' from working at all.
2011-05-14 17:47:28 +00:00
enami deea6a1c0e According to their home page, N of IANA is plural. 2011-05-10 23:33:07 +00:00
jruoho 88152d886b Use .Ss. 2011-05-10 17:00:44 +00:00
jruoho 4f636e256c Xref div(3) and remainder(3). 2011-05-10 12:09:00 +00:00
jruoho 5a43e397bb Xref ilogb(3). 2011-05-10 06:39:45 +00:00
haad 1d514c3d24 Add MKPERFUSE flag to those who are enabled by default. 2011-05-09 14:36:48 +00:00
dholland 490409ebab Grammar patrol 2011-05-07 07:16:08 +00:00
jruoho 6372875351 Fix PR bin/22230. 2011-05-03 16:25:19 +00:00
jruoho 4811a79682 Link {daily, monthly, weekly}.conf.5 to {daily, monthly, weekly}.5 and move
things around a little. Part of fixing PR bin/22230.
2011-05-03 16:12:23 +00:00
wiz daf04c06a3 Remove \*[q] -- not necessary, just use plain double quotes instead. 2011-05-03 09:36:24 +00:00
jym 8e2b504dac Small typo fix. 2011-04-30 19:34:10 +00:00
wiz 4aa3981b30 New sentence, new line. Use more markup. 2011-04-29 10:40:46 +00:00
mbalmer 64648650d8 missing files 2011-04-29 09:57:49 +00:00
pgoyette bc9b1da0ae Note that atabus* can also attach at ahcisata? 2011-04-28 23:45:15 +00:00
mbalmer b2c3b2a905 add Yen symbol 2011-04-28 21:02:34 +00:00
wiz e76a48e3e3 Spelling. 2011-04-28 17:22:20 +00:00
wiz 5f70e190b1 Improve wording. 2011-04-28 17:09:19 +00:00
wiz bd723a1420 New sentence, new line. 2011-04-28 17:08:29 +00:00
wiz 56ba81ff55 Sort options in SYNOPSIS. 2011-04-28 16:36:15 +00:00
wiz 7ff4aecdb3 New sentence, new line. Add serial comma. 2011-04-28 16:20:20 +00:00
wiz f91866566f New sentence, new line. 2011-04-28 16:11:37 +00:00
wiz f78929cf33 Add RCS Id and avoid extra new lines in AUTHORS section. 2011-04-28 16:10:37 +00:00
wiz b4d959b31f Fix Dt argument, remove superfluous Pp, remove reference to non-existing
isvctl(8).
2011-04-28 16:08:21 +00:00
wiz 901cdb562b Typo fix. 2011-04-28 12:22:35 +00:00
wiz c8bdc0a9f7 New sentence, new line. 2011-04-28 12:18:30 +00:00
wiz 0b710d099b New sentence, new line. 2011-04-28 12:15:35 +00:00
wiz 8bd2274743 Remove superfluous Pp. 2011-04-28 12:06:41 +00:00
wiz abc39e8ff4 Spelling. 2011-04-28 11:25:12 +00:00
mbalmer 3c3e4a052f Fix SCO. 2011-04-28 07:32:36 +00:00
mbalmer 9d34d3bbe5 Kazakh character code mappings reside in KAZAKH/, not MISC/. I really wonder
why nobody noticed this before...
2011-04-28 07:08:59 +00:00
mbalmer 5f971e5eac Add Japan CBM character codes. 2011-04-27 20:05:56 +00:00
wiz eafacad922 Bump date for uvm_swap_stats() removal; remove superfluous Pp. 2011-04-27 06:02:03 +00:00
rmind fe41737f5c Remove public uvm_swap_stats() routine, keep it internal. 2011-04-27 00:35:52 +00:00
wiz ea124d4898 Remove references to just removed Darwin and Irix emulation. Bump date. 2011-04-26 22:17:17 +00:00
joerg 787e55aa29 Remove PECOFF/Win32 emulation. 2011-04-26 16:57:38 +00:00
hannken 87522af425 Change vflushbuf() to return an error if a synchronous write fails.
Welcome to 5.99.51.
2011-04-26 11:32:38 +00:00
he ae7d1665f4 The new Heimdal adds -lwind and -lheimbase to the set of libraries,
so define the corresponding LIB* variables.
These are also needed in the PAM_STATIC_* variables, so add them there too.
2011-04-26 08:22:17 +00:00
wiz d154cf1438 Add missing word. 2011-04-25 22:31:12 +00:00
wiz aa6a6987e7 Remove trailing whitespace. 2011-04-25 22:28:21 +00:00
wiz 929b5a7b29 Sort sections. 2011-04-25 22:27:20 +00:00
wiz 221e203109 Spelling. 2011-04-25 22:26:29 +00:00
wiz 235dacfc64 Sort SEE ALSO, sort errors. 2011-04-25 22:08:18 +00:00
tron 581f9c7a22 Add and entry for the Intel i82545GM with external PHY which works fine:
wm0 at pci1 dev 1 function 0: Intel i82545GM 1000BASE-T Ethernet, rev. 4
wm0: interrupting at ivec 0
wm0: 64-bit 66MHz PCI bus
wm0: 256 word (8 address bits) MicroWire EEPROM
wm0: Ethernet address 00:04:23:xx:xx:xx
makphy0 at wm0 phy 1: Marvell 88E1011 Gigabit PHY, rev. 5
2011-04-23 16:46:51 +00:00
joerg 0cef9f9563 Add MKBSDGREP switch for easy testing of the GNU grep
replacement/alternative.
2011-04-21 14:26:33 +00:00
wiz a422d26790 Spelling, sort sections. 2011-04-20 08:20:16 +00:00
jym f5c98195c2 So, hi again, balloon(4). Merge with the current version:
- driver attaches to xenbus(4) (no compile time option anymore)
- max reservation hypercall is fixed
- sysctl(7) entries are now in KiB (like Xentools) rather than in number
of pages
- some more explanations.
2011-04-20 00:21:34 +00:00
jym 53935bb7a5 Sigh, removing balloon(4) there was already one living under x86.
Not marking the entry in set lists as obsolete, the man page stayed
in there for approx. 5min.

(apologies for the noise)
2011-04-20 00:04:54 +00:00
jym ab22fdaedf Please welcome balloon(4), the Xen memory balloon man page. 2011-04-19 23:54:38 +00:00
joerg cad1e2593b Fix --sysroot usage. 2011-04-18 02:16:55 +00:00
christos afb74ce0eb Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean &&
make)
2011-04-17 15:03:37 +00:00
tron 7d762fda62 Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't
understand that option. This should unbreak tool builds.
2011-04-17 12:54:22 +00:00
mrg 19625811ee prepare for evbppc modules, and allow overriding the ${MACHINE} for
installed modules.
2011-04-17 09:47:40 +00:00
mrg 3776a6678e it's spelled CPPFLAGS not CPPFLAGGS. 2011-04-17 00:05:36 +00:00
christos 62ee277445 Need --sysroot=/ otherwise ld does not find crt0.o and friends. 2011-04-16 22:45:23 +00:00
christos 640ac4b1c5 Simplify and correct (previous did not work for !defined(DESTDIR) 2011-04-16 21:41:24 +00:00
elric 98fbe74f8c Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal.  The latter was just imported as the head
of the Heimdal tree as of a few days ago.
2011-04-15 18:05:42 +00:00
wiz 716425e6ac No need to use \*[q], use plain double quotes instead. 2011-04-14 06:56:28 +00:00
jruoho 2619753dbd Improve as per discussion on source-changes. 2011-04-14 05:45:34 +00:00
jruoho 90fb5b4eb9 Put asctime(3) explicitly to SEE ALSO. 2011-04-12 13:48:29 +00:00
jruoho 47a900e8bc Move some of the discussion from the messy ctime(3) to tm(3). 2011-04-12 08:39:26 +00:00
jruoho 6b4c2634f4 Add a small summary parge for struct tm from <time.h>. Cf. timeval(3). 2011-04-12 08:22:48 +00:00
jruoho 4767f8f268 Small rewording. 2011-04-12 04:27:02 +00:00
joerg 5e3fd2e02b Adjust --sysroot related usage:
-Wl,-rpath does not expand =, so just drop it.

Drop -Wl,-rpath-link entries that duplicate the -Wl,-rpath entries, this
is done implicitly now that ld is built with sysroot support.

Use ${DESTDIR} explicitly for the remaining -Wl,-rpath-link entries.
2011-04-11 23:03:38 +00:00
joerg c033559e42 GCC 4.1 doesn't have the support code for -I =... yet, so don't use it
for now.
2011-04-11 21:04:11 +00:00
joerg 31ba4e2954 Use ?: operator to determine when to add --sysroot. Unbreaks clang
bootstrap.
2011-04-10 21:03:17 +00:00
joerg c28ff146c9 For USETOOLS=yes, use the --sysroot support of the compiler to cut down
the number of hard-coded pathes and magic invocations.
2011-04-10 16:52:36 +00:00
jruoho 42c705227a Xref unistd(3). 2011-04-10 10:02:34 +00:00
wiz 16c91ae7ec Fix some xrefs. 2011-04-10 10:01:06 +00:00
jruoho 4ad08c6b86 Add a small summary page for <unistd.h>. 2011-04-10 09:58:00 +00:00
wiz 75eeddb97e Fix a typo and a whitespace nit. 2011-04-09 21:53:58 +00:00
jdc 9e7d55a0ad Add a manual page for ffb(4). 2011-04-09 19:37:13 +00:00
jruoho a9e93d02ff Fix SYNOPSIS. 2011-04-09 17:25:28 +00:00
jruoho 237b9fd91d Use .In for headers. 2011-04-08 10:14:24 +00:00
wiz b471ea6774 Remove superfluous Pp. 2011-04-08 08:50:52 +00:00
wiz 3d72e50534 Sort SEE ALSO. 2011-04-08 08:49:19 +00:00
wiz 0c99d89e18 Sort sections. 2011-04-08 08:47:54 +00:00
wiz b0f3c6983e Sort SEE ALSO. 2011-04-08 08:47:50 +00:00
wiz 264450c5e9 Do not Xr yourself. 2011-04-08 08:47:34 +00:00
wiz ce403b037d New sentence, new line. 2011-04-08 08:47:12 +00:00
jruoho 4f8cd38b3a And finally, fix a typo. 2011-04-08 08:46:12 +00:00
jruoho 9a991ffd99 Clarify a little; ilog2(3) is a macro. 2011-04-08 08:42:56 +00:00
jruoho e5c4609f82 Xref bitops(3). 2011-04-08 08:40:05 +00:00
jruoho bd040c35ba Add also a small summary page for <sys/bitops.h>. 2011-04-08 08:36:33 +00:00
jruoho 5b56473c84 Use bullets in the list. 2011-04-08 08:12:51 +00:00
jruoho 17e4083e75 Remove leftover .Ed. 2011-04-08 07:57:48 +00:00
jruoho bacb261ac9 Xref param(3). 2011-04-08 07:55:04 +00:00
jruoho 5ae9d52443 Briefly summarize <sys/param.h>. 2011-04-08 07:47:42 +00:00
jruoho d21d7bda46 Put back the example (removed in the revision 1.3). 2011-04-08 06:55:14 +00:00
joerg 8f1068802c Compute the build seed using :hash. 2011-04-07 01:40:32 +00:00
jym b793e91e75 Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN
filenames, and ifconfig_xxN variables inside rc.conf(5).

Should fix PR misc/39376.
2011-04-07 00:22:59 +00:00
jym d833e65927 Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under
XEN3_DOM0 amd64.

Fixes PR misc/39376.

See http://mail-index.netbsd.org/port-xen/2011/04/06/msg006603.html
2011-04-06 23:51:55 +00:00
jruoho 789c04236c Note also KASSERTMSG(). Small markup changes. 2011-04-06 05:40:18 +00:00
dyoung 38c5ac17f7 Update manual page for constification of pci_attach_args. 2011-04-05 14:57:33 +00:00
phx 186aa5bc42 Add man page for s390rtc(4). 2011-04-05 11:24:46 +00:00
wiz 8f93b1aa3c Remove superfluous Pp. 2011-04-05 08:26:24 +00:00
wiz c50d6a3380 Sort SEE ALSO, fix Dt argument. 2011-04-05 08:25:25 +00:00
wiz b351288a9a New sentence, new line. 2011-04-05 08:24:43 +00:00
bouyer 0dcb8f5af8 Add a man page for rdcpcib(4). While there move rdcide.4 to i386/ 2011-04-04 17:26:23 +00:00
wiz 0a6486633f Sort sections. 2011-04-04 07:17:08 +00:00
jym e3ac71de45 Update xvif(4). Interface name changed from xvifX.Y to xvifX-Y. 2011-04-03 23:44:46 +00:00
njoly fb7cdbe06b Fix prologue macros order. 2011-04-01 13:54:00 +00:00
jruoho 3252ed3efa Continue the previous. Namely, separate FILES and EXAMPLES -sections. 2011-04-01 10:32:37 +00:00
wiz 8f79b0c789 Remove trailing whitespace, fix some xrefs, improve markup. 2011-04-01 08:48:41 +00:00
jruoho f99aa51290 Remove references to UUCP. 2011-04-01 06:51:54 +00:00
jruoho 9d0b321d43 Xref MAKEDEV(8). 2011-04-01 06:03:06 +00:00
jruoho 182bf29856 Add example. 2011-04-01 05:24:37 +00:00
sjg 3a7555cc69 A man page for filemon(4) 2011-04-01 00:07:34 +00:00
jruoho bb2c5893fc Remove a duplicate word, .Fn for functions, .Vt. 2011-03-30 21:40:01 +00:00
jruoho 793b141fd9 Xref cdefs(3). 2011-03-30 15:37:15 +00:00
jruoho a5f9dd4f2b Add some random, but decent enough, reading material to SEE ALSO. 2011-03-30 11:41:48 +00:00
jruoho a08955ebd9 Xref paths(3). 2011-03-30 10:08:02 +00:00