Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-09-03 | zap trailing whitespace; | 1 | -2/+2 | ||
2010-09-03 | add an EXIT STATUS section for /sbin; | 5 | -16/+16 | ||
2010-09-03 | remove some unneccessary macros and put EXAMPLES in a more standard format; | 1 | -11/+14 | ||
2010-09-03 | Resolve matching rules from superior attribute types at schema load time | 2 | -13/+24 | ||
instead of when each attribute is validated. | |||||
2010-09-03 | add an EXIT STATUS section for /bin; | 29 | -136/+137 | ||
2010-09-03 | Implement attribute syntaxes from RFC4517. This adds validation to the most | 5 | -16/+410 | ||
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. | 1 | -3/+4 | ||
ok jmc@ | |||||
2010-09-03 | Rename RCSNUM's fd to rf_fd, complies to other variable names and | 2 | -7/+7 | ||
OpenRCS. ok xsa, zinovik | |||||
2010-09-03 | Make second parameter of poll() the correct type. Removes compile warning. | 1 | -4/+5 | ||
advice and ok martynas@ | |||||
2010-09-02 | Switch ECDSA default key size to 256 bits, which according to RFC5656 | 1 | -2/+2 | ||
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 | 2 | -1/+50 | ||
and host keys; print time used for each iteration; ok djm@ | |||||
2010-09-02 | unbreak ControlPersist=yes for ControlMaster=yes; ok djm@ | 1 | -1/+2 | ||
2010-09-02 | permit -b 256, 384 or 521 as key size for ECDSA; ok djm@ | 1 | -2/+4 | ||
2010-09-02 | NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same | 3 | -15/+10 | ||
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 | 17 | -48/+48 | ||
(verified by both sthen@ and me). ok sthen@; "just commit it" claudio@ | |||||
2010-09-02 | remove trailing spaces and tabs; no binary change. | 5 | -29/+29 | ||
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. | 4 | -17/+19 | ||
ok krw@ marco@ matthew@ | |||||
2010-09-02 | don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE | 1 | -1/+3 | ||
ok claudio@ | |||||
2010-09-02 | remove trailing whitespace. | 1 | -3/+3 | ||
2010-09-02 | Inline bufq_impl_disksort and bufq_impl_fifo's definitions into | 2 | -30/+26 | ||
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 | 2 | -6/+4 | ||
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) | 1 | -1/+2 | ||
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@ | 1 | -2/+2 | ||
2010-09-01 | After all escape sequence processing, check for being beyond the last | 1 | -2/+13 | ||
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 | 1 | -37/+20 | ||
by and diff from Emanuele Giaquinta. | |||||
2010-09-01 | Reset running jobs when the status line is enabled or disabled as well, | 1 | -1/+2 | ||
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 | 1 | -2/+2 | ||
root off), return NULL instead. | |||||
2010-09-01 | There is no point doing wakeups in bufq_done() unless we're actually in the | 1 | -2/+2 | ||
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 | 1 | -2/+6 | ||
comment. | |||||
2010-09-01 | Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@ | 1 | -3/+2 | ||
2010-09-01 | Add missing leading string quote character in attribute type description. | 1 | -2/+2 | ||
Caused syntax errors when parsing schema from the subschema. | |||||
2010-09-01 | Move generic imsg/libevent glue to a separate file. | 9 | -216/+303 | ||
with eric@ at c2k10 | |||||
2010-09-01 | some very minor tweaks to bring us in line with mdoclint -r1.12 and | 2 | -13/+11 | ||
mdoclint.1 -r1.2; some minor os-specific differences remain | |||||
2010-09-01 | pick up ECDSA host key by default; ok djm@ | 1 | -1/+3 | ||
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | 89 | -2431/+2522 | ||
Update our sources appropriately. OK deraadt@ jsg@ | |||||
2010-09-01 | s/lfib/fib/ for more consistency with the other routing ctl tools. | 4 | -46/+46 | ||
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. | 7 | -43/+29 | ||
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@. | 2 | -17/+6 | ||
2010-09-01 | Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago. | 1 | -6/+6 | ||
2010-09-01 | Failure to attach a pcmcia driver could leave the function to be disabled | 1 | -2/+3 | ||
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 | 1 | -1/+7 | ||
2010-09-01 | Remove unused variable: linkfail | 1 | -8/+3 | ||
ok gilles@ | |||||
2010-09-01 | Let non-ykbec kernels link again. | 2 | -3/+6 | ||
2010-09-01 | Restore compilability after bufq changes | 1 | -2/+2 | ||
2010-09-01 | ata information vpd page id | 1 | -1/+2 | ||
2010-09-01 | make struct bufq a member of the softc for devices that use it, | 7 | -167/+261 | ||
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. | 1 | -1/+2 | ||
2010-08-31 | sync | 2 | -2/+7 | ||
2010-08-31 | add id for BCM5719; from Linux tg3 driver via Brad | 1 | -1/+2 | ||
2010-08-31 | small text tweak to accommodate previous; | 1 | -2/+2 | ||