Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-29 | punctuation needs to be space separated; | Jason McIntyre | |
2012-04-29 | I am not sure what the mess with the wiring of carrier lines on Indigo resolves | Miod Vallat | |
to, so make this controllable with device flags, and default to non-bogus wiring. | |||
2012-04-28 | document sqlite3; | Jason McIntyre | |
2012-04-28 | Document (BASE)LOCALSTATEDIR. | Antoine Jacoutot | |
2012-04-27 | Remove mention of CHMOD and CHOWN variables, no longer used. | Jeremy Evans | |
OK espie@ | |||
2012-04-26 | Document TIOCEXT and cleanup other ioctl descriptions. | Matthew Dempsky | |
ok jmc, nicm | |||
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky | |
ok deraadt | |||
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre | |
characters; prompted by a diff from robert peichaer org thanks gilles and henning for feedback ok deraadt zinke | |||
2012-04-21 | Don't mention gcc 3 anymore. | Miod Vallat | |
2012-04-19 | talk about pecl.port.mk | Stuart Henderson | |
2012-04-19 | document gcc4 module change. | Pascal Stumpf | |
ok jmc@ | |||
2012-04-19 | tweak previous; | Jason McIntyre | |
2012-04-18 | Document recent work | Miod Vallat | |
2012-04-13 | Remove 'struct _dirdesc' description and dirfd() macro defintion from | Matthew 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-12 | sort SEE ALSO; | Jason McIntyre | |
2012-04-12 | more rfork mop-up | Theo de Raadt | |
2012-04-12 | move sh to gcc4 | Jonathan Gray | |
ok miod@ | |||
2012-04-11 | Recommend using "unsigned int" instead of just "unsigned". | Alexandre Ratchov | |
ok deraadt@, tweaks from jmc@ and todd@ | |||
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber | |
compatibility with FreeBSD/NetBSD. Also rename SIMPLEQ_REMOVE_NEXT to SIMPLEQ_REMOVE_AFTER. ok mikeb@ guenther@ | |||
2012-04-08 | no more lint; | Jason McIntyre | |
2012-04-08 | unhook lint from the tree. The parser is incomplete and difficult | Jonathan 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-06 | Remove raidframe related references. | Joel Sing | |
2012-04-06 | Regen. | Joel Sing | |
2012-04-05 | Mention clang module. | Stuart Henderson | |
2012-04-04 | use -nosplit for AUTHORS; | Jason McIntyre | |
2012-04-04 | It's @option no-default-conflict not option @no-default-conflict | Landry Breuil | |
2012-04-04 | add a few airport recently encountered | Jasper Lievisse Adriaanse | |
2012-04-04 | VERSION -> NPM_VERSION for the www/node MODULE. | Antoine Jacoutot | |
2012-04-03 | Default DMA-reachable address constraints to the whole address space, and | Miod 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-03 | Add documentation for the www/node module. | Jeremy Evans | |
OK sthen@ | |||
2012-04-02 | Update to tzdata2012c from munnari.oz.au | Todd C. Miller | |
2012-04-01 | Update termtypes.master to terminfo.src from ncurses-5.9-20120331. | Nicholas Marriott | |
Mostly trivial changes. | |||
2012-03-29 | avoid line wrap in EXAMPLES; from Thomas Pfaff | Jason McIntyre | |
2012-03-29 | The gnome MODULE also modify CONFIGURE_ENV. | Antoine Jacoutot | |
2012-03-29 | tweak previous; | Jason McIntyre | |
2012-03-28 | regen | Miod Vallat | |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod 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-28 | Make the yelp section (a little) more understandable. | Antoine Jacoutot | |
poor bentley@ probably burnt his eyes on this... | |||
2012-03-28 | the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebug | Jason McIntyre | |
completes revision 1.57! from Visa Hankala | |||
2012-03-26 | Try 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-26 | Mention ZTE Skate. Other ZTE models might work but I have none to test. | Federico G. Schwindt | |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray | |
2012-03-24 | use Cd in SYNOPSIS; requested by kristaps | Jason McIntyre | |
2012-03-22 | + diagnostic | Marc Espie | |
2012-03-17 | some updates to reflect reality; prompted by a diff from Daniel Bolgheroni | Jason McIntyre | |
ok ajacoutot | |||
2012-03-17 | for consistency, remove "2.0" from mos' Nd; ok jsg | Jason McIntyre | |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne | |
no objection from mcbride@ krw@ markus@ deraadt@ | |||
2012-03-15 | Add AMD Hudson-2 chipset. From Brad. | Stuart Henderson | |
2012-03-15 | Fix typo with the entry for the AMD Hudson-2 chipset. From Brad. | Stuart Henderson | |
2012-03-15 | Let nviic(4) match the NVIDIA MCP89 chipset, from Brad. | Stuart Henderson | |