summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | bcd isn't installed setuid.eadler2012-10-222-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | caesar isn't installed setuid. For the archaeologists: it seems this call originally came from NetBSD PR 5970 and 5945 PR: 172566 Submitted by: Erik Cederstrand <erik@cederstrand.dk> Approved by: cperciva MFC after: 3 days
* | Sysinstall has been removed from base.eadler2012-10-221-1/+1
| | | | | | | | Approved by: cperciva
* | remove duplicate semicolons where possible.eadler2012-10-2229-31/+31
| | | | | | | | | | Approved by: cperciva MFC after: 1 week
* | Make uhid attach to devices that look like keyboardseadler2012-10-221-3/+4
| | | | | | | | | | | | | | | | | | | | | | or mice if the quirk which prevents higher level drivers from attaching is set. PR: usb/172458 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Reviewed by: hselasky Approved by: cperciva MFC after: 1 week
* | Add support for gjournal to dumpfseadler2012-10-221-0/+2
| | | | | | | | | | | | | | PR: 165821 Submitted by: Andreas Longwitz <longwitz@incore.de> Approved by: cperciva MFC after: 3 days
* | Implement HTTP 305 redirect handling.eadler2012-10-221-1/+5
| | | | | | | | | | | | | | | | PR: 172452 Submitted by: gcooper Reviewed by: des Approved by: cperciva MFC after: 1 week
* | Don't deny non-temporary redirects if the -A option is set (pereadler2012-10-222-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | the man page) [0] While here add support for draft-reschke-http-status-308-07 PR: 172451 [0] Submitted by: gcooper [0] Reviewed by: des Approved by: cperciva MFC after: 1 week
* | Be a bit more lenient in the maximum number of redirects allowed.eadler2012-10-221-1/+1
| | | | | | | | | | | | | | | | Chrome and Firefox have a limit of 20. IE has a limit of 8. Reviewed by: des Approved by: cperciva MFC after: 3 days
* | Remove unused variable. Newer versions of gcc care.eadler2012-10-221-2/+0
| | | | | | | | | | | | Submitted by: Sascha Wildner <saw@online.de> Approved by: cperciva MFC after: 3 days
* | Fix build if COMPAT_43 is defined without one ofeadler2012-10-221-1/+2
| | | | | | | | | | | | COMPAT_FREEBSD[4567] Approved by: cperciva
* | Remove {harp,hfa,idt} man pages as they were removed in r179308.eadler2012-10-224-268/+0
| | | | | | | | | | | | | | | | PR: docs/171234 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at> Reviewed by: rwatson Approved by: cperciva MFC after: 3 days
* | Fix conditional expression: previously a bitvector would be operatedeadler2012-10-221-1/+1
| | | | | | | | | | | | | | on by a logical not. Approved by: cperciva MFC after: 3 days
* | Make do_uniq work with python3eadler2012-10-221-6/+6
| | | | | | | | | | Approved by: cperciva MFC after: 3 days
* | Make xen python scripts work with python3eadler2012-10-221-1/+1
| | | | | | | | | | Approved by: cperciva MFC after: 3 days
* | Covert regression test to python 3eadler2012-10-221-7/+7
| | | | | | | | | | Approved by: cperciva MFC after: 3 days
* | Don't repeat the POSTREAD dma sync.kientzle2012-10-221-5/+1
| |
* | Warn users when using pkg tools if it looks like theyeadler2012-10-229-1/+46
| | | | | | | | | | | | | | | | | | be be pkgng users. Reviewed by: bapt (earlier version) Reviewed by: kwm Approved by: cperciva MFC after: 3 days
* | Fix conditional expression: previously a bit vector was being operatedeadler2012-10-221-1/+1
| | | | | | | | | | | | | | on by a logical not instead of the entire expression. Approved by: cperciva MFC after: 3 days
* | Finish migration of MAINTAINER entrieseadler2012-10-225-21/+4
| | | | | | | | | | Approved by: cperciva MFC after: 3 days
* | Mark bsdar_errc as __dead2 to help code analysis tools.eadler2012-10-221-1/+1
| | | | | | | | | | | | | | PR: bin/172636 Submitted by: Erik Cederstrand <erik@cederstrand.dk> Approved by: cperciva MFC after: 3 days
* | Covert to python 3eadler2012-10-221-4/+4
| | | | | | | | | | Approved by: cperciva MFC after: 3 days
* | Print flags as hex instead of an integer.eadler2012-10-221-3/+3
| | | | | | | | | | | | | | | | PR: kern/168210 Submitted by: linimon Reviewed by: alc Approved by: cperciva MFC after: 3 days
* | Update after adding WITHOUT_ATF.marcel2012-10-221-5/+4
| |
* | Add ATF to the build. This is may be a bit rought around the egdes,marcel2012-10-2248-3/+1540
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@
* | Make the Wii GPIO driver a separate device.rpaulo2012-10-211-1/+1
| |
* | Fix the top comment.rpaulo2012-10-211-1/+1
| |
* | Add a config file for the Wii.rpaulo2012-10-211-0/+115
| |
* | Update dialog to 20120706: includes minor useability enhancements andnwhitehorn2012-10-2195-2989/+4239
|\ \ | | | | | | | | | fixes for warnings encountered with clang.
| * | Import dialog-1.1-20120706nwhitehorn2012-10-2194-2984/+4223
| | |
* | | Add the flags parameter to the disk_open() function and DISK_F_NOCACHEae2012-10-215-16/+30
| | | | | | | | | | | | | | | flag, that disables the caching of partition tables metadata. Use this flag for floppies in the libi386/biosdisk driver.
* | | Make fsck and fsck_msdosfs WARNS=6 cleanuqs2012-10-218-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | - sprinkle const - add volatile qualifier to avoid vfork clobbering Inspired by: NetBSD PR: bin/139802 Reviewed by: ed
* | | sbin/fsck: s/perror/perr/ to avoid shadowinguqs2012-10-218-79/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | - rename some other vars too - merge NetBSD license changes Obtained from: NetBSD PR: bin/139802 Reviewed by: ed
* | | Fix build.andreast2012-10-211-1/+1
| | |
* | | Add "options WII".rpaulo2012-10-211-0/+1
| | |
* | | Add support for iPhone 5 tethering.eadler2012-10-212-0/+4
| | | | | | | | | | | | | | | | | | | | | PR: usb/172172 Submitted by: Ali Mashtizadeh <mashtizadeh@gmail.com> Approved by: cperciva MFC after: 1 week
* | | Update ktr(4) to reflect changes from r239923.gjb2012-10-201-2/+10
| | | | | | | | | | | | Reviewed by: attilio
* | | Revert r241752. The claim that it's more correct while at the same timemarcel2012-10-201-5/+4
| | | | | | | | | | | | causing a build breakage is interesting to say the least.
* | | Grammar fixes to r241781.andre2012-10-202-2/+2
| | | | | | | | | | | | Submitted by: alc
* | | Set default for ${pkg_info} like ${pkg_version}.ume2012-10-201-0/+1
| | | | | | | | | | | | MFC after: 1 week
* | | Use correct INDEX on 10-CURRENT.ume2012-10-201-1/+1
| | |
* | | boot: use -march=i386 for both i386 and amd64 buildsavg2012-10-205-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .. so that consistent compilation algorithms are used for both architectures as in practice the binaries are expected to be interchangeable (for time being). Previously i386 used default setting which were equivalent to -march=i486 -mtune=generic. The only difference is using smaller but slower "leave" instructions. Discussed with: jhb, dim MFC after: 29 days
* | | Adds 4K quirks for the some SSD's which all perform better when 4Keadler2012-10-201-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aligned and only except 4K deletes (TRIM). PR: kern/169974 Submitted by: Steven Hartland <steven.hartland@multiplay.co.uk> Tested by: ak Reviewed by: mav Approved by: cperciva (implicit) MFC after: 1 week
* | | pkg_add is no more the default tool, make motd recommand using pkg install ↵bapt2012-10-201-1/+1
| | | | | | | | | | | | instead of pkg_add
* | | Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-202-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output and replace it with a new visible sysctl kern.ipc.acceptqueue of the same functionality. It specifies the maximum length of the accept queue on a listen socket. The old kern.ipc.somaxconn remains available for reading and writing for compatibility reasons so that existing programs, scripts and configurations continue to work. There no plans to ever remove the orginal and now hidden kern.ipc.somaxconn.
* | | - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.marius2012-10-202-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for this is that the SPARC v9 architecture allows nested interrupts of higher priority/level than that of the current interrupt to occur (and we can't just entirely bypass this model, also, at least for tick interrupts, this also wouldn't be wise). However, when a preemption interrupt interrupts another interrupt of lower priority, f.e. PIL_ITHREAD, and that one in turn is nested by a third interrupt, f.e. PIL_TICK, with SCHED_ULE the execution of interrupts higher than PIL_PREEMPT may be migrated to another CPU. In particular, tl1_ret(), which is responsible for restoring the state of the CPU prior to entry to the interrupt based on the (also migrated) trap frame, then is run on a CPU which actually didn't receive the interrupt in question, causing an inappropriate processor interrupt level to be "restored". In turn, this causes interrupts of the first level, i.e. PIL_ITHREAD in the above scenario, to be blocked on the target of the migration until the correct PIL happens to be restored again on that CPU again. Making PIL_PREEMPT the lowest real priority, this effectively prevents this scenario from happening, as preemption interrupts no longer can interrupt any other interrupt besides stray ones (which is no issue). Thanks to attilio@ and especially mav@ for helping me to understand this problem at the 201208DevSummit. - Give PIL_STOP (which is also used for IPI_STOP_HARD, given that there's no real equivalent to NMIs on SPARC v9) the highest possible priority just below the hardwired PIL_TICK, so it has a chance to interrupt more things. MFC after: 1 week
* | | Tidy up somaxconn (accept queue limit) and related functionsandre2012-10-201-22/+26
| | | | | | | | | | | | and move it together into one place.
* | | Move uniq() prototype into extern.h.ed2012-10-203-3/+2
| | |
* | | More -Wmissing-variable-declarations fixes.ed2012-10-2022-46/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition to adding missing `static' keywords: - bin/dd: Pull in `extern.h' to guarantee consistency with source file. - libexec/rpc.rusersd: Move shared globals into an extern.h. - libexec/talkd: Move `debug' and `hostname' into extern.h. - usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree. - usr.bin/m4: Move `end_result' into extern.h. - usr.sbin/services_mkdb: Move shared globals into an extern.h.
* | | Remove redundant code.ed2012-10-204-60/+35
| | | | | | | | | | | | | | | | | | | | | Both mfi_flash.c and mfi_show.c contain very similar functions to print a list of firmwares. Move these routines into mfiutil.c. Reported by: jhb
* | | strcmp(3) will suffice here, also follow the style of the remaining file ↵uqs2012-10-201-1/+1
| | | | | | | | | | | | | | | | | | more closely. Prodded by: ed
OpenPOWER on IntegriCloud