summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-17a polled command timing out isnt a software resource shortage, itsDavid Gwynne
a driver stuffup. aac is XS_NO_CCB clean now.
2014-01-17remove a XS_NO_CCB case by moving aac to iopools.David Gwynne
eyes and ok by krw@ jmatthew@
2014-01-17Make parse_X return -1 when it encounters a parsing error. EnablesKenneth R Westerback
recognition of zero length value vs parsing error. This lets us avoid the erroneous consumption of the semicolon ending the 'X' value, and the resulting accidental consumption of the following line in the file being parsed.
2014-01-17replace aacminphys with scsi_minphys. both are just wrappers aroundDavid Gwynne
minphys.
2014-01-17aacvar advertises a public api which is only used inside aac.c. make itDavid Gwynne
"private" so i dont feel bad about changing it.
2014-01-17Close file descriptor before next try getting a good one.Tobias Stoeckmann
ok millert@
2014-01-17Fix off-by-one on specially crafted /etc/shells file.Tobias Stoeckmann
ok gilles@, millert@
2014-01-17Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze
mask size. No functional change. This shrinks the standard /usr/share/man database by 7%, now at 10.3x the size of whatis.db, and with -Q even by 11%, now at 3.0x of whatis.db. Now i'm out of ideas to easily shrink the size of the database. Optimization found somewhere above the West Australian desert. Committing from Melbourne, Victoria.
2014-01-17Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze
They are completely unused, and i cannot imagine what they *could* ever be used for; but apparently, they are expensive to generate. Standard DB build time goes down by 10%, now at 1.9x of makewhatis. Standard DB size goes down by 4%, now at 11x of makewhatis. DB build time with -Q goes down by 15%, now at 0.28x of makewhatis. DB size with -Q goes down by 3%, now at 3.35x of makewhatis. Optimization found somewhere above the Southern Balochistan desert, near the Iran-Pakistan border. Committing from Melbourne, Victoria.
2014-01-17Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze
creating an index for the keys table on apropos(1) search times; apparently, adding that index was premature optimization in the first place; so, stop adding that index. Its root gone, the following evil is reduced (/usr/share/man on my notebook) - DB build time with -Q goes down by 15%, now at 1/3 of makewhatis - DB size with -Q goes down by 35%, now at 3.5x of makewhatis - full DB build time goes down by 12%, now at 2.1x of makewhatis - full DB size goes down by 42%, now at 11.5x of makewhatis Optimization found somewhere above the Dasht-e Kavir, the Great Salt Desert, between Tehran (Iran) and Herat (Afghanistan). Committing from Melbourne, Australia.
2014-01-17ctype and other sign extension fixes.Okan Demirmen
with deraadt and millert, ok millert
2014-01-17do check_digest per plist.Marc Espie
show UNSIGNED packages unconditionally.
2014-01-17make ArcCheck less confusing, don't archive stuff that WON'T surviveMarc Espie
extraction anyways (those metadatas ARE in the packing-list anyways).
2014-01-17"recognize" extended header thingies (we don't handle them, we justMarc Espie
spew more useful error messages)
2014-01-17use internal gunzip, now that the fh leak is closed.Marc Espie
2014-01-17oops, keeping _current around means I still have a live fh after deref.Marc Espie
So remove it too. Accordingly, the code that resyncs archives on reopen needs us tracking the name itself.
2014-01-17tweak documentation to match what's going onMarc Espie
2014-01-17as requested by theo, invoke signify in the EXAMPLE order.Marc Espie
2014-01-17default signer less picky, just select by function, e.g., *pkg or *fw.Marc Espie
2014-01-17tweak the interface to generating signatures yet again.Marc Espie
- assume key names match, deduce signer from sec key. e.g., -s signify -s 55pkg.sec will set signer to 55pkg and look for a pubkey named 55pkg.pub, either besides 55pkg.sec or in /etc/signify. - verify there's no mismatch, if possible, by verifying the first package signed. - also build a SHA256 on the fly while signing.
2014-01-17fix log message statvfs. ok djmDarren Tucker
2014-01-17remove unused includes. ok djm@Darren Tucker
2014-01-17Add a new example showing how to verify bsd.rd with signify and the newLawrence Teo
sha256 -C option. suggested by deraadt@ help/OK jmc@ tedu@
2014-01-17add signature checking and make checksum procedure more robust byAlexander Hall
prefetching sets to a temporary directory within /home, iff it is a separate mount point with rpe@ and deraadt@, "ffiinaallllyyy .... OK" rpe@ (r.i.p. progress bars)
2014-01-17signed/unsigned comparison warning fix; from portableDamien Miller
2014-01-16Avoid size_t overflow in apprentice_map.Tobias Stoeckmann
ok millert
2014-01-16Avoid size_t overflow while reading /etc/resolv.conf.tail.Tobias Stoeckmann
ok krw
2014-01-16Appease LLVM's integrated assembler. Matches the same code as it existsBrad Smith
for i386. error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq') ok mlarkin@
2014-01-16Remove an infinite loop in fuse_device_cleanup().Sylvestre Gallon
Spotted by pelikan@ Some input from stsp@ OK stsp@, pelikan@
2014-01-16Replaces a lookup to find the link-layer address by accessing the if_sadlMartin Pieuchot
member directly. ok mikeb@
2014-01-16Add support for mknod in fuse.Sylvestre Gallon
OK tedu@ "it looks good to me" from guenther@
2014-01-16openssh-6.5Damien Miller
2014-01-16needless and incorrect cast to size_t can break resumption ofDamien Miller
large download; patch from tobias@
2014-01-15add -C to the man page, and adjust usage();Jason McIntyre
ok lteo
2014-01-15for STANDARDS, not that the ability to specify a month name as a singleJason McIntyre
argument is also an extension; ok sobrado
2014-01-15fix SEE ALSO;Jason McIntyre
2014-01-15Do not attempt to read .tmux.conf if we can't figure out a homeNicholas Marriott
directory, from Tiago Cunha.
2014-01-15Couple of fixes from cppcheck via Tiago Cunha.Nicholas Marriott
2014-01-15Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.Kenji Aoyama
This ioctl changes `pseudo' frame buffer depth, in order to use color wscons and monochrome X server both. Also need to some luna88k-specific initialization in xenocara/driver/xf86-video-wsfb/src/wsfb_driver.c.
2014-01-15Remove a hack to update the address and packet length for every deviceMartin Pieuchot
request and instead re-open the default pipe with updated values when attaching a new device, adapted from FreeBSD r162977. This fixes a problem where the controller could have cached the previous values and would fail to get the device descriptor, leaving the device unrecognized with a message like: "device problem, disabling port n".
2014-01-15Add documentation for the octrtc driver.Paul Irofti
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
This is a very low resolution clock (1 second) that some models seem to be blessed with. Found at least on CAM-100 and DSR-500 models. It seems the EdgeRouter doesn't have support for this. Tested by jmatthew@ and bcallah@. Okay miod@, bcallah@
2014-01-15Remove assigned but never read value.Martin Pieuchot
ok stsp@
2014-01-15remove functions that were uses by other (non-linux) compat; andTheo de Raadt
convert to ANSI protos while here
2014-01-15Add support for a -C option. It works on a checklist like -c but onlyLawrence Teo
does the checksum comparison for selected files that are specified on the command line. idea discussed with deraadt@ and tedu@ manpage feedback jmc@ feedback/OK deraadt@ millert@
2014-01-15Initialise _res.nsaddr_list in res_init(), fixing some programs which dependStuart Henderson
on bind resolver internals. Note, the list will not be updated if resolv.conf is changed while the program runs unless the caller resets the RES_INIT flag. Approach suggested by otto@, original diff from Kapetanakis Giannis, fix suggested by tedu@ and dug up again by Riccardo Mottola. Looks ok to eric@.
2014-01-15Since we now show the installer output we want that new line back.Robert Peichaer
OK halex@
2014-01-15pipes mean read/write may short out.Marc Espie
okay tedu@
2014-01-14Add wcstring attribute support for Wbounded. To be used for wchar.hMartynas Venckus
which operates on element counts rather than buffer sizes. I'll start annotating headers in a few weeks, after the hackathon. OK millert@.