Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-04 | add a few simple tests found in my tree | Ingo Schwarze | |
2010-12-04 | fix fd leak; spotted and ok dtucker@ | Damien Miller | |
2010-12-04 | Now that we don't have groff in base any longer, check in the desired output, | Ingo Schwarze | |
such that the regression suite does not depend on ports. | |||
2010-12-04 | Make sgi port compile again. | Joel Sing | |
2010-12-04 | The pm_cpus member of the pmap is now a 64bit integer: update the assembly | Philip Guenthe | |
used in cpu_switch() for handling it. Also, delete an unnecessary instruction that I added while debugging the pm_cpus handling before ok kettenis@ | |||
2010-12-04 | Teach swapctl(2) about DUIDs. | Joel Sing | |
ok deraadt@ | |||
2010-12-04 | adjust for hard-link support | Damien Miller | |
2010-12-04 | add a protocol extension to support a hard link operation. It is | Damien Miller | |
available through the "ln" command in the client. The old "ln" behaviour of creating a symlink is available using its "-s" option or through the preexisting "symlink" command; based on a patch from miklos AT szeredi.hu in bz#1555; ok markus@ | |||
2010-12-03 | move check for revoked keys to run earlier (in auth_rsa_key_allowed) | Damien Miller | |
bz#1829; patch from ldv AT altlinux.org; ok markus@ | |||
2010-12-03 | check that g^x^q === 1 mod p; recommended by JPAKE author Feng Hao | Damien Miller | |
(this code is still disabled, but apprently people are treating it as a reference implementation) | |||
2010-12-03 | be more strict on socket lifetime (fixes a fd leak). | Eric Faurot | |
ok gilles@ | |||
2010-12-03 | really turn -H off; | Jason McIntyre | |
2010-12-03 | add missing header needed by futimes() | Charles Longeau | |
ok stsp@ | |||
2010-12-03 | Sync with amd64, to allow this to compile without warnings with gcc4: | Miod Vallat | |
``Correct the _atomic_lock() asm so that gcc accepts the constraints when compiling without optimization; fix copied from the kernel's atomic.h'' spotted by jim@ | |||
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin | |
because it is always PCKBC_KBD_SLOT ok miod@, krw@ | |||
2010-12-03 | missing ; in previous | Jacob Meuser | |
2010-12-03 | Sizes may also be specified in gigabytes or terrabytes. | Todd C. Miller | |
OK jmc@ | |||
2010-12-03 | Document recent cpan MODULE change. | Antoine Jacoutot | |
ok jasper@ | |||
2010-12-03 | disklabel now uses "duid", not "uid"; | Jason McIntyre | |
2010-12-03 | turn off -H by default (<> warning), since mandoc does not have the same | Jason McIntyre | |
html issues as nroff did; from Thomas Klausner | |||
2010-12-03 | minor cleanup; | Jason McIntyre | |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt | |
early MD and late MI files must be split up so that vers.o can sneak between. Issue spotted by bluhm, repair discussed with miod | |||
2010-12-02 | The awk's split() starts numbering array indices at 1 not 0. | Todd C. Miller | |
2010-12-02 | Track the parser status both per file (file_status), such that | Ingo Schwarze | |
we can for example skip rendering on FATAL parsing errors, and globally (exit_status), such that we know what to return. Without this, following files produced no rendered output once a single file suffered from a FATAL error. Bug reported by kristaps@, fix by me. | |||
2010-12-02 | Properly initialize the manual section to a default when .Dt is missing. | Ingo Schwarze | |
Without this, we died on an assertion. Problem noted and patch provided by kristaps@. | |||
2010-12-02 | don't attach to the hid interface of the ti msp430 | Jacob Meuser | |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt | |
having it linked last is bad (on at least i386 and amd64) because the lapic is mapped over the start of the data segment -- savecore(8) then reads the version string for a fixed buffer space, and reads into the lapic area causing unintended side-effects (at least on Intel X5570 and X5680) found by pedro, discussed with kettenis and mpf and miod | |||
2010-12-02 | make hotplug queue dynamic, allowing us to increase size without waste. | Ted Unangst | |
ok deraadt kettenis miod | |||
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst | |
tar file manipulation. with advice from guenther and jmc. | |||
2010-12-02 | Bring lang/ruby module documentation up to date. | Jeremy Evans | |
OK landry@ | |||
2010-12-02 | don't match/attach devices without a data endpoint, since this driver | Jacob Meuser | |
can't use them anyway. tested with working umodem by sthen@ ok sthen@ | |||
2010-12-01 | Fix path to register-plist. Mikolaj Kucharski | Landry Breuil | |
2010-12-01 | Cleanup by kristaps@: | Ingo Schwarze | |
* When autodetecting the format, don't assume all files are the same. * Add more comments and apply some whitespace beautifications. | |||
2010-12-01 | Merge man_action.c into man_validate.c. | Ingo Schwarze | |
Same as for mdoc_action.c, but much simpler. Work by kristaps@, re-applying OpenBSD changes on top. | |||
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze | |
basically the same things just causes code duplication and confusion. Work by kristaps@, including a few bugfixes he found during the merge, and reapplying OpenBSD changes on top. | |||
2010-12-01 | add missing header needed by mkstemp() | Charles Longeau | |
ok stsp@ | |||
2010-12-01 | Allow add a -s switch to make bioctl read the passphrase from stdin. Handy | Chris Kuethe | |
for scripting a big batch of remote unlocks. ok marco | |||
2010-12-01 | Add definition for "Extended Synch" bit in PCIe Link Control register. | Damien Bergamini | |
From PCI Express(R) Base Specification Rev 2.0. | |||
2010-12-01 | sync | Theo de Raadt | |
2010-12-01 | regen | Damien Bergamini | |
2010-12-01 | PCI id for Atheros AR9485. | Damien Bergamini | |
This is a single-stream single-band AR9300. | |||
2010-12-01 | Clarify the internal ibuf API: rename ibuf_copy() to ibuf_get() because | Reyk Floeter | |
it returns a new buffer from the internal read offset like stdio get functions do and not the same buffer when it is called multiple times. Also rename the old ibuf_get() to ibuf_getdata() because it returns a "special" data type and it matches the stdio get* conventions. pointed out by mikeb@ | |||
2010-12-01 | remove some unused tokens | Jonathan Gray | |
ok henning@ mcbride@ | |||
2010-12-01 | Don't error out if we can't opendir() when -empty is used. | Todd C. Miller | |
Fix by Bakul Shah. OK deraadt@ halex@ | |||
2010-11-30 | various clean up; ok schwarze | Jason McIntyre | |
2010-11-30 | involes -> involves; from Carlos Alberto Pereira Gomes | Jason McIntyre | |
2010-11-30 | General cleanup of the roff(7) manual, and install it. | Ingo Schwarze | |
Be more careful to not confuse requests, macros and escape sequences. Add more info at various places, including new SEE ALSO and HISTORY sections. Reads fine to jmc@. | |||
2010-11-30 | Be more specific about what .Xo can be used for. | Ingo Schwarze | |
jmc@ calls this change "sufficient" | |||
2010-11-30 | Make THREADED_PERL=true work again (not enabled by default) | Todd C. Miller | |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis | |
tested by dlg@, ok jsing@ |