Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-11 | add/fix/extend entries of exUSSR airports I've been to. | Kirill Bychkov | |
ok sthen@ | |||
2015-01-10 | Hook up nep(4). | Mark Kettenis | |
2015-01-10 | nep(4) | Mark Kettenis | |
2015-01-09 | document the chips we support. lots of raid controllers use them | David Gwynne | |
and im too lazy to find out what they are or list them all. | |||
2015-01-07 | Sync rxvt-unicode's terminfo entry with rxvt-unicode-9.21: | David Coppa | |
- Updated: Marc Lehmann <schmorp@schmorp.de>, 24 Nov 2014: implement cvvis as blinking cursor - Updated: Marc Lehmann <schmorp@schmorp.de>, 13 Dec 2014: removed superfluous 0 from sgr ok nicm@ | |||
2015-01-07 | updates for Serbia and Montenegro, from Zeljko Jovanovic | Christian Weisgerber | |
2015-01-06 | mips64 architectures moving to static PIE | Theo de Raadt | |
2015-01-06 | add Medion Mobile S4222; Ingo Feinerer | Stuart Henderson | |
2015-01-05 | fix .Nd line | uaa | |
ok by deraadt@ | |||
2015-01-04 | fix SEE ALSO; | Jason McIntyre | |
2015-01-04 | add uslhcom(4) description to usb(4) | uaa | |
overhaul SYNOPSYS of uhidev(4) ok by deraadt@ | |||
2015-01-04 | add uslhcom(4) to SYNOPSYS | uaa | |
ok by jmc@ | |||
2015-01-04 | The PRG airport has been renamed in honor of Vaclav Havel quite some | Reyk Floeter | |
time ago. From Jan Stary. | |||
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2015-01-03 | ok, landisk snapshots are out that do static PIE | Theo de Raadt | |
2015-01-03 | Given the excessively technical description in the old mdoc_samples(7) | Ingo Schwarze | |
manual and its successor groff_mdoc(7), i always considered .Ql as purely physical markup, but it turns out describing it better allows to give it a semantic meaning (in-line literal display) that doesn't contradict existing usage. One less physical, one more semantic macro, yay! Found in a discussion with Steffen Nurpmeso <sdaoden at yandex dot com>. | |||
2015-01-01 | move to 5.7-beta | Theo de Raadt | |
2014-12-31 | Do not take sh to STATICPIE yet. That will happen once matching | Theo de Raadt | |
snapshots exist. That is why mips64 is still held up (arranged with kettenis) | |||
2014-12-31 | describe .Ql more precisely; | Ingo Schwarze | |
defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com> | |||
2014-12-31 | Use the first host of the documentation ranges for both address | Mark Lumsden | |
families. ok jmc@ schwarze@ bluhm@ | |||
2014-12-30 | fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch> | Ingo Schwarze | |
2014-12-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat | |
archdep.h help from kettenis@ | |||
2014-12-29 | regen | Kenji Aoyama | |
2014-12-29 | * Ukrainian airports; from Alexey Suslikov | Christian Weisgerber | |
* add Tampere; from Timo Myyra | |||
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback | |
before you, to see their files reduced to ashes, to see those who love them shrouded in tears, and to gather into your API all their invocations. In other words, workq is no more. There is only taskq. ok kettenis@ dlg@ (creator of taskq) jmc@ | |||
2014-12-28 | Improve documentation of the header/footer macros .Dt, .Os, .TH: | Ingo Schwarze | |
* State the defaults for .Os and the fourth .TH argument. * Sync the section titles, and stop advertising obscure sections that aren't actually fully supported and certainly not recommended for use. | |||
2014-12-28 | Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on | Kenji Aoyama | |
cbus(4). This work is based on the source code of NetBSD/pc98, an unofficial NetBSD port for NEC PC-9801 series, written about 16 years ago. Thanks to NetBSD/pc98 porting staff for their work, especially NAGAO Tadaaki and N. Honda who wrote the original driver. ok miod@ | |||
2014-12-28 | alpha now supports -static -pie binaries; ok kettenis | Theo de Raadt | |
2014-12-27 | add tsciic to the masters list; | Jason McIntyre | |
2014-12-27 | As indicated by kettenis and kurt, hppa i386 powerpc now support static | Theo de Raadt | |
pie. snapshots matching this change in behaviour heading out soon. | |||
2014-12-25 | We no longer need -Wl,-Bsymbolic for -static -pie. | Mark Kettenis | |
2014-12-25 | Delete misleading and dangerous comment about customising STATIC. Nowadays, | Pascal Stumpf | |
it's not a user-settable knob. general agreement from miod@ kettenis@ deraadt@ | |||
2014-12-25 | Reduce memory and time consumption on certain malformed input files | Ingo Schwarze | |
by limiting the length of expanded input lines during the (usually recursive) expansion of user defined strings. Resource hogging found by jsg@ with afl. | |||
2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to | Miod Vallat | |
the fan sensors on systems without RMC. From NetBSD, ok deraadt@ | |||
2014-12-23 | sparc64 can move to static pie | Theo de Raadt | |
2014-12-23 | Small changes to buil | Theo de Raadt | |
2014-12-23 | missing test-depends thingy. | Marc Espie | |
explicitly document that some lists are sorted | |||
2014-12-22 | add TIMEOUT_INITIALIZER for initting timeout declaractions. | David Gwynne | |
similar to TASK_INITIALIZER and all the queue _INITIALIZER things. ok deraadt@ | |||
2014-12-19 | Do not report an EDQUOT "Disk quota exceeded" error from the routing | Alexander Bluhm | |
code. Instead generate an ENOBUFS "No buffer space available" error at the malloc(9) failure in rt_setgate(9) and propagate it. OK mpi@ | |||
2014-12-19 | Support source-hash and random with tables and dynifs; not just pools. | Reyk Floeter | |
This finally allows to use source-hash for dynamic loadbalancing, eg. "rdr-to <hosts> source-hash", instead of just round-robin and least-states. An older pre-siphash version of this diff was tested by many people. OK tedu@ benno@ | |||
2014-12-17 | add umcs(4) | Jonathan Gray | |
2014-12-16 | correct -Tutf8 and -Thtml rendering of \(~= | Ingo Schwarze | |
and change the name of \(-~ to \(|= to agree with groff; difference found by Carsten dot Kunze at arcor dot de | |||
2014-12-15 | correct some character names to match groff; | Ingo Schwarze | |
reported by Carsten dot Kunze at arcor dot de | |||
2014-12-11 | The utwitch(4) driver was never added here. Obviously it belongs in the | Theo de Raadt | |
"Human Interface Devices" section. | |||
2014-12-11 | regen | Ted Unangst | |
2014-12-11 | urio has been removed | Ted Unangst | |
2014-12-11 | according to kaspars bankovskis, allocbuf was removed in -r1.88 | Jason McIntyre | |
of sys/kern/vfs_bio.c; | |||
2014-12-10 | HISTORY correction: v7, not v6. | Ingo Schwarze | |
Facts checked by Kaspars Bankovskis using tuhs.org archives. The commit introducing the claim that it was in v6 (by Keith Bostic on June 9, 1993) does not cite any sources: http://svnweb.freebsd.org/csrg?view=revision&revision=62961 | |||
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov | |
2014-12-10 | implementation no longer updates every 10 seconds; from william orr | Jason McIntyre | |
ok mlarkin |