summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-03zap trailing whitespace;jmc1-2/+2
2010-09-03add an EXIT STATUS section for /sbin;jmc5-16/+16
2010-09-03remove some unneccessary macros and put EXAMPLES in a more standard format;jmc1-11/+14
2010-09-03Resolve matching rules from superior attribute types at schema load timemartinh2-13/+24
instead of when each attribute is validated.
2010-09-03add an EXIT STATUS section for /bin;jmc29-136/+137
2010-09-03Implement attribute syntaxes from RFC4517. This adds validation to the mostmartinh5-16/+410
common attribute types. Specialized attribute types like Delivery Method or Teletex Terminal Identifier are recognized for completeness, but not validated.
2010-09-03Make 'file' an argument in -f description.lum1-3/+4
ok jmc@
2010-09-03Rename RCSNUM's fd to rf_fd, complies to other variable names andtobias2-7/+7
OpenRCS. ok xsa, zinovik
2010-09-03Make second parameter of poll() the correct type. Removes compile warning.lum1-4/+5
advice and ok martynas@
2010-09-02Switch ECDSA default key size to 256 bits, which according to RFC5656naddy1-2/+2
should still be better than our current RSA-2048 default. ok djm@, markus@
2010-09-02test different key types (dsa, rsa, ecdsa) and sizes for loginmarkus2-1/+50
and host keys; print time used for each iteration; ok djm@
2010-09-02unbreak ControlPersist=yes for ControlMaster=yes; ok djm@markus1-1/+2
2010-09-02permit -b 256, 384 or 521 as key size for ECDSA; ok djm@markus1-2/+4
2010-09-02NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the sameclaudio3-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-02remove trailing spaces and tabs from source code; no binary changessobrado17-48/+48
(verified by both sthen@ and me). ok sthen@; "just commit it" claudio@
2010-09-02remove trailing spaces and tabs; no binary change.sobrado5-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-02the page_length field in the vpd page header is 2 bytes, not 1.dlg4-17/+19
ok krw@ marco@ matthew@
2010-09-02don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMOREblambert1-1/+3
ok claudio@
2010-09-02remove trailing whitespace.sobrado1-3/+3
2010-09-02Inline bufq_impl_disksort and bufq_impl_fifo's definitions intomatthew2-30/+26
bufq_impls. Also, make bufq_impls const. ok dlg@
2010-09-02rcsnum_parse() allocates already an RCSNUM struct, so it's not needed totobias2-6/+4
copy it into a newly allocated one (which is even a memory leak). ok zinovik
2010-09-01Don't give xs->resid an invalid value (xs->datalen * st->blksize)krw1-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-01prefer ECDH in a 256 bit curve field; prompted by naddy@djm1-2/+2
2010-09-01After all escape sequence processing, check for being beyond the lastnicm1-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-01Simplify xterm modifier detection by treating as a bitmask + 1. Spottednicm1-37/+20
by and diff from Emanuele Giaquinta.
2010-09-01Reset running jobs when the status line is enabled or disabled as well,nicm1-1/+2
some people have it bound to a key.
2010-09-01Do not panic in parsedisk() for ``second class'' block devices (which we can'tmiod1-2/+2
root off), return NULL instead.
2010-09-01There is no point doing wakeups in bufq_done() unless we're actually in thekettenis1-2/+2
process of quiescing I/O. ok dlg@
2010-09-01Clarify why we can walk the list of bufqs without holding a mutex with akettenis1-2/+6
comment.
2010-09-01Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@miod1-3/+2
2010-09-01Add missing leading string quote character in attribute type description.martinh1-2/+2
Caused syntax errors when parsing schema from the subschema.
2010-09-01Move generic imsg/libevent glue to a separate file.martinh9-216/+303
with eric@ at c2k10
2010-09-01some very minor tweaks to bring us in line with mdoclint -r1.12 andjmc2-13/+11
mdoclint.1 -r1.2; some minor os-specific differences remain
2010-09-01pick up ECDSA host key by default; ok djm@naddy1-1/+3
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.millert89-2431/+2522
Update our sources appropriately. OK deraadt@ jsg@
2010-09-01s/lfib/fib/ for more consistency with the other routing ctl tools.claudio4-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-01s/lfib/fib/ for more consitency with the other routing daemons.claudio7-43/+29
This started manly because of ldpctl beeing inconsistent and me misstyping lfib almost every time. OK michele@
2010-09-01Clean-up the spl dance around suspend/resume. Okay miod@.pirofti2-17/+6
2010-09-01Do not use FP arithmetic. Variation on a diff from Mike Belopuhov some time ago.martinh1-6/+6
2010-09-01Failure to attach a pcmcia driver could leave the function to be disabledmiod1-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 morejasper1-1/+7
2010-09-01Remove unused variable: linkfaillum1-8/+3
ok gilles@
2010-09-01Let non-ykbec kernels link again.miod2-3/+6
2010-09-01Restore compilability after bufq changesmiod1-2/+2
2010-09-01ata information vpd page iddlg1-1/+2
2010-09-01make struct bufq a member of the softc for devices that use it,dlg7-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-31Add missing prototype.nicm1-1/+2
2010-08-31syncsthen2-2/+7
2010-08-31add id for BCM5719; from Linux tg3 driver via Bradsthen1-1/+2
2010-08-31small text tweak to accommodate previous;jmc1-2/+2