summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2012-04-29punctuation needs to be space separated;Jason McIntyre
2012-04-29I am not sure what the mess with the wiring of carrier lines on Indigo resolvesMiod Vallat
to, so make this controllable with device flags, and default to non-bogus wiring.
2012-04-28document sqlite3;Jason McIntyre
2012-04-28Document (BASE)LOCALSTATEDIR.Antoine Jacoutot
2012-04-27Remove mention of CHMOD and CHOWN variables, no longer used.Jeremy Evans
OK espie@
2012-04-26Document TIOCEXT and cleanup other ioctl descriptions.Matthew Dempsky
ok jmc, nicm
2012-04-26Add strnlen() to libkern.Matthew Dempsky
ok deraadt
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
characters; prompted by a diff from robert peichaer org thanks gilles and henning for feedback ok deraadt zinke
2012-04-21Don't mention gcc 3 anymore.Miod Vallat
2012-04-19talk about pecl.port.mkStuart Henderson
2012-04-19document gcc4 module change.Pascal Stumpf
ok jmc@
2012-04-19tweak previous;Jason McIntyre
2012-04-18Document recent workMiod Vallat
2012-04-13Remove 'struct _dirdesc' description and dirfd() macro defintion fromMatthew Dempsky
dir(5) now that the former is an opaque type within libc and the latter is a proper function. Pointed out by millert; ok jmc, guenther
2012-04-12sort SEE ALSO;Jason McIntyre
2012-04-12more rfork mop-upTheo de Raadt
2012-04-12move sh to gcc4Jonathan Gray
ok miod@
2012-04-11Recommend using "unsigned int" instead of just "unsigned".Alexandre Ratchov
ok deraadt@, tweaks from jmc@ and todd@
2012-04-11SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency andChristian Weisgerber
compatibility with FreeBSD/NetBSD. Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER. ok mikeb@ guenther@
2012-04-08no more lint;Jason McIntyre
2012-04-08unhook lint from the tree. The parser is incomplete and difficultJonathan Gray
to fix and there are several alternatives that don't tell quite so many dangerous lies. enthusiastic agreement from a bunch of people
2012-04-06Remove raidframe related references.Joel Sing
2012-04-06Regen.Joel Sing
2012-04-05Mention clang module.Stuart Henderson
2012-04-04use -nosplit for AUTHORS;Jason McIntyre
2012-04-04It's @option no-default-conflict not option @no-default-conflictLandry Breuil
2012-04-04add a few airport recently encounteredJasper Lievisse Adriaanse
2012-04-04VERSION -> NPM_VERSION for the www/node MODULE.Antoine Jacoutot
2012-04-03Default DMA-reachable address constraints to the whole address space, andMiod Vallat
narrow these in the various ipXX_machdep.c. On IP22-like systems, narrow them to 28 bit physical addresses, but unpessimize this by extending this to 32 bit after autoconf, if no 28-bit limited hpc(4) device has been found. Since physical memory on these systems start at 128MB, this means that Indigo systems with more than 128MB memory will behave correctly (and so will Indy systems with E++ boards and more than 128MB memory).
2012-04-03Add documentation for the www/node module.Jeremy Evans
OK sthen@
2012-04-02Update to tzdata2012c from munnari.oz.auTodd C. Miller
2012-04-01Update termtypes.master to terminfo.src from ncurses-5.9-20120331.Nicholas Marriott
Mostly trivial changes.
2012-03-29avoid line wrap in EXAMPLES; from Thomas PfaffJason McIntyre
2012-03-29The gnome MODULE also modify CONFIGURE_ENV.Antoine Jacoutot
2012-03-29tweak previous;Jason McIntyre
2012-03-28regenMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
(IP20, IP22, IP24) in 64-bit mode, adapated from NetBSD. Currently limited to headless operation, input and video drivers will get ported soon. Should work on all R4000, R4440 and R5000 based systems. L2 cache on R5000SC Indy not supported yet (coming soon), R4600 not supported yet either (coming soon as well). Tested to boot multiuser on: Indigo2 R4000SC, Indy R4000PC, Indy R4000SC, Indy R5000SC, Indigo2 R4400SC. There are still glitches in the Ethernet driver which are being looked at. Expansion support is limited to the GIO E++ board; GIO boards with PCI-GIO bridges not ported yet due to the lack of hardware, and this kind of driver does not port blindly. Most of this work comes from NetBSD, polishing and integration work, as well as putting as many ``R4x00 in 64-bit mode'' erratas as necessary, by yours truly. More work is coming, as well as trying to get some easy way to boot install kernels (as older PROM can only boot ECOFF binaries, which won't do for the kernel).
2012-03-28Make the yelp section (a little) more understandable.Antoine Jacoutot
poor bentley@ probably burnt his eyes on this...
2012-03-28the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebugJason McIntyre
completes revision 1.57! from Visa Hankala
2012-03-26Try to document how to use gre(4) keepalives with pf(4) enabled.Claudio Jeker
Adding a rule like "pass quick on gre proto gre no state" will ensure that the keepalive packets get through pf by bypassing the state table once. Requested by jsing@ some long time ago.
2012-03-26Mention ZTE Skate. Other ZTE models might work but I have none to test.Federico G. Schwindt
2012-03-24add a bunch of run devices found in the linux driverJonathan Gray
2012-03-24use Cd in SYNOPSIS; requested by kristapsJason McIntyre
2012-03-22+ diagnosticMarc Espie
2012-03-17some updates to reflect reality; prompted by a diff from Daniel BolgheroniJason McIntyre
ok ajacoutot
2012-03-17for consistency, remove "2.0" from mos' Nd; ok jsgJason McIntyre
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
no objection from mcbride@ krw@ markus@ deraadt@
2012-03-15Add AMD Hudson-2 chipset. From Brad.Stuart Henderson
2012-03-15Fix typo with the entry for the AMD Hudson-2 chipset. From Brad.Stuart Henderson
2012-03-15Let nviic(4) match the NVIDIA MCP89 chipset, from Brad.Stuart Henderson