Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | Resolve matching rules from superior attribute types at schema load time | Martin Hedenfal | |
instead of when each attribute is validated. | |||
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2010-09-03 | Implement attribute syntaxes from RFC4517. This adds validation to the most | Martin Hedenfal | |
common attribute types. Specialized attribute types like Delivery Method or Teletex Terminal Identifier are recognized for completeness, but not validated. | |||
2010-09-03 | Make 'file' an argument in -f description. | lum | |
ok jmc@ | |||
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | Tobias Stoeckmann | |
OpenRCS. ok xsa, zinovik | |||
2010-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | lum | |
advice and ok martynas@ | |||
2010-09-02 | Switch ECDSA default key size to 256 bits, which according to RFC5656 | Christian Weisgerber | |
should still be better than our current RSA-2048 default. ok djm@, markus@ | |||
2010-09-02 | test different key types (dsa, rsa, ecdsa) and sizes for login | Markus Friedl | |
and host keys; print time used for each iteration; ok djm@ | |||
2010-09-02 | unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ | Markus Friedl | |
2010-09-02 | permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ | Markus Friedl | |
2010-09-02 | NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same | Claudio Jeker | |
group of states (all but NBR_STA_DOWN). Clean up this confusion and remove NBR_STA_UP and NBR_STA_ACTIVE. OK michele@ | |||
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado | |
(verified by both sthen@ and me). ok sthen@; "just commit it" claudio@ | |||
2010-09-02 | remove trailing spaces and tabs; no binary change. | Igor Sobrado | |
written with help from henning@, who suggested ensuring that there are no changes in the digests for object files, thanks! ok henning@ | |||
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne | |
ok krw@ marco@ matthew@ | |||
2010-09-02 | don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE | Bret Lambert | |
ok claudio@ | |||
2010-09-02 | remove trailing whitespace. | Igor Sobrado | |
2010-09-02 | Inline bufq_impl_disksort and bufq_impl_fifo's definitions into | Matthew Dempsky | |
bufq_impls. Also, make bufq_impls const. ok dlg@ | |||
2010-09-02 | rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to | Tobias Stoeckmann | |
copy it into a newly allocated one (which is even a memory leak). ok zinovik | |||
2010-09-01 | Don't give xs->resid an invalid value (xs->datalen * st->blksize) | Kenneth R Westerback | |
inside st_interpret_sense() and then exit without making sure it's set back to <= xs->datalen. Fixes 'done < 0; strategy broken' panics when un-tar'ing /cvs from my ahci DAT tape drive. ok dlg@ more-or-less-ok matthew@ | |||
2010-09-01 | prefer ECDH in a 256 bit curve field; prompted by naddy@ | Damien Miller | |
2010-09-01 | After all escape sequence processing, check for being beyond the last | Nicholas Marriott | |
column and and clear VTFL_LASTCHAR if so. This fixes the case where an escape sequence (originally noticed with DECSTBM) moves the cursor and doesn't reset the flag - if it was set, there would be a spurious line feed on the next input. ok miod | |||
2010-09-01 | Simplify xterm modifier detection by treating as a bitmask + 1. Spotted | Nicholas Marriott | |
by and diff from Emanuele Giaquinta. | |||
2010-09-01 | Reset running jobs when the status line is enabled or disabled as well, | Nicholas Marriott | |
some people have it bound to a key. | |||
2010-09-01 | Do not panic in parsedisk() for ``second class'' block devices (which we can't | Miod Vallat | |
root off), return NULL instead. | |||
2010-09-01 | There is no point doing wakeups in bufq_done() unless we're actually in the | Mark Kettenis | |
process of quiescing I/O. ok dlg@ | |||
2010-09-01 | Clarify why we can walk the list of bufqs without holding a mutex with a | Mark Kettenis | |
comment. | |||
2010-09-01 | Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@ | Miod Vallat | |
2010-09-01 | Add missing leading string quote character in attribute type description. | Martin Hedenfal | |
Caused syntax errors when parsing schema from the subschema. | |||
2010-09-01 | Move generic imsg/libevent glue to a separate file. | Martin Hedenfal | |
with eric@ at c2k10 | |||
2010-09-01 | some very minor tweaks to bring us in line with mdoclint -r1.12 and | Jason McIntyre | |
mdoclint.1 -r1.2; some minor os-specific differences remain | |||
2010-09-01 | pick up ECDSA host key by default; ok djm@ | Christian Weisgerber | |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller | |
Update our sources appropriately. OK deraadt@ jsg@ | |||
2010-09-01 | s/lfib/fib/ for more consistency with the other routing ctl tools. | Claudio Jeker | |
While I also made the code more consistent the most noticable change is the rename of the commandline arguments for fib coupling and viewing. OK michele@ | |||
2010-09-01 | s/lfib/fib/ for more consitency with the other routing daemons. | Claudio Jeker | |
This started manly because of ldpctl beeing inconsistent and me misstyping lfib almost every time. OK michele@ | |||
2010-09-01 | Clean-up the spl dance around suspend/resume. Okay miod@. | Paul Irofti | |
2010-09-01 | Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago. | Martin Hedenfal | |
2010-09-01 | Failure to attach a pcmcia driver could leave the function to be disabled | Miod Vallat | |
after config_found() returns; check for this and do not invoke pcmcia_ccr_read() on a disabled function in the following DPRINTF. No change for kernels without option PCMCIADEBUG. | |||
2010-09-01 | - add a few more | Jasper Lievisse Adriaanse | |
2010-09-01 | Remove unused variable: linkfail | lum | |
ok gilles@ | |||
2010-09-01 | Let non-ykbec kernels link again. | Miod Vallat | |
2010-09-01 | Restore compilability after bufq changes | Miod Vallat | |
2010-09-01 | ata information vpd page id | David Gwynne | |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne | |
rather than it being a pointer to something that needs to be allocated at attach. since all these devices need a bufq to operate, it makes sense to have it allocated as part of the softc and get bufq_init to just initialise all its fields. it also gets rid of the possibility that you wont be able to allocate the bufq struct during attach, which is something you dont want to happen. secondly, it consistently implements a split between wrapper functions and the per discipline implementation of the bufq handlers. it consistently does the locking in the wrappers rather than doing half in the wrappers and the other half in the implementations. it also consistently handles the outstanding bufq bq pointer in the wrappers. this hides most of the implementation inside kern_bufq.c. the only stuff left in buf.h is for the bits each implementation needs to put inside struct buf. tested by thib@ krw@ and me ok thib@ matthew@ no objection from krw@ | |||
2010-08-31 | Add missing prototype. | Nicholas Marriott | |
2010-08-31 | sync | Stuart Henderson | |
2010-08-31 | add id for BCM5719; from Linux tg3 driver via Brad | Stuart Henderson | |
2010-08-31 | small text tweak to accommodate previous; | Jason McIntyre | |
2010-08-31 | put .Os in the right place; | Jason McIntyre | |
2010-08-31 | style | Tobias Stoeckmann | |
2010-08-31 | Removed ra_uid, which was supposed to save the uid of a delta's author. | Tobias Stoeckmann | |
Is not used and not useful. ok xsa, zinovik |