summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2010-11-05a RF -> an RF;Jason McIntyre
2010-11-05mention RT3090 in 4.9 in HISTORY sectionDamien Bergamini
2010-11-05.Xr urtwnDamien Bergamini
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
these devices are different from the RTL8191SU/RTL8192SU ones that are not supported by this driver. requires a firmware (urtwn-firmware-1.0) committed over a Hercules HWNUp-150 (RTL8188CU). ok deraadt@
2010-11-05Document "show mbuf addr" to display the mbuf header of the mbuf at addr.Claudio Jeker
Requested by miod@
2010-11-01typo fix lifted from the last tmux commit ("one of more");Jason McIntyre
2010-11-01- switch from wpapsk to wpakeyJason McIntyre
- remove the "return device to default settings" example, which theo says is rubbish ok deraadt
2010-11-01Update to tzdata2010o from elsie.nci.nih.govTodd C. Miller
2010-10-31update description for /usr/share/doc;Jason McIntyre
2010-10-29Referring to terms explained in other manuals, always use .Xr.Ingo Schwarze
Otherwise, hyperlinks can't be produced and people will likely miss the additional information available. Requested by deraadt@.
2010-10-29talk about pkg-readmes and /etc/rc.dMarc Espie
2010-10-28document /etc/rc.d; description from ajacoutotJason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28no more groff;Jason McIntyre
2010-10-28update this page to reflect reality;Jason McIntyre
2010-10-28no more nroff or refer;Jason McIntyre
2010-10-28remove the libdes entry;Jason McIntyre
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
so it works correctly with large offsets (and matches other systems). This requires adding a new getdirentries syscall, with the old one renamed to ogetdirentries. All in-tree consumers of getdirentries() have been updated. Bump libc and libpthread major numbers. OK and with deraadt@
2010-10-28some groff_ and tmac removal;Jason McIntyre
2010-10-27Document RCDIR and files copied from PKGDIRMarc Espie
2010-10-26Document MODPY_BIN_ADJ MODPY_ADJ_FILES.Antoine Jacoutot
ok sthen@
2010-10-26Document MODFOO_pre-configure.Antoine Jacoutot
ok espie@
2010-10-26tweak previous;Jason McIntyre
2010-10-26vmt is a bit more capable now.David Gwynne
2010-10-25needs a full stop;Jason McIntyre
2010-10-24Cope with USE_X11 removal from ports infrastructure.Antoine Jacoutot
2010-10-24Document MODPY_WANTLIBStuart Henderson
2010-10-24When mentioning a function documented elsewhere, .Xr is often better than .Fn.Ingo Schwarze
Prodded by guenther@, ok jmc@.
2010-10-24new sentence, new line;Jason McIntyre
2010-10-24Add MODRUBY_RUNDEP and MODRUBY_BUILDDEP, modelled on python.port.mk.Stuart Henderson
ok jeremy@
2010-10-23More gnome MODULE tweaks.Antoine Jacoutot
2010-10-23adapt fortran module description according to recent changesSteven Mestdagh
2010-10-23Tweak after recent gnome MODULE change.Antoine Jacoutot
2010-10-23document RT3090Damien Bergamini
2010-10-23Remove the BUGS section that points to FreeBSD ports handbook.Landry Breuil
agreed by espie@
2010-10-22document USE_GROFFMarc Espie
2010-10-18As a local change, append rmacs to rs1 or rs2 for vt100 and vt220 soNicholas Marriott
that reset(1) turns off ACS. Suggested by ray, ok millert
2010-10-18The base no longer uses old groff -- it uses mandoc(1). The ports tree stillTheo de Raadt
sometimes needs groff, but there it is pulled in as a build-dependency, and it is the newer groff. We are able to do this now due to the hard work if ingo.
2010-10-18smm bits removal; whilst here, fix up aliases.5;Jason McIntyre
2010-10-18more usd/psd stuff lurking...Jason McIntyre
2010-10-18do not talk about PSD/USD;Jason McIntyre
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-18syncJasper Lievisse Adriaanse
2010-10-18documents which have not been modified in 15 years are not alive. thereTheo de Raadt
must have been mistruths in them or they are simply history and google is better at finding either.
2010-10-18stop installing these doc files, tooTheo de Raadt
2010-10-17Build tbl(1) pages with mandoc(1), not groff.Ingo Schwarze
Xenocara build checked myself, base build also by jmc@, thanks! "don't wait for me" deraadt@ Pages in base using tbl mostly look good already except for the rare .T{ macros; there may still be a few formatting issues in xenocara, please speak up when you run into them. Eventually, mandoc will catch up.
2010-10-17no more sectok;Jason McIntyre
2010-10-14probabalistic -> probabilistic; from naddyJason McIntyre
2010-10-13Enable a couple UTF-8 locales for non-English languages.Stefan Sperling
ok kevlo, deraadt, espie
2010-10-12Add Sierra Wireless MC8790.Marco Pfatschbacher
OK yuo, fkr, jsg